From owner-cvs-sys Tue Nov 18 03:01:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA13400 for cvs-sys-outgoing; Tue, 18 Nov 1997 03:01:49 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA13283; Tue, 18 Nov 1997 02:59:46 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA28315; Tue, 18 Nov 1997 02:56:44 -0800 (PST) Date: Tue, 18 Nov 1997 02:56:44 -0800 (PST) Message-Id: <199711181056.CAA28315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa aha1542.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/18 02:56:43 PST Modified files: sys/i386/isa aha1542.c Log: Removed code for the !KERNEL case. It hasn't been maintained for 4 years and gives a "laugh"able number of compile-time errors (see the comment). main() just printed the struct sizes. This can be done better by compiling with -g and reading off the sizes from the stabs. Sorted #includes. Fixed an unsigned vs signed comparison. Revision Changes Path 1.72 +8 -28 src/sys/i386/isa/aha1542.c