summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_user.c
Commit message (Expand)AuthorAgeFilesLines
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-021-3/+70
* Don't cache the new-bus name of a PCI device in the PCI conf structure,jhb2008-01-151-1/+4
* Fix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compatibility code:marius2007-12-261-12/+9
* Simplify the old compat #ifdefs.imp2007-10-261-22/+12
* Add ABI backwards compatibility to the FreeBSD 4/5/6 versions ofmarius2007-10-241-51/+295
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-2/+8
* Actually make bounds checking for PCIOCREAD and PCIOCWRITE work.ru2006-10-061-6/+8
* For FreeBSD 4 binaries, when trying to read from a device that doesps2005-08-261-1/+8
* Use pci_find_bsf() to retrieve the PCI device associated withbms2005-04-131-13/+16
* Use dynamic major number allocation.phk2005-02-271-7/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Device megapatch 4/6:phk2004-02-211-0/+2
* MF-p4/diff reduction:imp2004-01-111-1/+0
* The code that was meant to test alignment of the register offsetse2003-10-111-46/+24
* Use __FBSDID().obrien2003-08-241-4/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* prevent the number of patterns from exceeding the number of pci devices.jmg2003-06-231-1/+1
* cleanup /dev/pci code some:jmg2003-06-231-54/+20
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Make /dev/pci use MAJOR_AUTO.se2003-03-011-0/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* o Modify access control code for /dev/pci device to use securelevel_gt()rwatson2001-09-261-3/+9
* KSE Milestone 2julian2001-09-121-6/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Next round of PCI subsystem updates:msmith2000-12-131-0/+487
OpenPOWER on IntegriCloud