summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-021-0/+4
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-011-0/+11
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-011-6/+13
* Take a shot at fixing multiple pci busses on i386.peter2000-08-311-6/+11
* Remove duplicate static definition of pci_devclasspeter2000-08-311-1/+0
* Add a detach method to allow this device to be unloaded.imp2000-08-301-0/+7
* Add TI-1031 id. It doesn't work yet, but it is nice to have it.imp2000-08-292-0/+6
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-287-216/+318
* Add support for the 3Com 556 and 556B mini-pci adapters used on somewpaul2000-08-282-9/+89
* remove clause 3 licencemjacob2000-08-271-7/+1
* Correct messages for VIA Apollo Pro133A.kuriyama2000-08-251-1/+5
* Fix up the sis driver, largely to improve the NatSemi DP83815 support:wpaul2000-08-222-19/+85
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-195-152/+32
* Fix a bug brought to light by the people working on SMPng. I don't quitewpaul2000-08-111-1/+11
* Close PR 20438. Make fix for preserving LED settings conditional onwpaul2000-08-071-3/+7
* Add the ESS Solo-1 to generic chip match.sanpei2000-08-031-0/+2
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-022-1/+8
* Add call to bus_generic_attach() at the end of sk_attach(). It turns out thatwpaul2000-08-021-0/+2
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdaywpaul2000-08-021-0/+1
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemswpaul2000-08-011-2/+13
* Part of major rewrite for core version 2.0- clarification ofmjacob2000-08-011-99/+106
* "Fix" cast qualifier warnings using the uintptr_t intermediate trick.peter2000-07-281-3/+6
* Document the 0x12258086 PCI id.asmodai2000-07-271-1/+1
* Use a custom Tigon 2 firmware image, hopefully temporarily. This iswpaul2000-07-261-1683/+1728
* Tweak probe message so that 1000baseSX and 1000baseT cards arewpaul2000-07-201-2/+2
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-204-2427/+3229
* Fix an alpha-only race which causes the transmit side of the chip togallatin2000-07-191-0/+12
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesmjacob2000-07-181-78/+161
* Add the PCI IDs for the Macronix 98727 and 98732 parts. These arewpaul2000-07-172-1/+10
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,wpaul2000-07-152-7/+33
* Close PR# 19904: remember to call sf_setmulti() when initializing thewpaul2000-07-141-0/+5
* sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twicewpaul2000-07-141-3/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-1315-84/+40
* Add support for Intel's i810 chipset with integrated graphics. Andfr2000-07-124-4/+518
* Newbusify this driver at an expense of 40 extra lines of code.phk2000-07-101-67/+112
* Thanks for Andrew Gallatin pointing out that freeing contigmalloc'dmjacob2000-07-091-2/+12
* use contigfree() rather than free() to free memory allocated withgallatin2000-07-081-4/+6
* Fix a minor bug in the MAC address unscrambling code.wpaul2000-07-061-3/+3
* Add support for the National Semiconductor DP83815 fast ethernetwpaul2000-07-062-21/+229
* Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.wpaul2000-07-052-0/+3
* Change startup locking. Use new isp_handle_index functionmjacob2000-07-041-20/+16
* Account for packets we clean out when we disconnect.phk2000-07-031-1/+3
* use warningsalfred2000-06-271-5/+18
* If swdpio1 doesn't clear, we have a reversed (or disconnected) cable. Changemjacob2000-06-251-3/+3
* Added support for SMC9432BTX cards.semenu2000-06-212-10/+81
* Implemented some optimizations which result in 14 fewer instructions in thedg2000-06-191-2/+6
* Added support for the i82559ER (10/100Mbps NIC for embedded applications).dg2000-06-182-9/+16
* Clean up firmware load issues and remove darn near all config options.mjacob2000-06-181-95/+43
* Fix this driver to (finally) work with switches. Some more blackmjacob2000-06-163-26/+163
* Add support for the Accton EN1217.asmodai2000-06-112-0/+14
OpenPOWER on IntegriCloud