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
Alfred Perlstein
44956c9863
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
..
eisa_pci.c
…
fixup_pci.c
Fix reversed arguments to pci_write_config()
2001-06-03 09:45:40 +00:00
ignore_pci.c
…
isa_pci.c
Save and restore the interrupt Edge/Level Control Registers (ELCR)
2002-10-30 19:55:06 +00:00
pci_if.m
…
pci_pci.c
Make the base pcib_route_interrupt method available to other pci-pci bridge
2003-01-14 11:37:56 +00:00
pci_private.h
- Make pci_load_vendor_data() static and do it during MOD_LOAD instead of
2002-09-04 03:13:16 +00:00
pci_user.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
pci.c
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
2003-01-21 08:56:16 +00:00
pcib_if.m
…
pcib_private.h
Make the base pcib_route_interrupt method available to other pci-pci bridge
2003-01-14 11:37:56 +00:00
pcireg.h
Add some PCI-X register definitions.
2002-06-05 22:25:51 +00:00
pcivar.h
Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like
2002-11-27 06:41:28 +00:00