summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/configvers.h
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 /usr.sbin/config/configvers.h
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 'usr.sbin/config/configvers.h')
-rw-r--r--usr.sbin/config/configvers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h
index 1c74a87..821811a 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -6,6 +6,6 @@
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
* and <osreldate.h> system.
*
- * $Id: configvers.h,v 1.1 1997/10/22 00:38:48 peter Exp $
+ * $Id: configvers.h,v 1.2 1997/11/06 03:11:40 msmith Exp $
*/
-#define CONFIGVERS 300003
+#define CONFIGVERS 300004
OpenPOWER on IntegriCloud