From owner-cvs-sys Sun Feb 18 16:30:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14942 for cvs-sys-outgoing; Sun, 18 Feb 1996 16:30:52 -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-cvs-sys@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