From owner-freebsd-commit Sat Nov 4 11:32:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA20690 for freebsd-commit-outgoing; Sat, 4 Nov 1995 11:32:34 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA20672 for cvs-all-outgoing; Sat, 4 Nov 1995 11:32:30 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA20660 for cvs-sys-outgoing; Sat, 4 Nov 1995 11:32:26 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA20646 ; Sat, 4 Nov 1995 11:32:18 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id GAA03590; Sun, 5 Nov 1995 06:31:42 +1100 Date: Sun, 5 Nov 1995 06:31:42 +1100 From: Bruce Evans Message-Id: <199511041931.GAA03590@godzilla.zeta.org.au> To: bde@zeta.org.au, gibbs@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/scsi aic7xxx.c aic7xxx.h Cc: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-commit@FreeBSD.org Precedence: bulk >I guess I'll have to fire off a SUP and see how you are auto-generating the >prototypes. Why the move to a central file? Prototypes for interrupt handlers have been generated in "ioconf.h" for more than a year. I decided to use the declarations there based on the principle that extern declarations should be in exactly one header file. Bruce