summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2000-06-02callback is always staticTheo de Raadt
2000-05-31syncChris Cappuccio
2000-05-31Add some OPTi IDE controllersChris Cappuccio
2000-05-31syncTheo de Raadt
2000-05-31another pci-pci bridgeTheo de Raadt
2000-05-30audio driver for intel 810/820/440MX i/o controller hub ac'97 .Michael Shalayeff
820 and 440MX are untested, but should work.
2000-05-30regenMichael Shalayeff
2000-05-30440MX chipset definionsMichael Shalayeff
2000-05-30syncTheo de Raadt
2000-05-30oopsTheo de Raadt
2000-05-30syncTheo de Raadt
2000-05-30more device descriptionsTheo de Raadt
2000-05-29Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.Aaron Campbell
2000-05-26Match 2930CU, it works with the new driverChris Cappuccio
2000-05-22syncChris Cappuccio
2000-05-22Adaptec AHA-2930CUChris Cappuccio
2000-05-18work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto acceleratorJason Wright
2000-05-15syncTheo de Raadt
2000-05-15cleanTheo de Raadt
2000-05-08crank MAX_SCATTER to handle large chain lengths; deraadt ok'd.Jason Wright
2000-05-04Don't attach a PCTECH RZ1000 on the PCI bus--it has severe problems.Todd C. Miller
It will attach at wdc and be less problematical, though I still wouldn't trust my data to it.
2000-05-04syncTheo de Raadt
2000-05-04heck, pick names for some more RCC devices, since the guy who knows what ↵Theo de Raadt
they are is gone for the week
2000-05-04fixed context memory sizingJason Wright
2000-05-03syncTheo de Raadt
2000-05-03rename 82454NXTheo de Raadt
2000-05-03syncTheo de Raadt
2000-05-03pcidevs.hTheo de Raadt
2000-05-03advansys U3WTheo de Raadt
2000-05-03syncTheo de Raadt
2000-05-03more nasty pcbh devicesTheo de Raadt
2000-05-01syncTheo de Raadt
2000-05-01another RCC host bridgeTheo de Raadt
2000-04-29add $ tagKenneth R Westerback
2000-04-28syncTheo de Raadt
2000-04-28IRE SafeNet CryptIC PCI cardTheo de Raadt
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI.
2000-04-27Previous commit contained things that I want to keep local for nowChris Cappuccio
2000-04-27Cleanup SIOCSIFMTUChris Cappuccio
2000-04-27Remove MTU cruftChris Cappuccio
2000-04-26Enable SIOCSIFMTU, as it is supported by if.c and ifconfig nowChris Cappuccio
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@
2000-04-26Fix for if_vlan (FreeBSD)Chris Cappuccio
2000-04-26Remove one of my completely incomprehensible debugging printf's.Aaron Campbell
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-25if we have to allocate a new mbuf, don't forget to copy the header info fromJason Wright
the original packet.
2000-04-25fixing the frontend means fixing the backend too... add a countdown whenJason Wright
computing the length of a destination buffer in the callback since hifn always writes in multiples of 4 bytes (and AH can produce non-nice packets)
2000-04-25use the size of the allocation, not the minimum of what was requested andJason Wright
the allocation size to determine the length of a destination buffer
2000-04-24syncTheo de Raadt