aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Set ramsize depending on a value from eprom instead of usingBjoern A. Zeeb2004-11-131-3/+9
* Add altq support.Christian Brueffer2004-11-121-7/+9
* Add device polling supportChristian Brueffer2004-11-102-0/+109
* Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp2004-11-081-1/+2
* Another missing ! in front of IFQ_DRV_IS_EMPTY, this time in an even moreMax Laier2004-11-081-3/+7
* * Correct an off-by-one reading vpd ro data.David E. O'Brien2004-11-012-3/+33
* Forcibly disable interrupts, if we find ourselves servicing one whenBruce M Simpson2004-10-271-1/+8
* Workaround for a recursive acquisition of the driver mutex during deviceBruce M Simpson2004-10-261-0/+2
* Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and theAlan Cox2004-10-241-4/+1
* Avoid repeated acquisition and release of the vm object lock inside ofAlan Cox2004-10-241-5/+6
* Really really fix typo this time.Bruce M Simpson2004-10-191-1/+0
* Fix typo sc -> dev.Bruce M Simpson2004-10-191-1/+1
* Detach the Rhine completely on shutdown, rather than merely stopping itBruce M Simpson2004-10-191-3/+1
* fix (for me) the problems where if_de gets really slow after timeJohn-Mark Gurney2004-10-181-21/+0
* Fix sis, bfe and ndis in the same way dc was fixed:Max Laier2004-10-081-8/+12
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIEric Anholt2004-10-051-0/+2
* Read the MAC address in the EEPROM in the correct byte order. ThisMaxime Henrion2004-10-011-4/+4
* Add ALTQ support for dc(4), based upon a mostly-working patch from mlaier.Brian Feldman2004-10-011-15/+21
* Conditionalize IFF_NEEDSGIANT, like everything else here, on IS_MPSAFE.Brian Feldman2004-10-011-2/+3
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUJohn-Mark Gurney2004-09-281-1/+18
* style: Move the { back to the else line to match the }.Johan Karlsson2004-09-261-2/+2
* 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