Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Change the kernel so that is the openfirmware stdout is not provided, | Dale Rahn | |
it will force the screen open and use that as console. Fixes auto-boot? true booting. Does have issue on some cards that the screen does not enable quickly, thus the screen may scroll before it is visable. | |||
2001-10-01 | When booting up in auto-boot? true mode, newer systems do not provide | Dale Rahn | |
the stdout connection for if the normal output mode is screen. This change will force the bootloader output to the screen if this condition occurs. | |||
2001-10-01 | Always use the IRQ interrupt, and let the SBC_INTR flag only control | Miod Vallat | |
the DRQ interrupt. From NetBSD, improves GENERICSBC reliability. Tested by Takeshi Morimoto. | |||
2001-10-01 | When you see an error, fix it immediately, otherwise it is possible | Dale Rahn | |
to commit it, grr. | |||
2001-10-01 | Add Copyright. Image cleanup. | Dale Rahn | |
2001-10-01 | Piece of "code" which openfirmware will recognize to boot automatically off | Dale Rahn | |
of a parition. This version is primarily for CDs. | |||
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 | There are anecdotal reports of firmware being writable on some Cougar | Hugh Graham | |
machines, so don't poke blindly into the middle of its address space if we can tell dz is not going to be there by other means. | |||
2001-10-01 | consistent casing | Hugh Graham | |
2001-10-01 | Use system variant types rather than 0x80 on the configuration and | Hugh Graham | |
test register to tell VAXstation 4000/60 from MicroVAX 3100m80. This seems to produce more reliable results (should work for both Norm's and Solar's 3100m80's). | |||
2001-10-01 | Add system variant types for VAXstation 4000/60 and MicroVAX 3100m80. | Hugh Graham | |
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-30 | Generic soft interrupts from NetBSD plus some minor cleanups. | Artur Grabowski | |
2001-09-29 | Use more PMAP_NEW facilities. | Miod Vallat | |
Remove obsolete&unused stuff. A few style nits. | |||
2001-09-29 | Remove unused routines, and a few style/harmonization fixes. | Miod Vallat | |
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 | dec_kn20aa_intr_disestablish() implementation from netbsd; art@ ok | Michael Shalayeff | |
2001-09-29 | Enable pckbd support and use symbolic #defines for ctb_term_type | Todd C. Miller | |
instead of hard-coding values. art@ OK | |||
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-29 | using #define is wrong, use #option | Theo de Raadt | |
2001-09-28 | and mention XP1000 in the right place | Theo de Raadt | |
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 | cold is now staticly initialized. | Miod Vallat | |
2001-09-28 | Variable declarations in .h files without extern keywords suck. | Miod Vallat | |
Especially when not all of these variables are used. | |||
2001-09-28 | Typos of the day. | Miod Vallat | |
2001-09-28 | More cleaning, some style changes. | Miod Vallat | |
2001-09-28 | "sys/foo.h" -> <sys/foo.h> | Miod Vallat | |
2001-09-28 | No need duplicating defines. | Miod Vallat | |
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 | upgrade twe to untested, add ami to broken | Michael Shalayeff | |
2001-09-28 | zs serial now works on some systems. Does not work with modems | Dale Rahn | |
on some newer system due to power control issues. Has carrier detect problems with incoming (getty) on most/all systems. Outgoing seems to work fine (unless modem power issues prevent). | |||
2001-09-28 | Commit a ugly, widespread change. | Dale Rahn | |
Problem: no MI soft interrupts. Bad solution: use old hack that was never fully implemented to hook in zs soft interrupts. This allows zs to work almost reasonably. Still has issues with getty (carrier detect) and modems on newer machines (power control). Post 3.0 this must be cleaned up with real soft interrupts. | |||
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff | |
2001-09-28 | remove dups w/ conf.h | Michael Shalayeff | |
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 | Two workarounds for the zs serial driver. | Dale Rahn | |
Enable Interrupts (recieve/status) initially. Code currently does not enable them elsewhere. Use a timeout to scedule the soft interrupt, since no MI soft interrupt scheme works yet. This will have issues with high receive rates. | |||
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-27 | When zs is fully working, it should be tty00 for macppc. | Dale Rahn | |
2001-09-27 | Huge merge with NetBSD. For full details look at their revision history ↵ | Jason Wright | |
(1.26 -> 1.83)... Highlights: o tag queue support o fas366 support (doesn't work yet on sparc, but does on sparc64) o tons more (thanks to hugh, fgsch and beck for testing) |