Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-10 | pci one | Theo de Raadt | |
2001-10-10 | clean | Theo de Raadt | |
2001-10-09 | no cd support for now | Theo de Raadt | |
2001-10-09 | sync | Theo de Raadt | |
2001-10-09 | sbus only | Theo de Raadt | |
2001-10-09 | no NBUF= | Theo de Raadt | |
2001-10-08 | We're not cross hosted these days. | Jason Wright | |
2001-10-08 | Remove some debugging and development leftovers. | Artur Grabowski | |
2001-10-08 | reenable audioce | Jason Wright | |
2001-10-07 | remove all assumptions that parent is psycho. Also, don't try to use | Jason 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-07 | audioce crashes ultra 5s. Disable for now. | Artur Grabowski | |
2001-10-06 | +isp at sbus | Jason Wright | |
2001-10-05 | define FPE_STATE so that DEBUG will compile | Jason Wright | |
2001-10-05 | pull in the usb stuff (doesn't quite work yet, though) | Jason Wright | |
2001-10-04 | Oh, and I was told a period should end the final sentence. | Miod Vallat | |
2001-10-04 | Fix one .Bl -width value. | Miod Vallat | |
2001-10-02 | fix rtc_write_reg; netbsd. | Jason Wright | |
2001-10-02 | +audioce (cs4231 at ebus) | Jason Wright | |
2001-10-02 | fix 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 | +audioce | Jason Wright | |
2001-10-01 | driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy and | Jason 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-01 | better name | Jason Wright | |
2001-10-01 | don't print redundant information | Jason Wright | |
the parent of ebus is pci (not psycho), so fetch grantparent for iommu_state | |||
2001-10-01 | for lack of a better place, but ebus dma register defs in here. | Jason Wright | |
2001-09-30 | add cs4231 at sbus/audio at same | Jason Wright | |
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat | |
So shrink it when necessary, and remove unwanted stuff as well. | |||
2001-09-29 | from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ↵ | Jason Wright | |
at ebus device | |||
2001-09-29 | com at ebus | Artur Grabowski | |
2001-09-29 | com at ebus | Artur Grabowski | |
2001-09-29 | Glue for com at ebus. From NetBSD, hacked to fit our com. | Artur Grabowski | |
2001-09-28 | Hack 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-28 | proper values for long double type (from NetBSD) | Jason Wright | |
2001-09-28 | proper values for ieee rounding modes (from NetBSD) | Jason Wright | |
2001-09-28 | Almost half of this file was ifdef DEBUG. Everybody knows that debugging | Artur 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-28 | Don't spam the console with userland alignemnt errors. | Artur Grabowski | |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff | |
2001-09-27 | psycho_bus_[a|b] are essentially the same function; use a helper to avoid typos | Jason Wright | |
attempt to extract the faulting address from the iommu in the newly defined psycho_bus_error() function | |||
2001-09-26 | be more specific in psycho_ue case (partially based on NetBSD) | Jason Wright | |
2001-09-26 | missed in previous merge with NetBSD: | Jason Wright | |
handle dma boundaries better | |||
2001-09-26 | grab the "compatible" prom property and use that for searching the device | Jason Wright | |
tree as well as the "name". This allows us to differentiate 'sd' and 'wd' pretty easily (and makes it less ambiguous). | |||
2001-09-26 | A little bit of voodoo borrowed from the linux driver: set the | Jason Wright | |
intr_retry_timer a little higher. | |||
2001-09-26 | Merge with NetBSD: | Jason Wright | |
better handling of boundary conditions add iommu_extract debugging function | |||
2001-09-26 | change *int64*_t types to long long; ok art/jason | Theo de Raadt | |
2001-09-26 | add siop (and scsibus at siop)... This allows us to boot on E250 | Jason Wright | |
Thanks to chris@ for testing. | |||
2001-09-25 | Add a bunch of relocation types. | Artur Grabowski | |
2001-09-24 | Just one relocation type (needed for ld.so) right now. | Artur Grabowski | |
2001-09-22 | no need for ptys on a RAMDISK | Theo de Raadt | |
2001-09-22 | Add gem at pci | Artur Grabowski | |
2001-09-21 | a bit smaller size, and add gem | Jason Wright | |
2001-09-21 | bump size to 8192 and remove a sparc-ism | Jason Wright | |