summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/dev/sbus.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/sbus.c b/sys/arch/sparc64/dev/sbus.c
index f06d0add190..527da50f877 100644
--- a/sys/arch/sparc64/dev/sbus.c
+++ b/sys/arch/sparc64/dev/sbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbus.c,v 1.2 2001/08/18 21:30:00 jason Exp $ */
+/* $OpenBSD: sbus.c,v 1.3 2001/08/19 05:32:03 art Exp $ */
/* $NetBSD: sbus.c,v 1.43 2001/07/20 00:07:13 eeh Exp $ */
/*-
@@ -171,6 +171,10 @@ struct cfattach sbus_ca = {
sizeof(struct sbus_softc), sbus_match, sbus_attach
};
+struct cfdriver sbus_cd = {
+ NULL, "sbus", DV_IFNET
+};
+
extern struct cfdriver sbus_cd;
/*