summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Explicitly set v3 mode only when it is requested. Don't bother otherwise.jkim2006-08-111-1/+6
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Another small update to the re(4) driver:wpaul2006-08-011-0/+8
* Fix the following bugs in re(4)wpaul2006-07-301-19/+19
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of samplewpaul2006-06-281-1/+2
* Fix breakage of CHIP_I855 in the last revision.anholt2006-06-271-3/+4
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. Thewpaul2006-06-261-17/+68
* Replace the three copies of the list of pci ids with a single centralized list.anholt2006-06-251-143/+122
* Move SiS 760 to where it belongs.jkim2006-05-302-2/+2
* Rename device name in the last commit. According to PR, the ID isglebius2006-05-241-2/+2
* Add support for allocating one larger than page-sized contiguous block of memoryanholt2006-05-161-26/+110
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-164-4/+0
* Replace references to lnc(4) with references to le(4) (so far the notesmarius2006-05-151-4/+4
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-129-51/+0
* The sk(4) driver has moved to /sys/dev/skyongari2006-04-274-5146/+0
* Add support for RTL8111B chip, that can be found on some mainboards,glebius2006-03-221-0/+2
* Remove de driver from old location.imp2006-02-263-6580/+0
* Add support for the Intel E7205 chipset.anholt2006-02-171-0/+6
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-149-10/+0
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-011-0/+10
* Check ifp before dereferencing it in xl_detach(). xl_detach() can be calledglebius2006-01-181-1/+1
* Fix a memory leak I introduced with the hostb/vgapci stuff.jhb2006-01-171-4/+8
* The number of ticks per usec for YUKON_EC is 125.yongari2006-01-171-1/+1
* fix interrupt moderation timer frequencies for Yukonyongari2006-01-172-7/+21
* remove trailing spacesyongari2006-01-171-11/+11
* Remove unused code.bz2006-01-151-3/+0
* Use the copy of the card's MAC address saved in tulip_enaddr() in the softcjhb2005-12-221-3/+12
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.ru2005-12-212-0/+1077
* Use ETHER_ADDR_LEN rather than hardcoding 6.jhb2005-12-211-1/+1
* - Use PCIR_BAR() macro for the BAR for the aperture.jhb2005-12-201-7/+1
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-201-36/+4
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-208-16/+8
* Change the agp_find_device() to return the first agp device that has beenjhb2005-12-201-2/+11
* Don't map the AGP aperture into contiguous KVA. The various graphicsjhb2005-12-202-4/+1
* Destroy the /dev device before destroying the mutex or releasing resourcesjhb2005-12-201-1/+2
* Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).jhb2005-12-201-25/+4
* Backout pseudo nForce2/3/4 support. These devices (as well asru2005-12-161-160/+25
* Fix PCI ID of the AMD-8111 System Management controller so it matchesru2005-12-161-1/+1
* Add support for the nForce2/3/4 SMBus controllers which all contain twojhb2005-12-141-25/+160
* The if_ti Tigon I/II driver has moved to /sys/dev/tiscottl2005-12-104-14450/+0
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-4/+4
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfanholt2005-12-022-31/+160
* Fix the type of "eaddr" to guarantee the required alignment.ru2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.ru2005-11-302-21/+20
* Add support for the i855GM, tested by an r300 user.anholt2005-11-291-1/+6
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:jhb2005-11-212-30/+22
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handlejkim2005-11-141-16/+72
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-1112-37/+37
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-112-3/+3
* - Use callout_*() to manage the callout and make it MPSAFE.jhb2005-10-312-16/+11
OpenPOWER on IntegriCloud