summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_stereg.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-08-17 14:37:39 +0000
committerjhb <jhb@FreeBSD.org>2005-08-17 14:37:39 +0000
commit34f889adae803671531799efa6845197c307bc77 (patch)
tree250e2e5aa7761c476f21153eeef20c30e917b63e /sys/pci/if_stereg.h
parentb5aaabac190167f6c00c899a2b3c52e5baa34eea (diff)
downloadFreeBSD-src-34f889adae803671531799efa6845197c307bc77.zip
FreeBSD-src-34f889adae803671531799efa6845197c307bc77.tar.gz
Use device_printf() and if_printf() and remove ste_unit from the softc.
Diffstat (limited to 'sys/pci/if_stereg.h')
-rw-r--r--sys/pci/if_stereg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h
index 25bd6ad..f8ca37b 100644
--- a/sys/pci/if_stereg.h
+++ b/sys/pci/if_stereg.h
@@ -513,7 +513,6 @@ struct ste_softc {
struct ste_type *ste_info;
device_t ste_miibus;
device_t ste_dev;
- int ste_unit;
int ste_tx_thresh;
u_int8_t ste_link;
int ste_if_flags;
OpenPOWER on IntegriCloud