summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Release resources properly in detach.dfr2000-06-101-0/+9
* Fix the AMD 751 AGP minidriver so that it works with my test code.dfr2000-06-104-8/+112
* A driver for programming the AGP hardware. This is only very lightlydfr2000-06-0910-0/+2576
* Nuke the useless chip driver. It gets in the way when you want to loaddfr2000-06-093-50/+4
* When I tweaked if_dc.c to alter the polling interval for non-MIIwpaul2000-06-071-7/+12
* - Call mii_pollstat() after we bring up the link on a 1000baseTX cardwpaul2000-06-061-1/+4
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-312-15/+36
* Encapsulate the old PCI compatability support and APIs completely underpeter2000-05-284-127/+118
* Make this compile without depending on the FreeBSD 2.2 compatabilitypeter2000-05-282-12/+13
* Do not depend on FreeBSD 2.2 compatability defines.peter2000-05-281-1/+1
* Fix some leakage from inside #ifdef PCI_COMPAT (the FreeBSD 2.2 compatpeter2000-05-281-2/+1
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-2810-30/+30
* Use the correct name for the PCI command register (PCIR_COMMAND). Don'tpeter2000-05-281-3/+3
* Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-281-3/+3
* ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.peter2000-05-281-4/+0
* Update to use newbus and busspace.dfr2000-05-271-158/+121
* Back out the previous change to the queue(3) interface.jake2000-05-264-13/+13
* Add OPTi 82C700 chipset.kuriyama2000-05-241-0/+10
* Add 440MX chipset.kuriyama2000-05-242-0/+18
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().archie2000-05-241-0/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-234-13/+13
* It turns out that I was wrong. The chip in my machine is not aimp2000-05-221-1/+1
* CXD1847A and CXD1947A have same product ID.kuriyama2000-05-221-1/+1
* Print the correct value for the map type on a verbose boot.dfr2000-05-181-1/+1
* Remove if_pci_p.c from old location.paul2000-05-141-104/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-1415-404/+6
* Use bus_space for all register accesses.dfr2000-05-132-43/+25
OpenPOWER on IntegriCloud