summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wbreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-08-10 21:09:12 +0000
committerwpaul <wpaul@FreeBSD.org>1999-08-10 21:09:12 +0000
commit6a2207962296b0bb1511d70a21840c049ea9d2de (patch)
treee136ee264705f0e743bf056f2dabd9b07efad06d /sys/pci/if_wbreg.h
parent77daf56af9591a9c07c989b51b7511c07d8f3e47 (diff)
downloadFreeBSD-src-6a2207962296b0bb1511d70a21840c049ea9d2de.zip
FreeBSD-src-6a2207962296b0bb1511d70a21840c049ea9d2de.tar.gz
Convert the Winbond driver to newbus and have it compiled as a module.
Diffstat (limited to 'sys/pci/if_wbreg.h')
-rw-r--r--sys/pci/if_wbreg.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h
index 38cac55..ed8b35a 100644
--- a/sys/pci/if_wbreg.h
+++ b/sys/pci/if_wbreg.h
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_wbreg.h,v 1.3 1999/05/06 15:32:52 wpaul Exp $
+ * $Id: if_wbreg.h,v 1.4 1999/07/11 00:56:07 wpaul Exp $
*/
/*
@@ -360,7 +360,10 @@ struct wb_softc {
struct ifmedia ifmedia; /* media info */
bus_space_handle_t wb_bhandle;
bus_space_tag_t wb_btag;
- struct wb_type *wb_info; /* 3Com adapter info */
+ struct resource *wb_res;
+ struct resource *wb_irq;
+ void *wb_intrhand;
+ struct wb_type *wb_info; /* Winbond adapter info */
struct wb_type *wb_pinfo; /* phy info */
u_int8_t wb_unit; /* interface number */
u_int8_t wb_type;
OpenPOWER on IntegriCloud