summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-2015-24/+24
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-2014-14/+14
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-2014-14/+14
* Goofed and didn't change the second DRIVER_MODULE() linking these withobrien1999-09-209-9/+9
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-2015-15/+15
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-201-100/+0
* Add an alternate transmit strategy for 3c90xB adapters based on the transmitwpaul1999-09-202-73/+309
* Make some small performance tweaks to the tl driver. This should hopefullywpaul1999-09-192-42/+60
* Convert the VIA Rhine driver to miibus.wpaul1999-09-192-633/+117
* Clean up two cases of the alpha vtophys() hack that should bewpaul1999-09-182-4/+2
* Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-182-7/+21
* Update to driver release 1.74roger1999-09-171-57/+139
* Patch if_vr to add bridging support.wpaul1999-09-171-1/+20
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-171-1/+1
* Sync with driver release 1.74roger1999-09-171-0/+11
* Fix sf_probe() to detect the card type properly. I botched the readingwpaul1999-09-171-2/+2
* Dangit: mispelled TORNADO in one place.wpaul1999-09-151-1/+1
* 3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.wpaul1999-09-152-3/+9
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-131-1/+0
* Update to driver 1.73roger1999-09-101-4/+37
* Add a pointer to "controller miibus0" for people who will not read thepeter1999-09-088-0/+8
* Fix comment: RX underrun -> RX overrun.wpaul1999-09-071-1/+1
* Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.wpaul1999-09-062-2/+2
* Remember to re-arm the timeout for the tick routine.wpaul1999-09-062-0/+3
* Fix definitions for RID and RES if we're not using IOSPACE. I copied thewpaul1999-09-062-4/+4
* Whups, forgot one $Id$ -> $FreeBSD$ conversion.wpaul1999-09-061-1/+1
* Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.peter1999-09-062-1/+7
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-062-0/+2133
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-052-0/+1861
* #ifdef out the definition for the small packet RX ring. I ended up onlywpaul1999-09-031-0/+9
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-031-40/+42
* Handle for passthru resource release correctly.luoqi1999-09-031-5/+4
* Update to driver 1.72.roger1999-09-011-0/+4
* Just when I thought it was safe. In the original 3c905-TX NICs, thewpaul1999-09-011-0/+13
* Convert the RealTek 8139 driver to newbus and miibus in one swell foop.wpaul1999-08-312-702/+266
* Oops. I undid the $Id: -> $FreBSD: change.roger1999-08-312-2/+2
* Update to driver release 1.71roger1999-08-312-563/+274
* Add splimp protection to wb_tick().wpaul1999-08-311-0/+5
* Make sure to free resources on failure correctly in a couple of placeswpaul1999-08-311-2/+8
* Fix a couple of things that weren't quite right for not usingpeter1999-08-311-2/+6
* Convert the Adaptec and Winbond drivers to miibus.wpaul1999-08-304-1262/+318
* Add support for the aic7859 which is found on the 2930CU.gibbs1999-08-301-11/+54
* MFS: Change path to perl.nsayer1999-08-301-1/+1
* Add #include <sys/select.h> ready for select() support in bt848 driverroger1999-08-301-0/+1
* Convert the 3Com XL driver to miibus. This one is a little trickywpaul1999-08-292-746/+173
* Add Voodoo 3 identification.roger1999-08-291-0/+2
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-298-18/+15
* $Id$ -> $FreeBSD$peter1999-08-2872-86/+86
* Make some cleanups related to miibus.wpaul1999-08-271-47/+21
* Convert the ThunderLAN driver to miibus. This took me a while because Iwpaul1999-08-272-878/+115
OpenPOWER on IntegriCloud