aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* - Another whitespace pass; make locking calls more obvious.Bruce M Simpson2004-07-031-12/+10
* style(9) compliance.Bruce M Simpson2004-07-021-276/+164
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-024-26/+37
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which useJohn Baldwin2004-07-021-0/+3
* Remove saved_* from dc_softc. They are now no longer needed.Warner Losh2004-06-291-5/+0
* Remove burn bridges code that saved/restored the pci config registersWarner Losh2004-06-2811-338/+3
* Be BURN_BRIDGES compliant.Poul-Henning Kamp2004-06-211-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-165-13/+13
* Use NG_FREE_MSG() instead of FREE().Poul-Henning Kamp2004-06-131-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-0911-291/+36
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-3022-0/+22
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Wrap the code to save/restore PCI config registers on suspend/resume inJohn Baldwin2004-05-242-0/+10
* Only initialize the if_sis callout as MPSAFE if debug.mpsafenet is setRobert Watson2004-05-231-1/+4
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-234-4/+8
* Use __FBSDID.Maxime Henrion2004-05-231-2/+3
* In agp_generic_bind_memory(), grab the needed pages before acquiringMaxime Henrion2004-05-231-30/+42
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-229-20/+11
* Plug three lock leaks.Maxime Henrion2004-05-221-0/+3
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.Eric Anholt2004-05-191-0/+36
* Replace the lame big endian crc with wpaul's standard big endian crcWarner Losh2004-05-191-23/+9
* Different VIA host bridges use different offsets to their AGP configJohn Baldwin2004-05-132-9/+41
* Remove old cy driver files. They have been repo-copied to sys/dev/cy andBruce Evans2004-05-021-198/+0
* Push down the responsibility for zeroing a physical page from theAlan Cox2004-04-242-4/+0
* Add support for the AMD 8111.David E. O'Brien2004-04-201-2/+4
* Use BSD spelling, no SysV.David E. O'Brien2004-04-191-1/+1
* Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer theWarner Losh2004-04-131-0/+1
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+14
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+12
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+13
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+13
* First driver with user-configurable polling(4).Ruslan Ermilov2004-04-111-1/+13
* Actually fix the TX performance with polling(4) enabledRuslan Ermilov2004-04-062-2/+2
* - Improved the TX performance with polling(4) by only checking theRuslan Ermilov2004-04-062-16/+11
* - Rewritten TX to use only two pointers to track producer/consumer.Ruslan Ermilov2004-04-052-127/+161
* Converted the isa probe and attach to new-bus so that this driver worksBruce Evans2004-04-051-2/+2
* Add register definitions for the status and command registers for AGP.Warner Losh2004-04-051-0/+22
* Add the ability to disable agp devices at the loader prompt. Usage isNate Lawson2004-04-037-0/+14
* Recharge the watchdog timer if there's still some TX work left.Ruslan Ermilov2004-04-031-0/+2
* Before MFC'ing the previous commit, I noticed I'd left out a case.Peter Edwards2004-04-031-0/+1
* Fixed a few bugs in the rl(4) driver:Ruslan Ermilov2004-04-031-8/+10
* Performance tuning.Ruslan Ermilov2004-04-022-41/+45
* Moved the statistical counter under hw.ste.rxsyncs.Ruslan Ermilov2004-04-011-1/+3
* Under a heavy RX load, at least with D-Link DFE-550TX adapters,Ruslan Ermilov2004-03-311-1/+18
* Added polling(4) support for ste(4).Ruslan Ermilov2004-03-312-3/+80
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumeStephen McKay2004-03-312-1/+28
* Switch ste_encap() over to using m_defrag().Ruslan Ermilov2004-03-301-14/+2
* Properly reprogram the hardware when IFF_ALLMULTI flag is set.Ruslan Ermilov2004-03-241-0/+3
* solid reports that it is buggy *and* that it slows down transmitMike Silbersack2004-03-191-0/+20