summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2000-10-09make midway.c (en* driver) work on non-32bit. from kjc@csl.sony.co.jpJun-ichiro itojun Hagino
2000-10-09Defer most of the attach process as recommended in the comments; mickey@ okAaron Campbell
2000-10-08Add support for Symbios (NCR) 1510 and 1510D. Based on a patch fromTodd C. Miller
redjade@ada.snu.ac.kr.
2000-10-08regen (add Symbios 1510 and 1510D)Todd C. Miller
2000-10-08Add Symbios (NCR) 1510 and 1510DTodd C. Miller
2000-10-07Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556.Aaron Campbell
2000-10-06syncAaron Campbell
2000-10-06Add product ID for ESS Maestro-3.Aaron Campbell
2000-09-30Whoops, forgot to list the 3c555 device ID under media selection parts.Aaron Campbell
2000-09-29Oops, time to learn how to countMiod Vallat
2000-09-29Check N command operand value to prevent a panic with large values.Miod Vallat
Problem found by Thomas Coffy <karma@bsdfr.org>
2000-09-29fix pasto in error printfMichael Shalayeff
2000-09-29- Add support for 3Com 3C555 MiniPCI.Aaron Campbell
- Clean up configuration flags mess. The MiniPCI adapters share some properties with the CardBus adapters.
2000-09-28syncAaron Campbell
2000-09-28There is a 3c555 MiniPCI adapter, too; from NetBSD.Aaron Campbell
2000-09-28syncAaron Campbell
2000-09-28Add product ID for new CS4281 audio device found in IBM ThinkPad X20.Aaron Campbell
2000-09-28If this is a Davicom DM9102A and we're enabling the homePNA link, forceAaron Campbell
dc_link to 1 and don't activate the tick routine. Without this, dc_start() always thinks the link is down and never transmits in homePNA mode; from FreeBSD.
2000-09-25do not do queue locking in get/put_ccb, since calling blocksMichael Shalayeff
have gotten it already locked appropriately. only try to satiate the command queue if there was a command interrupt, it seems it's quite well-behaving this way. dispose allocated resources if twe_attach() fails.
2000-09-25Support the i82562; from FreeBSD. Apparently nothing more needed than to matchAaron Campbell
its PCI device ID.
2000-09-25syncAaron Campbell
2000-09-25Add Intel i82562 PCI device ID. This is the Ethernet controller found on theAaron Campbell
Intel 815E motherboard; from FreeBSD.
2000-09-24For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slotAaron Campbell
control registers at shutdown else we hang. Fixes it on my laptop, should help out espie@ on his Toshiba system too.
2000-09-22syncAaron Campbell
2000-09-22Add Conexant modemAaron Campbell
2000-09-22syncAaron Campbell
2000-09-22shortenAaron Campbell
2000-09-22syncAaron Campbell
2000-09-22Sony Memory Stick Media SlotAaron Campbell
2000-09-21use volatile's on all structures shared between cpu and hifnJason Wright
kill hifn_command_buf_data_t (unnecessary for a long time now)
2000-09-21styleJason Wright
2000-09-21Patch from FreeBSD (wpaul):Jason Wright
Fix the tl driver so it doesn't run off the end of the RX descriptor list and panic in out of mbufs condition.
2000-09-20support 64bit BARs from NetBSDNiklas Hallqvist
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19trailing spacesNiklas Hallqvist
2000-09-19syncNiklas Hallqvist
2000-09-19redundancy in product names is badNiklas Hallqvist
2000-09-17Only check defined bits when waiting for valid AC97 input slotMarco S Hyman
Don't clobber existing bits when turning on clock Save interrupt status and issue EOI before processing status bits checked by me and angelos@
2000-09-17implement SIOCSIFMTU, okay deraadt@Niels Provos
2000-09-17Support detach of fxp devices to allow ejection of Intel CardBus adapters.Aaron Campbell
2000-09-17syncAaron Campbell
2000-09-17Add New Media LiveWire Ethernet LAN Adapter product ID; adam@cfar.umd.eduAaron Campbell
2000-09-17Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD.Aaron Campbell
2000-09-17syncAaron Campbell
2000-09-17Add product ID for ADMtek AN985. Note that there seemed to be some nomenclatureAaron Campbell
issues between this card and the PCI version. As far as I can tell, the AN983 is the PCI card and the AN985 is the CardBus version.
2000-09-17Match the new D-Link DSB-650 product ID.Aaron Campbell
2000-09-17syncAaron Campbell
2000-09-17Another D-Link DSB-650 adapter product ID; from FreeBSDAaron Campbell
2000-09-17Twiddle another bit to illuminate the link LED on the 3C589E 10BaseT connector.Aaron Campbell
2000-09-16- No need to do bpfdetach(), that's done in if_detach().Aaron Campbell
- No need to keep around NetBSD NRND cruft. - Indentation fixes.