Deleted Added
sdiff udiff text old ( 139749 ) new ( 147256 )
full compact
1/* $FreeBSD: head/sys/dev/snc/dp83932var.h 139749 2005-01-06 01:43:34Z imp $ */
2/* $NecBSD: dp83932var.h,v 1.3 1999/01/24 01:39:51 kmatsuda Exp $ */
3/* $NetBSD: if_snvar.h,v 1.12 1998/05/01 03:42:47 scottr Exp $ */
4
5/*-
6 * [NetBSD for NEC PC-98 series]
7 * Copyright (c) 1997, 1998, 1999
8 * Kouichi Matsuda. All rights reserved.
9 *

--- 115 unchanged lines hidden (view full) ---

125 u_int32_t mtd_vbuf;
126 struct mbuf *mtd_mbuf;
127} mtd_t;
128
129/*
130 * The snc_softc for PC-98 if_snc.
131 */
132typedef struct snc_softc {
133 struct arpcom sc_ethercom;
134#define sc_if sc_ethercom.ac_if /* network visible interface */
135
136 device_t sc_dev;
137
138 struct resource * ioport;
139 int ioport_rid;
140 struct resource * iomem;
141 int iomem_rid;
142 struct resource * irq;

--- 167 unchanged lines hidden ---