Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-28 | take too. patch ahs to screw up once in a while | Michael Shalayeff | |
2003-02-28 | remove non-typo changes. sorry folks | Michael Shalayeff | |
2003-02-28 | typo; from weissmanndude | Michael Shalayeff | |
2003-02-28 | add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driver | Jason Wright | |
2003-02-28 | more txp's; from linux driver | Jason Wright | |
2003-02-27 | regen | Alexander Yurchenko | |
2003-02-27 | Add ServerWorks CSB6 ATA chip, found in dmesg from niklas@ | Alexander Yurchenko | |
2003-02-27 | regen | Alexander Yurchenko | |
2003-02-27 | Add some more Promise chips (including SATA ones) and a little | Alexander Yurchenko | |
cleanup this section | |||
2003-02-27 | print out the ethernet address in the dmesg. | Nathan Binkert | |
from David Krause <openbsd@davidkrause.com> | |||
2003-02-27 | regen | Michael Shalayeff | |
2003-02-27 | add ENE cb1410 and sort out the EFFICIENTNETS | Michael Shalayeff | |
2003-02-26 | Better support for the ps/2-style HIL keyboards (those with a real numeric | Miod Vallat | |
pad and a few extra keys). | |||
2003-02-26 | New hil child devices attachment framework, that allow them to be detached | Miod Vallat | |
at runtime. Handle reconfiguration notices from the loop, and do the necessary detach/attach work so that our vision of the loop is in sync with reality. Adapt all hil child devices to the above changes. "This is not as plug'n'play as usb, but you get the same feeling anyways..." | |||
2003-02-26 | split encap and txeof functions into ones for tigon1 and tigon2 | Nathan Binkert | |
2003-02-26 | don't do arithmetic on bus space handles. Instead, use bus_space functions | Nathan Binkert | |
2003-02-26 | Add support for AirVast WN-100; nick@ | Todd C. Miller | |
2003-02-26 | regen | Todd C. Miller | |
2003-02-26 | Add AirVast WN-100; from nick@ | Todd C. Miller | |
2003-02-25 | move NULLification to end so it's useful. | Ted Unangst | |
ok jason@ | |||
2003-02-25 | Correct the size of __reserved9 field in struct ataparams; | Alexander Yurchenko | |
from Yichen Xie's bounds checker via tedu@ ok costa@ | |||
2003-02-25 | remove redundant check. | Ted Unangst | |
ok henning@ | |||
2003-02-25 | remove useless check. | Ted Unangst | |
ok niklas@ | |||
2003-02-25 | correct bounds check. yichen xie's bounds checker catch. | Ted Unangst | |
ok niklas@ | |||
2003-02-25 | fix two off by ones | Ted Unangst | |
credit to Yichen Xie's bounds checker ok mickey@ | |||
2003-02-24 | correct check for the size of semitones | Ted Unangst | |
credit to Yichen Xie's bounds checker ok mickey@ | |||
2003-02-24 | Detypoing; henric@ and me | Alexander Yurchenko | |
2003-02-24 | Add support for LZS compression (only usable by ipcomp at the moment) | Jason Wright | |
2003-02-24 | For CMD chips call pciide_chan_candisable() for both channels to prevent | Alexander Yurchenko | |
setuping channel 0 without any drives. This solves a long delay during the pciide probe on a diskless sparc64. Found and tested by miod@. | |||
2003-02-24 | Various typos. | Miod Vallat | |
2003-02-23 | initialize error | Ted Unangst | |
ok miod@ | |||
2003-02-21 | Fix Manuel Bouyer's copyright, from NetBSD | Alexander Yurchenko | |
ok deraadt@ | |||
2003-02-21 | remove unused variable | Ted Unangst | |
ok mickey@ | |||
2003-02-20 | Fix a crash in the systrace found by form@ | Artur Grabowski | |
One is a kernel fix that changes the lockin and one is a userland fix that prevents dereferencing a freed pointer. From provos deraadt@ ok | |||
2003-02-20 | no trailing newline in panic(); PR 3103 | Henning Brauer | |
2003-02-20 | In typical linux style, set a magic bit that makes the floppy work on | Jason Wright | |
a machine with yds; reported by kurem at upcase dot inf dot upol dot cz | |||
2003-02-19 | - Bump size of MAX_RESULT by 4 to include compression result | Jason Wright | |
- add defines for compression - add bit/structure defintions for the result structures | |||
2003-02-19 | Sync if_vr code with FreeBSD. This makes the driver much better when it comes | Miod Vallat | |
to trying to recover the hardware going nuts under the load. Reported to work by various people including krw@and I. | |||
2003-02-19 | Regen | Miod Vallat | |
2003-02-19 | Recognize ICS1893; from NetBSD | Miod Vallat | |
2003-02-19 | use a nop with I bit set at the end of the tx chain. This avoids a race | Jason Wright | |
between status update and clearing the suspend bit on machines which can't write data smaller than 32bits at a time. Diff is the work of pefo, he just has been slacking too much to commit =) | |||
2003-02-19 | Leaving console polling mode works now, and workaround boot -a slow response | Miod Vallat | |
glitch. | |||
2003-02-18 | Oops, remove debug code that was not supposed to be left here | Miod Vallat | |
2003-02-18 | convert to new registration scheme | Jason Wright | |
2003-02-18 | intial -> initial | Jason McIntyre | |
ok mickey@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | Whenever possible, store the prom font data in off-screen frame buffer | Miod Vallat | |
memory, and use block move operations in putchar, rather than keeping a copy of the prom font in memory and using memory to frame buffer transfers. Recommended by the sti docs. No visible performance improvement though. Tested on both kind of sti devices by mickey@ and myself. | |||
2003-02-18 | Real polled mode console support, enough to play hangman in ddb. | Miod Vallat | |
Still a minor issue left for tomorrow. | |||
2003-02-18 | sync | Theo de Raadt | |
2003-02-18 | new fxp; cube@cubidou.net | Theo de Raadt | |