summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Collapse)Author
2001-10-10pci oneTheo de Raadt
2001-10-10cleanTheo de Raadt
2001-10-09no cd support for nowTheo de Raadt
2001-10-09syncTheo de Raadt
2001-10-09sbus onlyTheo de Raadt
2001-10-09no NBUF=Theo de Raadt
2001-10-08We're not cross hosted these days.Jason Wright
2001-10-08Remove some debugging and development leftovers.Artur Grabowski
2001-10-08reenable audioceJason Wright
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason Wright
iommu operations directly: that's what bus_dma(9) heirarchy is for. (audioce now works on u5, though it won't play on the onboard speaker, or mine is busted... plays fine in headphones/lineout).
2001-10-07audioce crashes ultra 5s. Disable for now.Artur Grabowski
2001-10-06+isp at sbusJason Wright
2001-10-05define FPE_STATE so that DEBUG will compileJason Wright
2001-10-05pull in the usb stuff (doesn't quite work yet, though)Jason Wright
2001-10-04Oh, and I was told a period should end the final sentence.Miod Vallat
2001-10-04Fix one .Bl -width value.Miod Vallat
2001-10-02fix rtc_write_reg; netbsd.Jason Wright
2001-10-02+audioce (cs4231 at ebus)Jason Wright
2001-10-02fix dma problems... now blaring Berlin's The Metro around the house from U30.Jason Wright
(like cs4231, this driver only supports playback... capture will have to wait until post 3.0).
2001-10-01+audioceJason Wright
2001-10-01driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andJason Wright
noisy... probably dma issue). This isn't the final destination for these files either (alot of sharing can be done with sbus version, I think).
2001-10-01better nameJason Wright
2001-10-01don't print redundant informationJason Wright
the parent of ebus is pci (not psycho), so fetch grantparent for iommu_state
2001-10-01for lack of a better place, but ebus dma register defs in here.Jason Wright
2001-09-30add cs4231 at sbus/audio at sameJason Wright
2001-09-29The "swap generic" configuration needs only two entries in swdevt[].Miod Vallat
So shrink it when necessary, and remove unwanted stuff as well.
2001-09-29from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ↵Jason Wright
at ebus device
2001-09-29com at ebusArtur Grabowski
2001-09-29com at ebusArtur Grabowski
2001-09-29Glue for com at ebus. From NetBSD, hacked to fit our com.Artur Grabowski
2001-09-28Hack to work around bootpaths like:Jason Wright
bootpath: /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0 The val[0] of ata appears to be the channel number, and cmdk is disk (cmdk@channel,disk)
2001-09-28proper values for long double type (from NetBSD)Jason Wright
2001-09-28proper values for ieee rounding modes (from NetBSD)Jason Wright
2001-09-28Almost half of this file was ifdef DEBUG. Everybody knows that debuggingArtur Grabowski
code is just there for debugging so it doesn't need to be pretty or really correct. In most cases it's just a bunch of printfs that only the author understands for two hours after writing them. Remove all that noise to make this file actually readable and as a bouns fix a bug where any user could crash the kernel (not really crash, but triggering ddb from userland is equivalent to crash in my world even if you can just press 'c').
2001-09-28Don't spam the console with userland alignemnt errors.Artur Grabowski
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-27psycho_bus_[a|b] are essentially the same function; use a helper to avoid typosJason Wright
attempt to extract the faulting address from the iommu in the newly defined psycho_bus_error() function
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26missed in previous merge with NetBSD:Jason Wright
handle dma boundaries better
2001-09-26grab the "compatible" prom property and use that for searching the deviceJason Wright
tree as well as the "name". This allows us to differentiate 'sd' and 'wd' pretty easily (and makes it less ambiguous).
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright
intr_retry_timer a little higher.
2001-09-26Merge with NetBSD:Jason Wright
better handling of boundary conditions add iommu_extract debugging function
2001-09-26change *int64*_t types to long long; ok art/jasonTheo de Raadt
2001-09-26add siop (and scsibus at siop)... This allows us to boot on E250Jason Wright
Thanks to chris@ for testing.
2001-09-25Add a bunch of relocation types.Artur Grabowski
2001-09-24Just one relocation type (needed for ld.so) right now.Artur Grabowski
2001-09-22no need for ptys on a RAMDISKTheo de Raadt
2001-09-22Add gem at pciArtur Grabowski
2001-09-21a bit smaller size, and add gemJason Wright
2001-09-21bump size to 8192 and remove a sparc-ismJason Wright