summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wbreg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-08-31 18:03:18 +0000
committerjhb <jhb@FreeBSD.org>2005-08-31 18:03:18 +0000
commit887bdb9c1414e9ddfc95ad332a1a159e220b9677 (patch)
tree98528aded2df7e919edb3bd9874347ceee3ce411 /sys/pci/if_wbreg.h
parenta10ff72c1747d7baabe93388931a6b70bc86fb9e (diff)
downloadFreeBSD-src-887bdb9c1414e9ddfc95ad332a1a159e220b9677.zip
FreeBSD-src-887bdb9c1414e9ddfc95ad332a1a159e220b9677.tar.gz
Use if_printf() and device_printf() for printf's and remove the unit number
from the softc. MFC after: 3 days
Diffstat (limited to 'sys/pci/if_wbreg.h')
-rw-r--r--sys/pci/if_wbreg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index 3f640a2..95ecbef 100644
--- a/sys/pci/if_wbreg.h
+++ b/sys/pci/if_wbreg.h
@@ -370,7 +370,6 @@ struct wb_softc {
struct resource *wb_irq;
void *wb_intrhand;
struct wb_type *wb_info; /* Winbond adapter info */
- u_int8_t wb_unit; /* interface number */
u_int8_t wb_type;
u_int16_t wb_txthresh;
int wb_cachesize;
OpenPOWER on IntegriCloud