aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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-455/+544
* 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-39/+38
* 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
* - 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