summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dcreg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-04-29 21:39:35 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-04-29 21:39:35 +0000
commit5b6f51120e9295cc52f7fe84b01298cbc173afb8 (patch)
tree82f87d2419fdba1780b55188a19a09abd2cdaaac /sys/dev/ic/dcreg.h
parent7b778aa2455879c1d86c006e363ced82681144f1 (diff)
- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname
- remove a bunch of #if 0 stuff (most of which referred to dc_unit, grr) - delay a bzero until necessary
Diffstat (limited to 'sys/dev/ic/dcreg.h')
-rw-r--r--sys/dev/ic/dcreg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h
index e6d3d8dc82b..2cd64b9c21a 100644
--- a/sys/dev/ic/dcreg.h
+++ b/sys/dev/ic/dcreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dcreg.h,v 1.27 2002/10/20 16:46:27 henning Exp $ */
+/* $OpenBSD: dcreg.h,v 1.28 2003/04/29 21:39:34 jason Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -705,7 +705,6 @@ struct dc_softc {
void *sc_dhook;
struct resource *dc_irq;
struct resource *dc_res;
- u_int8_t dc_unit; /* interface number */
u_int8_t dc_type;
u_int8_t dc_pmode;
u_int8_t dc_link;