From owner-cvs-all Fri Oct 23 10:05:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20239 for cvs-all-outgoing; Fri, 23 Oct 1998 10:05:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20233; Fri, 23 Oct 1998 10:05:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA21398; Fri, 23 Oct 1998 10:05:06 -0700 (PDT) Date: Fri, 23 Oct 1998 10:05:06 -0700 (PDT) Message-Id: <199810231705.KAA21398@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 src/usr.sbin/config configvers.h mkioconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/10/23 10:05:06 PDT Modified files: sys/i386/conf Makefile.i386 usr.sbin/config configvers.h mkioconf.c Log: Ignore `vector xxxintr' specifications except for checking their syntax. Interrupt handlers are now configured in drivers. Didn't update config/SMM.doc. It doesn't have any i386 examples (not even `isa'). Bumped CONFIGVERS. This is not necessary for -current yet, but using the new config with old system sources gives null pointers for all vectors. Revision Changes Path 1.127 +2 -2 src/sys/i386/conf/Makefile.i386 1.7 +2 -2 src/usr.sbin/config/configvers.h 1.44 +7 -26 src/usr.sbin/config/mkioconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message