Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-09 | make midway.c (en* driver) work on non-32bit. from kjc@csl.sony.co.jp | Jun-ichiro itojun Hagino | |
2000-10-09 | Defer most of the attach process as recommended in the comments; mickey@ ok | Aaron Campbell | |
2000-10-08 | Add support for Symbios (NCR) 1510 and 1510D. Based on a patch from | Todd C. Miller | |
redjade@ada.snu.ac.kr. | |||
2000-10-08 | regen (add Symbios 1510 and 1510D) | Todd C. Miller | |
2000-10-08 | Add Symbios (NCR) 1510 and 1510D | Todd C. Miller | |
2000-10-07 | Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556. | Aaron Campbell | |
2000-10-06 | sync | Aaron Campbell | |
2000-10-06 | Add product ID for ESS Maestro-3. | Aaron Campbell | |
2000-09-30 | Whoops, forgot to list the 3c555 device ID under media selection parts. | Aaron Campbell | |
2000-09-29 | Oops, time to learn how to count | Miod Vallat | |
2000-09-29 | Check N command operand value to prevent a panic with large values. | Miod Vallat | |
Problem found by Thomas Coffy <karma@bsdfr.org> | |||
2000-09-29 | fix pasto in error printf | Michael 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-28 | sync | Aaron Campbell | |
2000-09-28 | There is a 3c555 MiniPCI adapter, too; from NetBSD. | Aaron Campbell | |
2000-09-28 | sync | Aaron Campbell | |
2000-09-28 | Add product ID for new CS4281 audio device found in IBM ThinkPad X20. | Aaron Campbell | |
2000-09-28 | If this is a Davicom DM9102A and we're enabling the homePNA link, force | Aaron 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-25 | do not do queue locking in get/put_ccb, since calling blocks | Michael 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-25 | Support the i82562; from FreeBSD. Apparently nothing more needed than to match | Aaron Campbell | |
its PCI device ID. | |||
2000-09-25 | sync | Aaron Campbell | |
2000-09-25 | Add Intel i82562 PCI device ID. This is the Ethernet controller found on the | Aaron Campbell | |
Intel 815E motherboard; from FreeBSD. | |||
2000-09-24 | For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slot | Aaron Campbell | |
control registers at shutdown else we hang. Fixes it on my laptop, should help out espie@ on his Toshiba system too. | |||
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | Add Conexant modem | Aaron Campbell | |
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | shorten | Aaron Campbell | |
2000-09-22 | sync | Aaron Campbell | |
2000-09-22 | Sony Memory Stick Media Slot | Aaron Campbell | |
2000-09-21 | use volatile's on all structures shared between cpu and hifn | Jason Wright | |
kill hifn_command_buf_data_t (unnecessary for a long time now) | |||
2000-09-21 | style | Jason Wright | |
2000-09-21 | Patch 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-20 | support 64bit BARs from NetBSD | Niklas Hallqvist | |
2000-09-19 | trailing spaces | Niklas Hallqvist | |
2000-09-19 | trailing spaces | Niklas Hallqvist | |
2000-09-19 | sync | Niklas Hallqvist | |
2000-09-19 | redundancy in product names is bad | Niklas Hallqvist | |
2000-09-17 | Only check defined bits when waiting for valid AC97 input slot | Marco 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-17 | implement SIOCSIFMTU, okay deraadt@ | Niels Provos | |
2000-09-17 | Support detach of fxp devices to allow ejection of Intel CardBus adapters. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add New Media LiveWire Ethernet LAN Adapter product ID; adam@cfar.umd.edu | Aaron Campbell | |
2000-09-17 | Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add product ID for ADMtek AN985. Note that there seemed to be some nomenclature | Aaron 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-17 | Match the new D-Link DSB-650 product ID. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Another D-Link DSB-650 adapter product ID; from FreeBSD | Aaron Campbell | |
2000-09-17 | Twiddle 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. |