diff options
author | phk <phk@FreeBSD.org> | 2002-03-31 07:15:28 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-03-31 07:15:28 +0000 |
commit | 87273d930a6c572f75181ce7909a0f79412b5d34 (patch) | |
tree | b184e80d0d3aa272ed94712890ccd434b7f378f3 /sys/alpha | |
parent | aa2c17836eb806e15dd98aa23cbacb169aa21c6a (diff) | |
download | FreeBSD-src-87273d930a6c572f75181ce7909a0f79412b5d34.zip FreeBSD-src-87273d930a6c572f75181ce7909a0f79412b5d34.tar.gz |
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
bogus all things considered, but at least now they don't camouflage as
being MD variables.
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/alpha/autoconf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index de55fe5..c7b1cc5 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -71,9 +71,6 @@ device_t isa_bus_device = 0; extern int nfs_diskless_valid; /* XXX use include file */ -dev_t rootdev = NODEV; -dev_t dumpdev = NODEV; - static void configure_start() { |