From 916e39c6d2d5ad5a7e12c31c8803f47dbf1dbe7b Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 17 Jun 1998 15:16:53 +0000 Subject: 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 but should be converted take a `void *' arg and staticized as soon as possible. Updated CONFIGVERS. New configs are very incompatible with previous versions. --- sys/conf/Makefile.i386 | 4 ++-- sys/conf/Makefile.powerpc | 4 ++-- sys/i386/conf/Makefile.i386 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys') 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 -- cgit v1.1