summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-23 17:05:06 +0000
committerbde <bde@FreeBSD.org>1998-10-23 17:05:06 +0000
commitb35bd08816d882ad7b474012b26bd156c31c0560 (patch)
tree038823bfbe9f9e511d2e331f88fb68debf73bba4 /sys/conf
parente5f2c0e337c588d2d8e4c5e0504b40ebbe2bfc8b (diff)
downloadFreeBSD-src-b35bd08816d882ad7b474012b26bd156c31c0560.zip
FreeBSD-src-b35bd08816d882ad7b474012b26bd156c31c0560.tar.gz
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.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 449064d..096b541 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.125 1998/09/30 12:14:39 peter Exp $
+# $Id: Makefile.i386,v 1.126 1998/10/10 01:00:56 peter Exp $
#
# Makefile for FreeBSD
#
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 300007
+%VERSREQ= 300008
KERNFORMAT?= aout
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 449064d..096b541 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.125 1998/09/30 12:14:39 peter Exp $
+# $Id: Makefile.i386,v 1.126 1998/10/10 01:00:56 peter Exp $
#
# Makefile for FreeBSD
#
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 300007
+%VERSREQ= 300008
KERNFORMAT?= aout
OpenPOWER on IntegriCloud