Date: Wed, 17 Jun 1998 08:16:54 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 src/usr.sbin/config configvers.h mkioconf.c Message-ID: <199806171516.IAA29909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/06/17 08:16:53 PDT Modified files: sys/i386/conf Makefile.i386 usr.sbin/config configvers.h mkioconf.c Log: Don't generate declarations for isa device structs in "ioconf.h". Don't generate declarations for isa interrupt handlers at all. Isa interrupt handlers are now declared in <i386/isa/isa_device.h> but should be converted take a `void *' arg and staticized as soon as possible. Updated CONFIGVERS. New configs are very incompatible with previous versions. Revision Changes Path 1.114 +2 -2 src/sys/i386/conf/Makefile.i386 1.3 +2 -2 src/usr.sbin/config/configvers.h 1.37 +5 -18 src/usr.sbin/config/mkioconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806171516.IAA29909>