summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_sis.c
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2009-08-13 14:24:46 +0000
committerjasper <jasper@openbsd.org>2009-08-13 14:24:46 +0000
commite4a2e22ce6a709acc4cebdc45551b16d450fab9f (patch)
treed92de33089208f1b302bb6acf1485fe699730edf /sys/dev/pci/if_sis.c
parentAllow tcpbench to bind to a different rdomain. (diff)
downloadwireguard-openbsd-e4a2e22ce6a709acc4cebdc45551b16d450fab9f.tar.xz
wireguard-openbsd-e4a2e22ce6a709acc4cebdc45551b16d450fab9f.zip
- consistify cfdriver for the ethernet drivers (0 -> NULL)
ok dlg@
Diffstat (limited to 'sys/dev/pci/if_sis.c')
-rw-r--r--sys/dev/pci/if_sis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_sis.c b/sys/dev/pci/if_sis.c
index 75db5e4842d..7ba68968ae9 100644
--- a/sys/dev/pci/if_sis.c
+++ b/sys/dev/pci/if_sis.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sis.c,v 1.96 2009/08/10 19:41:05 deraadt Exp $ */
+/* $OpenBSD: if_sis.c,v 1.97 2009/08/13 14:24:47 jasper Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -110,7 +110,7 @@ struct cfattach sis_ca = {
};
struct cfdriver sis_cd = {
- 0, "sis", DV_IFNET
+ NULL, "sis", DV_IFNET
};
int sis_intr(void *);