diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 09:24:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 09:24:39 +0000 |
commit | 9f85a418c4f178b98e9bc2dc6d16ca8814e92dfc (patch) | |
tree | 1516479a708c8fdae332ec5d4d5c59d6a8f9b97c /sys/arch/i386 | |
parent | b32e0c7712a30f98356c6e4f7ba706c2122b07d2 (diff) |
from netbsd:
Move the old-style disk instrumentation "structures" to a central
location (sys/kern/subr_disk.c) and note that they should/will be
deprecated.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index 8d94c7fcf0d..a1ab9c17e31 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.13 1994/11/04 00:36:47 mycroft Exp $ */ +/* $NetBSD: autoconf.c,v 1.14 1995/12/28 19:16:48 thorpej Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -63,7 +63,6 @@ * the configuration process, and are used in initializing * the machine. */ -int dkn; /* number of iostat dk numbers assigned so far */ extern int cold; /* cold start flag initialized in locore.s */ /* |