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/sparc | |
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/sparc')
-rw-r--r-- | sys/arch/sparc/sparc/autoconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c index a636bddbc71..fde266bbeae 100644 --- a/sys/arch/sparc/sparc/autoconf.c +++ b/sys/arch/sparc/sparc/autoconf.c @@ -109,7 +109,6 @@ * the machine. */ int cold; /* if 1, still working on cold-start */ -int dkn; /* number of iostat dk numbers assigned so far */ int fbnode; /* node ID of ROM's console frame buffer */ int optionsnode; /* node ID of ROM's options */ int cpumod; /* CPU model, valid only if cputyp==CPU_SUN4 */ |