summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc/if_dcreg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-08-10 20:33:46 +0000
committerjhb <jhb@FreeBSD.org>2005-08-10 20:33:46 +0000
commit5ef68f901604a543eb23e684348f41f46724d1df (patch)
treed5e1565f73eb1f7a96d50afaf5c9216bd6ac0b52 /sys/dev/dc/if_dcreg.h
parent6e50ac76890b235eaae2181d678f3ec8be9d9218 (diff)
downloadFreeBSD-src-5ef68f901604a543eb23e684348f41f46724d1df.zip
FreeBSD-src-5ef68f901604a543eb23e684348f41f46724d1df.tar.gz
Use device_printf() and if_printf() and remove dc_unit from softc.
Diffstat (limited to 'sys/dev/dc/if_dcreg.h')
-rw-r--r--sys/dev/dc/if_dcreg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dcreg.h b/sys/dev/dc/if_dcreg.h
index a851a72..ecf9962 100644
--- a/sys/dev/dc/if_dcreg.h
+++ b/sys/dev/dc/if_dcreg.h
@@ -732,7 +732,6 @@ struct dc_softc {
struct resource *dc_res;
struct dc_type *dc_info; /* adapter info */
device_t dc_miibus;
- u_int8_t dc_unit; /* interface number */
u_int8_t dc_type;
u_int8_t dc_pmode;
u_int8_t dc_link;
OpenPOWER on IntegriCloud