aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Ooops. Need to free dc_srom on detach to not leak memory.Warner Losh2002-10-071-0/+1
* Dynamically configure the width of the srom. This code comes fromWarner Losh2002-10-072-15/+106
* Static'ify a variable.Alfred Perlstein2002-10-031-1/+1
* Correct an indentation.Eric Anholt2002-10-031-1/+1
* Fix two misindents.Poul-Henning Kamp2002-10-012-2/+2
* Remove all DELAY(1) calls around MII operations in the XL driver.Mike Silbersack2002-09-221-17/+0
* Cleanup of amdpm(4).Nicolas Souchu2002-09-211-137/+178
* Fix the support for the AN985/983 chips, which do not set theMartin Blapp2002-09-201-1/+2
* Enable the automatic TX underrun recovery for the ADMtek chips.Martin Blapp2002-09-202-0/+5
* simos.c needs a to be updated from the old pci shims. Yell loudly butPeter Wemm2002-09-191-0/+7
* Clarify comment to "Code borrowed from if_fxp.c" to deal with runningDoug Ambrisko2002-09-181-1/+1
* Fix i810 after i830 commit.Eric Anholt2002-09-151-0/+2
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.Eric Anholt2002-09-131-6/+4
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakiEric Anholt2002-09-122-48/+215
* Only probe one PHY on the D-Link 580 version of the card (ie rev 0x12).Doug Ambrisko2002-09-111-6/+37
* add missing \n to printfBernd Walter2002-09-093-6/+6
* Add support for Corega FEther CB-TXD (CardBus 100M/10M).Mitsuru IWASAKI2002-09-062-1/+13
* Make consistent; turn spaces into tabs where there is a mixture.Mark Murray2002-09-041-21/+21
* Add a device description for Intel 82801CA/CAM (ICH3) USB controllerJosef Karthauser2002-08-281-0/+5
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onBruce Evans2002-08-277-0/+7
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-8/+8
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sinceAlan Cox2002-08-252-2/+2
* style: put return types on a line by themselves.Alfred Perlstein2002-08-245-188/+376
* style:Alfred Perlstein2002-08-236-235/+466
* Put return values from functions on a line by themselves.Alfred Perlstein2002-08-231-36/+72
* Don't read the PCI config space during mii operations. Instead save whetherDoug Ambrisko2002-08-192-3/+9
* Remove the SIS_LOCK/SIS_UNLOCK from sis_attach(). It makes WITNESSPoul-Henning Kamp2002-08-191-3/+0
* Use uhci_pci_match to return the device description and rework theJosef Karthauser2002-08-181-28/+22
* Add a comment to remind that uhci_pci_match will never return NULL.Josef Karthauser2002-08-181-6/+11
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-183-9/+9
* Consolidate the device recognition code.Josef Karthauser2002-08-181-57/+4
* Revert change to detect multiply PHYs in mii code. There might be casesDoug Ambrisko2002-08-161-0/+5
* UHCI_DEBUG -> USB_DEBUG.Josef Karthauser2002-08-151-1/+1
* Improve handling of TX errors. Early reports indicate that thisMike Silbersack2002-08-152-13/+28
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().Alan Cox2002-08-102-6/+3
* Fixes for the D-Link DFE-580 card.Doug Ambrisko2002-08-072-83/+111
* Use new interface for ether_input().Luigi Rizzo2002-08-071-13/+4
* Make sure to set the DMA transfer length register, plus oneMike Silbersack2002-08-051-1/+6
* Use m_getcl() to allocate mbuf+cluster for the receive ring.Luigi Rizzo2002-08-041-25/+9
* Repond properly to NGM_TEXT_CONFIG messages.Poul-Henning Kamp2002-08-041-0/+1
* Make sure to set both sets of registers which control the RX and TX bufferMike Silbersack2002-07-312-0/+49
* If we get 0xffff back when reading the status register, assume the cardJohn Baldwin2002-07-301-0/+5
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,Alan Cox2002-07-212-0/+4
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.John Baldwin2002-07-191-0/+27
* - Use more correct values to initialize the AGP controller during setup.John Baldwin2002-07-171-6/+21
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-142-0/+4
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-132-0/+6
* Fix if_timer logic to make sure that there is always a timeoutLuigi Rizzo2002-06-302-10/+8
* Fix if_timer logic to make sure that there is always a timeoutLuigi Rizzo2002-06-301-6/+6
* Make sure that if_timer does not get reset if there are packetsLuigi Rizzo2002-06-302-19/+11