summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_usrreq.c
AgeCommit message (Expand)Author
2015-08-24add some _KERNEL_OPT as the finishing touchpooka
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25introduce a new pci_drvname(3) to libpci. implement it in the backendmrg
2014-05-28Reject unaligned PCI config register ioctl requests before we kassert.riastradh
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2011-02-10pcimmap: if the requested page is marked prefetchable in a child device'sjmcneill
2009-07-30do as elad suggested and call kauth instead of using INSECURE in pcimmap()macallan
2009-07-14nuke PCI_ALLOW_MMAP, instead allow mmap(/dev/pci*) with options INSECUREmacallan
2009-07-09enable mmap() support for /dev/pci* with options PCI_ALLOW_MMAPmacallan
2009-07-07simplify previous.christos
2009-07-04pciioctl(), pci_devioctl():cegger
2009-07-04remove useless parenthesiscegger
2008-06-11remove unused variablecegger
2008-03-23Split device_t and softc for pci(4).cube
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerschristos
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-11-13add RCSIDlukem
2001-09-13Oops, didn't intend to enable pcimmap() yet.thorpej
2001-09-13Add an ioctl interface to the PCI bus. Add ioctls to read/writethorpej