diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-15 20:20:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-15 20:20:43 +0000 |
commit | 114010020db8185a708ae738108cf94e5781f763 (patch) | |
tree | 7452c6321c4c2359dd2a68cdea48b27bf3fd7b43 /sys/arch/solbourne | |
parent | 5865561d7530fb306bbf34cd2570a436ca7ae4e4 (diff) |
Nuke dk_establish(), no longer used.
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r-- | sys/arch/solbourne/solbourne/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/solbourne/solbourne/autoconf.c b/sys/arch/solbourne/solbourne/autoconf.c index e118435908c..336f4c0db9e 100644 --- a/sys/arch/solbourne/solbourne/autoconf.c +++ b/sys/arch/solbourne/solbourne/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.3 2005/12/27 18:31:10 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.4 2006/03/15 20:20:40 miod Exp $ */ /* OpenBSD: autoconf.c,v 1.64 2005/03/23 17:10:24 miod Exp */ /* @@ -257,7 +257,7 @@ bootpath_build() * * XXX. required because of SCSI... we don't have control over the "sd" * device, so we can't set boot device there. we patch in with - * dk_establish(), and use this to recover the bootpath. + * device_register(), and use this to recover the bootpath. */ struct bootpath * |