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/mvme88k/dev/vs.c | |
parent | 5865561d7530fb306bbf34cd2570a436ca7ae4e4 (diff) |
Nuke dk_establish(), no longer used.
Diffstat (limited to 'sys/arch/mvme88k/dev/vs.c')
-rw-r--r-- | sys/arch/mvme88k/dev/vs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c index 91eb77ddf23..f5ec640a562 100644 --- a/sys/arch/mvme88k/dev/vs.c +++ b/sys/arch/mvme88k/dev/vs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vs.c,v 1.60 2005/12/27 22:48:01 miod Exp $ */ +/* $OpenBSD: vs.c,v 1.61 2006/03/15 20:20:40 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. @@ -208,11 +208,11 @@ vsattach(struct device *parent, struct device *self, void *args) /* * Attach all scsi units on us, watching for boot device - * (see dk_establish). + * (see device_register). */ tmp = bootpart; if (sc->sc_paddr != bootaddr) - bootpart = -1; /* invalid flag to dk_establish */ + bootpart = -1; /* invalid flag to device_register */ for (bus = 0; bus < 2; bus++) { if (sc->sc_id[bus] < 0) |