aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-143/+0
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>Marius Strobl2006-11-021-1/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-9/+173
* Wrap code optimized for architectures without alignment constraintsMarius Strobl2006-10-291-6/+5
* The page queues lock is no longer required by vm_page_busy() orAlan Cox2006-10-221-4/+0
* Older incarnations of the device used non-standard BARs.Ruslan Ermilov2006-10-171-4/+16
* Fix the wraparound of memsize >=2GB.Seigo Tanimura2006-10-151-2/+3
* Fix style(9) nits.Jung-uk Kim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.Jung-uk Kim2006-10-091-1/+3
* Add support for 945G/GM AGP chipsets.Eric Anholt2006-09-271-13/+29
* Whitespace nits.Ruslan Ermilov2006-09-155-5/+5
* Consistently use if_printf() only in interface methods: if_start,Gleb Smirnoff2006-09-1514-77/+90
* intpm(4) meet style(9). style(9) meet intpm(4).John Baldwin2006-09-132-533/+582
* Trim some unneeded includes.John Baldwin2006-09-121-2/+0
* Minor overhaul of SMBus support:John Baldwin2006-09-116-185/+188
* Add support for another ATI IGP 340M (RS200M) AGP bridge.Eric Anholt2006-09-011-1/+4
* Use aperture base address from north bridge. Some BIOS does not encodeJung-uk Kim2006-08-211-10/+5
* Add more nForce4 SMBus 2.0 PCI IDs.Ruslan Ermilov2006-08-181-0/+9
* Don't reset Tx threshold value whenever xl_init_locked() is called.Pyun YongHyeon2006-08-121-1/+3
* Make sure to check frames in Tx queue are empty before clearingPyun YongHyeon2006-08-121-4/+4
* Explicitly set v3 mode only when it is requested. Don't bother otherwise.Jung-uk Kim2006-08-111-1/+6
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Another small update to the re(4) driver:Bill Paul2006-08-011-0/+8
* Fix the following bugs in re(4)Bill Paul2006-07-301-19/+19
* Properly detect the RTL8168(B?) again. RealTek sent me a bunch of sampleBill Paul2006-06-281-1/+2
* Fix breakage of CHIP_I855 in the last revision.Eric Anholt2006-06-271-3/+4
* Add support for the RealTek 8169SC/8110SC and RTL8101E devices. TheBill Paul2006-06-261-17/+68
* Replace the three copies of the list of pci ids with a single centralized list.Eric Anholt2006-06-251-143/+122
* Move SiS 760 to where it belongs.Jung-uk Kim2006-05-302-2/+2
* 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