summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-13 10:03:36 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-13 10:03:36 +0000
commitf11b106a50552f475612d2ba6f34b68466c3a2c8 (patch)
treeb85ff23666eb28734789a1e0bfb9c5e3448069de /sys/arch/socppc
parent5cbf1ed09207d0765146ab112d3b0dbbd5eb2ef3 (diff)
- set DV_IFNET, instead of DV_NULL
ok kettenis@
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r--sys/arch/socppc/dev/if_tsec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/dev/if_tsec.c b/sys/arch/socppc/dev/if_tsec.c
index ca377948d2d..a38259d9950 100644
--- a/sys/arch/socppc/dev/if_tsec.c
+++ b/sys/arch/socppc/dev/if_tsec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tsec.c,v 1.23 2009/08/09 11:40:58 deraadt Exp $ */
+/* $OpenBSD: if_tsec.c,v 1.24 2009/08/13 10:03:35 jasper Exp $ */
/*
* Copyright (c) 2008 Mark Kettenis
@@ -280,7 +280,7 @@ struct cfattach tsec_ca = {
};
struct cfdriver tsec_cd = {
- NULL, "tsec", DV_DULL
+ NULL, "tsec", DV_IFNET
};
uint32_t tsec_read(struct tsec_softc *, bus_addr_t);