aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_user.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().David E. O'Brien2003-08-241-4/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* prevent the number of patterns from exceeding the number of pci devices.John-Mark Gurney2003-06-231-1/+1
* cleanup /dev/pci code some:John-Mark Gurney2003-06-231-54/+20
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Make /dev/pci use MAJOR_AUTO.Stefan Eßer2003-03-011-0/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* o Modify access control code for /dev/pci device to use securelevel_gt()Robert Watson2001-09-261-3/+9
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Next round of PCI subsystem updates:Mike Smith2000-12-131-0/+487