summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until theyrwatson2004-08-286-6/+12
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-281-0/+5
* if_dc includes locking, but that locking is disabled by a #ifdefrwatson2004-08-251-1/+2
* Add support for Intel E7205 AGP.anholt2004-08-221-0/+6
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsanholt2004-08-211-4/+4
* Apply some stylistic changes based off of kern/70037 (content changes toanholt2004-08-211-10/+10
* fix LOR's in sk. Original patch from dwhite. This moves the memoryjmg2004-08-202-44/+56
* put function's name at begining of column...jmg2004-08-201-1/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.jmg2004-08-202-0/+11
* Unconditionally support the AMD64 GART HW.obrien2004-08-193-15/+1
* AMD64 on-CPU GART support.obrien2004-08-165-1/+341
* style.9.obrien2004-08-161-12/+8
* - Make OF_getetheraddr() honour the "local-mac-address?" system configmarius2004-08-141-1/+1
* Since the if_de driver doesn't contain locking, mark it asrwatson2004-08-131-1/+1
* Revert rev 1.93 and replace it by grabbing the vr lock before callingscottl2004-08-111-2/+2
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAanholt2004-08-092-1/+12
* Fix rl(4)'s lock behavior upon deinitialization. I would get a panicgreen2004-08-091-5/+6
* Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),rwatson2004-08-071-0/+2
* Do not attempt to clean up data that has not been initialized yet.roam2004-08-061-2/+4
* Unbreak DEVICE_POLLING build / LINT. Sorry!mlaier2004-08-021-1/+1
* Second part of ALTQ driver modifications, covering:mlaier2004-08-011-5/+7
* Update for the KDB framework:marcel2004-07-101-1/+2
* Further improve locking in xl(4):bms2004-07-091-21/+34
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-091-458/+547
* Further locking improvements for vr(4):bms2004-07-091-46/+69
* Add a 'suspended' flag to softc so that we can avoid races on detach.bms2004-07-091-0/+1
* Actually turn on driver locking in xl(4).bms2004-07-091-10/+0
* Further rl(4) locking improvements:bms2004-07-091-48/+71
* Whitespace nitbms2004-07-051-1/+1
* Eliminate redundant return keywords.bms2004-07-051-29/+0
* Whitespace pass.bms2004-07-051-40/+39
* style(9):bms2004-07-051-75/+75
* Eliminate redundant return keywords.bms2004-07-051-48/+0
* Whitespace nitsbms2004-07-052-29/+29
* style(9) pass on prototypes.bms2004-07-051-21/+27
* Locking cleanup for rl(4).bms2004-07-051-52/+60
* style(9) and whitespace cleanup.bms2004-07-052-390/+238
* Reintroduce and clean up locking in xl(4).bms2004-07-051-88/+178
* Use if_printf() and device_printf() where appropriate, i.e.:bms2004-07-051-88/+92
* ANSIfy function definitions.bms2004-07-041-259/+99
* Fix whitespace, indentation, long line wrapping and comments.bms2004-07-041-126/+122
* Fix whitespace and comments.bms2004-07-041-20/+25
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-042-3/+3
* SMPng locking cleanup for vr(4).bms2004-07-031-66/+58
* - Another whitespace pass; make locking calls more obvious.bms2004-07-031-12/+10
* style(9) compliance.bms2004-07-021-276/+164
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-024-26/+37
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which usejhb2004-07-021-0/+3
* Remove saved_* from dc_softc. They are now no longer needed.imp2004-06-291-5/+0
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-2811-338/+3
OpenPOWER on IntegriCloud