summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2003-03-13print 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-12regenAlexander Yurchenko
2003-03-12In SiS entries block: sort, consistency a bit and add some devicesAlexander Yurchenko
found on the machine of Paul de Weerd <paul@mail.me.maar.nu> ok deraadt@
2003-03-12sk is capable of transmitting and receiving longer packets for 802.1q vlansNathan Binkert
thanks to David Gwynne <loki@niteshade.net>. ok jason@ deraadt@
2003-03-12syncTheo de Raadt
2003-03-12new intel agpTheo de Raadt
2003-03-12regenAlexander Yurchenko
2003-03-12Add a bunch of SiS host bridges from NetBSDAlexander Yurchenko
2003-03-12a missing htole32 and a pasto; from netbsdMichael Shalayeff
2003-03-10Fix 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-09flag stereo channels as reversed. those rare people without swapped stereoTed Unangst
can use config -e to set flags to 0x0001. ok deraadt@ mickey@
2003-03-08regenMichael Shalayeff
2003-03-08a bunch of fw ids for ti and ricohMichael Shalayeff
2003-03-06add support for vlan tagging correctly; from Chris PascoeJason Wright
2003-03-06this is a fix for kernel panics and craches along w/ other stabilityMichael 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-06Support for ServerWorks CSB6 IDEAlexander Yurchenko
2003-03-05syncTheo de Raadt
2003-03-05new VIA gear on EPIA M-seriesTheo de Raadt
2003-03-05no \n in panic(); rimshot@pandora.beTheo de Raadt
2003-03-03Use 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-28take too. patch ahs to screw up once in a whileMichael Shalayeff
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2003-02-28add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driverJason Wright
2003-02-28more txp's; from linux driverJason Wright
2003-02-27regenAlexander Yurchenko
2003-02-27Add ServerWorks CSB6 ATA chip, found in dmesg from niklas@Alexander Yurchenko
2003-02-27regenAlexander Yurchenko
2003-02-27Add some more Promise chips (including SATA ones) and a littleAlexander Yurchenko
cleanup this section
2003-02-27print out the ethernet address in the dmesg.Nathan Binkert
from David Krause <openbsd@davidkrause.com>
2003-02-27regenMichael Shalayeff
2003-02-27add ENE cb1410 and sort out the EFFICIENTNETSMichael Shalayeff
2003-02-26split encap and txeof functions into ones for tigon1 and tigon2Nathan Binkert
2003-02-26don't do arithmetic on bus space handles. Instead, use bus_space functionsNathan Binkert
2003-02-25move NULLification to end so it's useful.Ted Unangst
ok jason@
2003-02-24Detypoing; henric@ and meAlexander Yurchenko
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-24For CMD chips call pciide_chan_candisable() for both channels to preventAlexander 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-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
ok deraadt@
2003-02-21remove unused variableTed Unangst
ok mickey@
2003-02-20no trailing newline in panic(); PR 3103Henning Brauer
2003-02-20In typical linux style, set a magic bit that makes the floppy work onJason 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 resultJason Wright
- add defines for compression - add bit/structure defintions for the result structures
2003-02-19Sync if_vr code with FreeBSD. This makes the driver much better when it comesMiod Vallat
to trying to recover the hardware going nuts under the load. Reported to work by various people including krw@and I.
2003-02-18convert to new registration schemeJason Wright
2003-02-18intial -> initialJason McIntyre
ok mickey@
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-18syncTheo de Raadt
2003-02-18new fxp; cube@cubidou.netTheo de Raadt
2003-02-17whitespace, typos, and compression structure defnsJason Wright