From owner-freebsd-commit Sun Feb 18 16:31:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14961 for freebsd-commit-outgoing; Sun, 18 Feb 1996 16:31:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14950 for cvs-all-outgoing; Sun, 18 Feb 1996 16:30:54 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14918 Sun, 18 Feb 1996 16:30:43 -0800 (PST) Date: Sun, 18 Feb 1996 16:30:43 -0800 (PST) From: Stefan Esser Message-Id: <199602190030.QAA14918@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/02/18 16:30:42 Modified: sys/pci pci.c Log: Remove limit of port I/O addresses to 65K, since PCI specifies 32 bit port addresses (even though the PC architecture doesn't support them). Add code to limit the I/O map size based on the lowest set bit of the address. This cures the problem with the BT946C only having a 16 bit map register, in voiolation of the PCI specs, without giving up the general support of >65K port regions. Revision Changes Path 1.46 +5 -3 src/sys/pci/pci.c