freebsd-skq/sys/dev/pci
Warner Losh a12fb4e632 Assign start to the value we were able to allocate and use that to
write out the BAR.  Otherwise, we were trying to shift a 32-bit
quantity on 32-bit platforms.  Also, 'start' check sanity to where it
is known.
2006-10-30 22:46:33 +00:00
..
eisa_pci.c
fixup_pci.c
hostb_pci.c
ignore_pci.c
isa_pci.c
pci_if.m provide routines to access VPD data at the PCI layer... 2006-10-09 16:15:56 +00:00
pci_pci.c More fully support 64-bit bars. Prior to this commit, we supported 2006-10-30 19:18:46 +00:00
pci_private.h provide routines to access VPD data at the PCI layer... 2006-10-09 16:15:56 +00:00
pci_user.c Actually make bounds checking for PCIOCREAD and PCIOCWRITE work. 2006-10-06 14:31:32 +00:00
pci.c Assign start to the value we were able to allocate and use that to 2006-10-30 22:46:33 +00:00
pcib_if.m
pcib_private.h
pcireg.h
pcivar.h More fully support 64-bit bars. Prior to this commit, we supported 2006-10-30 19:18:46 +00:00
vga_pci.c