summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Convert sis(4) to use its own watchdog procedure.delphij2007-02-242-16/+16
* Catchup with filtersimp2007-02-232-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-2310-11/+11
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mappingmarius2007-01-161-1/+1
* Remove duplicate variable initialization.jhb2007-01-161-1/+0
* - Allow multiple (external) PHYs with Am79C97{2,6}, which actuallymarius2007-01-131-5/+15
* Various updates to most of the smbus(4) drivers:jhb2007-01-117-533/+730
* Restore agp aperture size after resume, in case it is modified after boot.takawata2007-01-061-1/+8
* - Clean up Aperture Access Global Enable (APEN) bit access.jkim2007-01-052-50/+41
* Fix style(9).jkim2007-01-051-61/+52
* Make agp_intel capable to work after resume from S3 state.takawata2007-01-051-33/+50
* Don't assume IF_LLADDR returns aligned memory address.yongari2006-12-181-4/+5
* - Revert the parts of the previous revision which reloaded the watchdogmarius2006-12-081-3/+2
* - Use the xl_stats_update() callout instead of if_slowtimo() formarius2006-12-062-22/+27
* if_watchdog -> rl_watchdogru2006-12-012-14/+16
* - Clear the PCN_MISC_ASEL bit so the media port can be actually setmarius2006-11-282-16/+74
* Add TSO support.yongari2006-11-211-0/+1
* Use #ifndef __NO_STRICT_ALIGNMENT rather thanyongari2006-11-211-1/+1
* - Don't bother to include IDs of PCnet chips which are not supportedmarius2006-11-072-40/+27
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-143/+0
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>marius2006-11-021-1/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-9/+173
* Wrap code optimized for architectures without alignment constraintsmarius2006-10-291-6/+5
* The page queues lock is no longer required by vm_page_busy() oralc2006-10-221-4/+0
* Older incarnations of the device used non-standard BARs.ru2006-10-171-4/+16
* Fix the wraparound of memsize >=2GB.tanimura2006-10-151-2/+3
* Fix style(9) nits.jkim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.jkim2006-10-091-1/+3
* Add support for 945G/GM AGP chipsets.anholt2006-09-271-13/+29
* Whitespace nits.ru2006-09-155-5/+5
* Consistently use if_printf() only in interface methods: if_start,glebius2006-09-1514-77/+90
* intpm(4) meet style(9). style(9) meet intpm(4).jhb2006-09-132-533/+582
* Trim some unneeded includes.jhb2006-09-121-2/+0
* Minor overhaul of SMBus support:jhb2006-09-116-185/+188
* Add support for another ATI IGP 340M (RS200M) AGP bridge.anholt2006-09-011-1/+4
* Use aperture base address from north bridge. Some BIOS does not encodejkim2006-08-211-10/+5
* Add more nForce4 SMBus 2.0 PCI IDs.ru2006-08-181-0/+9
* Don't reset Tx threshold value whenever xl_init_locked() is called.yongari2006-08-121-1/+3
* Make sure to check frames in Tx queue are empty before clearingyongari2006-08-121-4/+4
* 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
OpenPOWER on IntegriCloud