aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-2/+1
* fix misspelling of TX...John-Mark Gurney2004-09-191-1/+1
* comment requirement that rx/tx descriptor counts must be equal due toJohn-Mark Gurney2004-09-191-3/+8
* Fix oversight reported by Norikatsu Shigemura for the "sym" driverStefan Eßer2004-09-101-0/+1
* Do not call xl_init_locked() unconditionally when we are bringed UP. CallGleb Smirnoff2004-09-091-2/+3
* Fix a couple of typos in commentsChristian Brueffer2004-09-061-4/+4
* Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until theyRobert Watson2004-08-286-6/+12
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)MIHIRA Sanpei Yoshiro2004-08-281-0/+5
* if_dc includes locking, but that locking is disabled by a #ifdefRobert Watson2004-08-251-1/+2
* Add support for Intel E7205 AGP.Eric Anholt2004-08-221-0/+6
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsEric Anholt2004-08-211-4/+4
* Apply some stylistic changes based off of kern/70037 (content changes toEric Anholt2004-08-211-10/+10
* fix LOR's in sk. Original patch from dwhite. This moves the memoryJohn-Mark Gurney2004-08-202-44/+56
* put function's name at begining of column...John-Mark Gurney2004-08-201-1/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.John-Mark Gurney2004-08-202-0/+11
* Unconditionally support the AMD64 GART HW.David E. O'Brien2004-08-193-15/+1
* AMD64 on-CPU GART support.David E. O'Brien2004-08-165-1/+341
* style.9.David E. O'Brien2004-08-161-12/+8
* - Make OF_getetheraddr() honour the "local-mac-address?" system configMarius Strobl2004-08-141-1/+1
* Since the if_de driver doesn't contain locking, mark it asRobert Watson2004-08-131-1/+1
* Revert rev 1.93 and replace it by grabbing the vr lock before callingScott Long2004-08-111-2/+2
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAEric Anholt2004-08-092-1/+12
* Fix rl(4)'s lock behavior upon deinitialization. I would get a panicBrian Feldman2004-08-091-5/+6
* Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),Robert Watson2004-08-071-0/+2
* Do not attempt to clean up data that has not been initialized yet.Peter Pentchev2004-08-061-2/+4
* Unbreak DEVICE_POLLING build / LINT. Sorry!Max Laier2004-08-021-1/+1
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-5/+7
* Update for the KDB framework:Marcel Moolenaar2004-07-101-1/+2
* Further improve locking in xl(4):Bruce M Simpson2004-07-091-21/+34
* Apply the long-overdue hatchet of style(9) death to this file.Bruce M Simpson2004-07-091-458/+547
* Further locking improvements for vr(4):Bruce M Simpson2004-07-091-46/+69
* Add a 'suspended' flag to softc so that we can avoid races on detach.Bruce M Simpson2004-07-091-0/+1
* Actually turn on driver locking in xl(4).Bruce M Simpson2004-07-091-10/+0
* Further rl(4) locking improvements:Bruce M Simpson2004-07-091-48/+71
* Whitespace nitBruce M Simpson2004-07-051-1/+1
* Eliminate redundant return keywords.Bruce M Simpson2004-07-051-29/+0
* Whitespace pass.Bruce M Simpson2004-07-051-40/+39
* style(9):Bruce M Simpson2004-07-051-75/+75
* Eliminate redundant return keywords.Bruce M Simpson2004-07-051-48/+0
* Whitespace nitsBruce M Simpson2004-07-052-29/+29
* style(9) pass on prototypes.Bruce M Simpson2004-07-051-21/+27
* Locking cleanup for rl(4).Bruce M Simpson2004-07-051-52/+60
* style(9) and whitespace cleanup.Bruce M Simpson2004-07-052-390/+238
* Reintroduce and clean up locking in xl(4).Bruce M Simpson2004-07-051-88/+178
* Use if_printf() and device_printf() where appropriate, i.e.:Bruce M Simpson2004-07-051-88/+92
* ANSIfy function definitions.Bruce M Simpson2004-07-041-259/+99
* Fix whitespace, indentation, long line wrapping and comments.Bruce M Simpson2004-07-041-126/+122
* Fix whitespace and comments.Bruce M Simpson2004-07-041-20/+25
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-042-3/+3
* SMPng locking cleanup for vr(4).Bruce M Simpson2004-07-031-66/+58