diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-23 17:10:25 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-23 17:10:25 +0000 |
commit | f4bdac6fc5f73a1ab3135e8401016f07fd7e4028 (patch) | |
tree | c5e9678109d6f403d835e5075b58f99fdabce233 /sys/arch/sparc/include | |
parent | cfa4b709d213a906bf950f27ebf352df7ca1ca0f (diff) |
Kill the sparc-specific mountroot hooks (which are run before the root
filesystem is mounted, unlike the MI mountroot hooks). They were only
used to allow root on floppy in the long dead two-floppies installation
method.
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/autoconf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/autoconf.h b/sys/arch/sparc/include/autoconf.h index a8ff8e3e515..32a341192d2 100644 --- a/sys/arch/sparc/include/autoconf.h +++ b/sys/arch/sparc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.13 2005/03/15 18:46:30 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.14 2005/03/23 17:10:24 miod Exp $ */ /* $NetBSD: autoconf.h,v 1.20 1997/05/24 20:03:03 pk Exp $ */ /* @@ -191,9 +191,6 @@ int sd_crazymap(int); /* Parse a disk string into a dev_t, return device struct pointer */ struct device *parsedisk(char *, int, int, dev_t *); -/* Establish a mountroot_hook, for benefit of floppy drive, mostly. */ -void mountroot_hook_establish(void (*)(struct device *), struct device *); - void bootstrap(void); int firstchild(int); int nextsibling(int); |