]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pci_map_mem() did a too restrictive check on the mapping type:
authorse <se@FreeBSD.org>
Mon, 14 Oct 1996 13:04:34 +0000 (13:04 +0000)
committerse <se@FreeBSD.org>
Mon, 14 Oct 1996 13:04:34 +0000 (13:04 +0000)
commit65179d7277eab9bf9774d029052907e35820fe45
tree9e9fb4c0b6fb8e574aba3d226e5b994ba1bf0e4c
parent95693154ab5d5f7dc2d4ac541e5f4b543b9b43f3
pci_map_mem() did a too restrictive check on the mapping type:
PCI_MAP_MEMORY_TYPE_32BIT_1M should be accepted as well as
PCI_MAP_MEMORY_TYPE_32BIT (and now is).
(Problem reported by David Greenman.)
sys/dev/pci/pci.c
sys/pci/pci.c