From owner-cvs-sys Thu Mar 13 10:04:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA11660 for cvs-sys-outgoing; Thu, 13 Mar 1997 10:04:11 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA11651; Thu, 13 Mar 1997 10:04:08 -0800 (PST) Date: Thu, 13 Mar 1997 10:04:08 -0800 (PST) From: Joerg Wunsch Message-Id: <199703131804.KAA11651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c src/sys/i386/eisa eisaconf.c eisaconf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/03/13 10:04:07 Modified: sys/i386/i386 userconfig.c sys/i386/eisa eisaconf.c eisaconf.h Log: Various stylistic improvements regarding num_eisa_slots & co.: . properly declare the variable in in a .h file, as opposed to using a private extern declaration in userconfig.c; . move the definition of EISA_SLOTS and therefore the inclusion of opt_eisa.h into eisaconf.c. Revision Changes Path 1.85 +7 -4 src/sys/i386/i386/userconfig.c 1.27 +8 -2 src/sys/i386/eisa/eisaconf.c 1.16 +2 -6 src/sys/i386/eisa/eisaconf.h