This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
dev
/
pci
History
Mike Silbersack
184dcdc7c8
Change all SYSCTLS which are readonly and have a related TUNABLE
...
from CTLFLAG_RD to CTLFLAG_RDTUN so that sysctl(8) can provide more useful error messages.
2003-10-21 18:28:36 +00:00
..
eisa_pci.c
Use __FBSDID().
2003-08-24 17:55:58 +00:00
fixup_pci.c
Use __FBSDID().
2003-08-24 17:55:58 +00:00
ignore_pci.c
Use __FBSDID().
2003-08-24 17:55:58 +00:00
isa_pci.c
Use __FBSDID().
2003-08-24 17:55:58 +00:00
pci_if.m
Add a new PCI interface method, assign_interrupt, to determine the
2003-07-01 14:08:33 +00:00
pci_pci.c
Change all SYSCTLS which are readonly and have a related TUNABLE
2003-10-21 18:28:36 +00:00
pci_private.h
Add pci_resume() to reestablish interrupt routing after
2003-09-17 08:32:44 +00:00
pci_user.c
The code that was meant to test alignment of the register offset
2003-10-11 22:20:34 +00:00
pci.c
Add pci_resume() to reestablish interrupt routing after
2003-09-17 08:32:44 +00:00
pcib_if.m
…
pcib_private.h
Prefer the uintXX_t to the u_intXX_t names.
2003-08-22 03:11:53 +00:00
pcireg.h
Teach the PCI code to parse MSI extended capabilities. Re-arrange the
2003-09-14 19:30:00 +00:00
pcivar.h
Teach the PCI code to parse MSI extended capabilities. Re-arrange the
2003-09-14 19:30:00 +00:00