Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-13 | print LZS-only and such for the cards (more clear than saying "disabled" for ↵ | Jason Wright | |
the 9751 which isn't true these days) | |||
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | In SiS entries block: sort, consistency a bit and add some devices | Alexander Yurchenko | |
found on the machine of Paul de Weerd <paul@mail.me.maar.nu> ok deraadt@ | |||
2003-03-12 | sk is capable of transmitting and receiving longer packets for 802.1q vlans | Nathan Binkert | |
thanks to David Gwynne <loki@niteshade.net>. ok jason@ deraadt@ | |||
2003-03-12 | sync | Theo de Raadt | |
2003-03-12 | new intel agp | Theo de Raadt | |
2003-03-12 | regen | Alexander Yurchenko | |
2003-03-12 | Add a bunch of SiS host bridges from NetBSD | Alexander Yurchenko | |
2003-03-12 | a missing htole32 and a pasto; from netbsd | Michael Shalayeff | |
2003-03-10 | Fix for the "short cable bug" in sis: | Ryan Thomas McBride | |
A small number of DP83815's will have excessive receive errors when using short cables (<30m/100feet) in 100Base-TX mode. This patch was taken from the National Semiconductor linux driver and (supposedly - no mention of this in any NS docs) modifies the dsp's signal attenuation. ok jason@ deraadt@ markus@ From Willem Dijkstra wpd at xs4all dot nl | |||
2003-03-09 | flag stereo channels as reversed. those rare people without swapped stereo | Ted Unangst | |
can use config -e to set flags to 0x0001. ok deraadt@ mickey@ | |||
2003-03-08 | regen | Michael Shalayeff | |
2003-03-08 | a bunch of fw ids for ti and ricoh | Michael Shalayeff | |
2003-03-06 | add support for vlan tagging correctly; from Chris Pascoe | Jason Wright | |
2003-03-06 | this is a fix for kernel panics and craches along w/ other stability | Michael Shalayeff | |
improvements worked out over past few months w/ different people. the main bug was fixes w/ help of harding@motd.ca . 10x to all and enjoy the better driver (; | |||
2003-03-06 | Support for ServerWorks CSB6 IDE | Alexander Yurchenko | |
2003-03-05 | sync | Theo de Raadt | |
2003-03-05 | new VIA gear on EPIA M-series | Theo de Raadt | |
2003-03-05 | no \n in panic(); rimshot@pandora.be | Theo de Raadt | |
2003-03-03 | Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support. | mjacob | |
Use correct size to zero sdparam area for 12160. Compile tested: sparc64, sparc run tested: sparc64 (2200, 1040), sparc (sbus isp) | |||
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 | 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-25 | move NULLification to end so it's useful. | Ted Unangst | |
ok jason@ | |||
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-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 | 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-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 | sync | Theo de Raadt | |
2003-02-18 | new fxp; cube@cubidou.net | Theo de Raadt | |
2003-02-17 | whitespace, typos, and compression structure defns | Jason Wright | |