freebsd-dev/sys/dev/pci
Bruce Evans ede8dc43a2 Fixed unsigned longs that should have been vm_offset_t.
vm_offset_t is currently unsigned long but should probably be plain
unsigned for i386's to match the choice of minimal types to represent
for fixed-width types in Lite2.  Anyway, it shouldn't be assumed
to be unsigned long.

I only fixed the type mismatches that were detected when I changed
vm_offset_t to unsigned.  Only pointer type mismatches were detected.
1996-03-19 15:03:00 +00:00
..
pci.c Remove limit of port I/O addresses to 65K, since PCI specifies 32 bit 1996-02-19 00:30:40 +00:00
pcireg.h Add support for multi-function devices. 1996-01-25 18:32:00 +00:00
pcivar.h Fixed unsigned longs that should have been vm_offset_t. 1996-03-19 15:03:00 +00:00