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/i386 | |
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/i386')
-rw-r--r-- | sys/i386/i386/autoconf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 232f629..d8d7b4f 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -105,9 +105,6 @@ SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); /* SI_ORDER_MIDDLE is hookable */ SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL); -dev_t rootdev = NODEV; -dev_t dumpdev = NODEV; - device_t nexus_dev; /* |