From owner-freebsd-commit Sat Nov 18 01:30:11 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA05181 for freebsd-commit-outgoing; Sat, 18 Nov 1995 01:30:11 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA05169 for cvs-all-outgoing; Sat, 18 Nov 1995 01:30:07 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA05146 for cvs-sys-outgoing; Sat, 18 Nov 1995 01:30:02 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA05117 ; Sat, 18 Nov 1995 01:29:43 -0800 Date: Sat, 18 Nov 1995 01:29:43 -0800 From: Bruce Evans Message-Id: <199511180929.BAA05117@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/18 01:29:41 Modified: sys/i386/isa isa.h Log: Updated comments. The comments about the unused addresses get broken almost every time someone uses an address. This file is probably not the right place to keep track of the unused addresses (or used addresses :->). Fixed comments on #endif's to match code. Added defines for ASC and GSC sizes. This file is not the right place to keep track of scanner addresses, but while there here and we pretend to keep track of unused addresses, the sizes need to be here too. Sorted IO_*SIZE defines.