summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-17 15:16:53 +0000
committerbde <bde@FreeBSD.org>1998-06-17 15:16:53 +0000
commit916e39c6d2d5ad5a7e12c31c8803f47dbf1dbe7b (patch)
treee3c988fa30bb78c83b755970195b9c4f805a7eb1 /sys
parent939eba4d19a2c507a64ed9d09ead53fae28f3309 (diff)
downloadFreeBSD-src-916e39c6d2d5ad5a7e12c31c8803f47dbf1dbe7b.zip
FreeBSD-src-916e39c6d2d5ad5a7e12c31c8803f47dbf1dbe7b.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
-rw-r--r--sys/i386/conf/Makefile.i3864
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index ad46416..762f9ed 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.112 1998/05/20 20:54:04 eivind Exp $
+# $Id: Makefile.i386,v 1.113 1998/05/21 19:21:44 eivind Exp $
#
# Makefile for FreeBSD
#
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 300003
+%VERSREQ= 300004
BINFORMAT?= aout
#BINFORMAT?= aoutkld
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index ad46416..762f9ed 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.112 1998/05/20 20:54:04 eivind Exp $
+# $Id: Makefile.i386,v 1.113 1998/05/21 19:21:44 eivind Exp $
#
# Makefile for FreeBSD
#
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 300003
+%VERSREQ= 300004
BINFORMAT?= aout
#BINFORMAT?= aoutkld
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index ad46416..762f9ed 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/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.112 1998/05/20 20:54:04 eivind Exp $
+# $Id: Makefile.i386,v 1.113 1998/05/21 19:21:44 eivind Exp $
#
# Makefile for FreeBSD
#
@@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 300003
+%VERSREQ= 300004
BINFORMAT?= aout
#BINFORMAT?= aoutkld
OpenPOWER on IntegriCloud