summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ix.c
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-13 14:24:48 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-13 14:24:48 +0000
commitbbd11eae68c0d21f37ab95e90d6d5f79baef57fc (patch)
tree46a21feefb659c783eafae8caed12b8fb852417e /sys/dev/pci/if_ix.c
parented6eacbf8749cc005185039370dd6f5203959f2a (diff)
- consistify cfdriver for the ethernet drivers (0 -> NULL)
ok dlg@
Diffstat (limited to 'sys/dev/pci/if_ix.c')
-rw-r--r--sys/dev/pci/if_ix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c
index b86c61e7595..756c51a4692 100644
--- a/sys/dev/pci/if_ix.c
+++ b/sys/dev/pci/if_ix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ix.c,v 1.29 2009/08/12 20:02:42 dlg Exp $ */
+/* $OpenBSD: if_ix.c,v 1.30 2009/08/13 14:24:47 jasper Exp $ */
/******************************************************************************
@@ -134,7 +134,7 @@ void desc_flip(void *);
*********************************************************************/
struct cfdriver ix_cd = {
- 0, "ix", DV_IFNET
+ NULL, "ix", DV_IFNET
};
struct cfattach ix_ca = {