summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-01-12 23:05:08 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-01-12 23:05:08 +0000
commitbd566fd306d2361e816900a8e046dade8335a14b (patch)
treec34c44a52b5b6881be7454b6f86f4c29eca7df9b
parentc5f74c931471890cd922519653d9259b620bb500 (diff)
A storage driver should be DV_DULL, not DV_IFNET. Pointed out by dlg@.
-rw-r--r--sys/arch/sparc64/dev/vdsk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vdsk.c b/sys/arch/sparc64/dev/vdsk.c
index 8e4860b6264..232ee51b52c 100644
--- a/sys/arch/sparc64/dev/vdsk.c
+++ b/sys/arch/sparc64/dev/vdsk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vdsk.c,v 1.1 2009/01/12 20:11:13 kettenis Exp $ */
+/* $OpenBSD: vdsk.c,v 1.2 2009/01/12 23:05:07 kettenis Exp $ */
/*
* Copyright (c) 2009 Mark Kettenis
*
@@ -161,7 +161,7 @@ struct cfattach vdsk_ca = {
};
struct cfdriver vdsk_cd = {
- NULL, "vdsk", DV_IFNET
+ NULL, "vdsk", DV_DULL
};
struct scsi_device vdsk_device = {