From owner-freebsd-commit Wed Jun 14 00:40:15 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA18603 for commit-outgoing; Wed, 14 Jun 1995 00:40:15 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA18521 for cvs-sys-outgoing; Wed, 14 Jun 1995 00:38:37 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA18507 ; Wed, 14 Jun 1995 00:38:33 -0700 Date: Wed, 14 Jun 1995 00:38:33 -0700 From: Bruce Evans Message-Id: <199506140738.AAA18507@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.h Sender: commit-owner@FreeBSD.org Precedence: bulk bde 95/06/14 00:38:32 Modified: sys/i386/isa isa.h Log: Convert to ANSI C: change #endif THING to #endif /* THING */. Fix one such THING in code to match comment. Sort IO_GSC* into numeric order and update comments about the gaps. Sort common SCSI addresses into alphabetical order. Remove bogus comments about com ports having i/o size 4. Uniformize whitespace. Uniformize case in hex digits. This file is very incomplete. In particular, it doesn't mention any network cards. This doesn't matter much for the base addresses, but it means that the comments about which addresses are free are mostly bogus. The i/o sizes are unreliable because of split address ranges for many devices (VGA, wd). The i/o sizes are incomplete. In particular, there are no sizes for SCSI controllers. The bt driver still returns a truth value instead of a size.