freebsd-dev/sys/dev/pci
John Baldwin 729d7ffbcf - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.
- Add a new PCIM_HDRTYPE constant for the field in PCIR_HDRTYPE that holds
  the header type.
- Replace several magic numbers with appropriate constants for the header
  type register and a couple of PCI_FUNCMAX.
- Merge to amd64 the fix to the i386 bridge code to skip devices with
  unknown header types.

Requested by:	imp (1, 2)
2003-08-28 21:22:25 +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 Use __FBSDID(). 2003-08-24 17:55:58 +00:00
pci_private.h Prefer the uintXX_t to the u_intXX_t names. 2003-08-22 03:11:53 +00:00
pci_user.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
pci.c - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. 2003-08-28 21:22:25 +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 - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long. 2003-08-28 21:22:25 +00:00
pcivar.h Prefer the uintXX_t to the u_intXX_t names. 2003-08-22 03:11:53 +00:00