1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/dev/pci
John-Mark Gurney 8946c28270 fix tab indentation for CP and RV...
If the length is zero, catch this early, instead of making dflen go negative
and letting bad things happen...  We also check to see if RV (checksum) is
0, and handle that has a checksum failure...

Properly handle checksum failures by not processing read-write VPD data,
and removing all the found read-only data...

Tested by:	oleg (dflen going negative)
2006-10-20 21:28:11 +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 Remove redundant casts. The casts inside the macros should be 2006-10-12 03:05:45 +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 fix tab indentation for CP and RV... 2006-10-20 21:28:11 +00:00
pcib_if.m
pcib_private.h
pcireg.h Add a define for the Standard SD Host Controller Base Peripheral. 2006-05-30 21:36:12 +00:00
pcivar.h provide routines to access VPD data at the PCI layer... 2006-10-09 16:15:56 +00:00
vga_pci.c