aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Rename device name in the last commit. According to PR, the ID isGleb Smirnoff2006-05-241-2/+2
* Add support for allocating one larger than page-sized contiguous block of memoryEric Anholt2006-05-161-26/+110
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-164-4/+0
* Replace references to lnc(4) with references to le(4) (so far the notesMarius Strobl2006-05-151-4/+4
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-129-51/+0
* The sk(4) driver has moved to /sys/dev/skPyun YongHyeon2006-04-274-5146/+0
* Add support for RTL8111B chip, that can be found on some mainboards,Gleb Smirnoff2006-03-221-0/+2
* Remove de driver from old location.Warner Losh2006-02-263-6580/+0
* Add support for the Intel E7205 chipset.Eric Anholt2006-02-171-0/+6
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-149-10/+0
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPJohn Baldwin2006-02-011-0/+10
* Check ifp before dereferencing it in xl_detach(). xl_detach() can be calledGleb Smirnoff2006-01-181-1/+1
* Fix a memory leak I introduced with the hostb/vgapci stuff.John Baldwin2006-01-171-4/+8
* The number of ticks per usec for YUKON_EC is 125.Pyun YongHyeon2006-01-171-1/+1
* fix interrupt moderation timer frequencies for YukonPyun YongHyeon2006-01-172-7/+21
* remove trailing spacesPyun YongHyeon2006-01-171-11/+11
* Remove unused code.Bjoern A. Zeeb2006-01-151-3/+0
* Use the copy of the card's MAC address saved in tulip_enaddr() in the softcJohn Baldwin2005-12-221-3/+12
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.Ruslan Ermilov2005-12-212-0/+1077
* Use ETHER_ADDR_LEN rather than hardcoding 6.John Baldwin2005-12-211-1/+1
* - Use PCIR_BAR() macro for the BAR for the aperture.John Baldwin2005-12-201-7/+1
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asJohn Baldwin2005-12-201-36/+4
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-208-16/+8
* Change the agp_find_device() to return the first agp device that has beenJohn Baldwin2005-12-201-2/+11
* Don't map the AGP aperture into contiguous KVA. The various graphicsJohn Baldwin2005-12-202-4/+1
* Destroy the /dev device before destroying the mutex or releasing resourcesJohn Baldwin2005-12-201-1/+2
* Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).John Baldwin2005-12-201-25/+4
* Backout pseudo nForce2/3/4 support. These devices (as well asRuslan Ermilov2005-12-161-160/+25
* Fix PCI ID of the AMD-8111 System Management controller so it matchesRuslan Ermilov2005-12-161-1/+1
* Add support for the nForce2/3/4 SMBus controllers which all contain twoJohn Baldwin2005-12-141-25/+160
* The if_ti Tigon I/II driver has moved to /sys/dev/tiScott Long2005-12-104-14450/+0
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-4/+4
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfEric Anholt2005-12-022-31/+160
* Fix the type of "eaddr" to guarantee the required alignment.Ruslan Ermilov2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.Ruslan Ermilov2005-11-302-21/+20
* Add support for the i855GM, tested by an r300 user.Eric Anholt2005-11-291-1/+6
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:John Baldwin2005-11-212-30/+22
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handleJung-uk Kim2005-11-141-16/+72
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-1112-37/+37
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-112-3/+3
* - Use callout_*() to manage the callout and make it MPSAFE.John Baldwin2005-10-312-16/+11
* Add the device ID for the VIA VT8235 south bridge.John Baldwin2005-10-311-0/+7
* Some of the VIA pm and propm devices are actually the same device as theJohn Baldwin2005-10-311-1/+38
* Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl().Bill Paul2005-10-281-2/+0
* Fixup locking and mark MPSAFE.John Baldwin2005-10-272-44/+61
* - Use if_printf() and device_printf() and remove vr_unit from the softc.John Baldwin2005-10-272-53/+44
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-228-8/+8
* Remove dc after repo copy.Warner Losh2005-10-182-5088/+0
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032John Baldwin2005-10-143-2/+33
* In detach method, move if_free() after bus_teardown_intr().Ruslan Ermilov2005-10-1311-22/+32