diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-04-29 21:39:35 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-04-29 21:39:35 +0000 |
commit | 5b6f51120e9295cc52f7fe84b01298cbc173afb8 (patch) | |
tree | 82f87d2419fdba1780b55188a19a09abd2cdaaac /sys/dev/ic/dcreg.h | |
parent | 7b778aa2455879c1d86c006e363ced82681144f1 (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.h | 3 |
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; |