From owner-cvs-sys Mon Oct 14 06:04:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25710 for cvs-sys-outgoing; Mon, 14 Oct 1996 06:04:48 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25686; Mon, 14 Oct 1996 06:04:37 -0700 (PDT) Date: Mon, 14 Oct 1996 06:04:37 -0700 (PDT) From: Stefan Esser Message-Id: <199610141304.GAA25686@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/10/14 06:04:36 Modified: sys/pci pci.c Log: 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.) Revision Changes Path 1.56 +4 -2 src/sys/pci/pci.c