summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly re-enable the transmitter in the TX error handler.wpaul1999-08-261-5/+3
* Change PN_RXLEN from 1518 bytes to 1536 bytes. The chip always DMAs datawpaul1999-08-242-6/+6
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-242-5/+5
* Reset the UHCI controller when the device comes back from suspend.n_hibma1999-08-231-6/+33
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-236-69/+20
* Slightly sanitize the isa/eisa bridge detection. The pci->eisa bridgepeter1999-08-221-13/+9
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-216-6/+14
* Add missing include.billf1999-08-211-0/+1
* Remove MII/PHY related junk from here. It's not needed anymore.wpaul1999-08-211-106/+1
* This commit adds device driver support for the Sundance Technologies ST201wpaul1999-08-212-0/+2284
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-217-32/+39
* Fix power management register definitions.wpaul1999-08-211-5/+5
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI buspeter1999-08-191-11/+2
* Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.wpaul1999-08-191-3/+3
* 1) rename dev->self to be consistentn_hibma1999-08-182-76/+107
* Differentiate between aic7895C chips and their earlier brethrengibbs1999-08-161-2/+6
* Set some correct return values. Prefer I/O map all the time unless configuredmjacob1999-08-161-13/+20
* Fix a long standing bug in the auto-termination control settings forgibbs1999-08-161-8/+9
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-167-13/+15
* Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onwpaul1999-08-141-3/+3
OpenPOWER on IntegriCloud