summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tlreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-07-22 17:00:38 +0000
committerwpaul <wpaul@FreeBSD.org>1999-07-22 17:00:38 +0000
commit98a98ed10e1486786c861b627220276b58eca27a (patch)
tree7504eac693d2905a3175b4a43ae46eb59d5e033f /sys/pci/if_tlreg.h
parentc70bd623ea1cdbfe10fcbdcbaf753f66244f354b (diff)
downloadFreeBSD-src-98a98ed10e1486786c861b627220276b58eca27a.zip
FreeBSD-src-98a98ed10e1486786c861b627220276b58eca27a.tar.gz
Convert the ThunderLAN driver to newbus. Also add splimp() protection to
tl_stats_update().
Diffstat (limited to 'sys/pci/if_tlreg.h')
-rw-r--r--sys/pci/if_tlreg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h
index f4eb98c..33fd834 100644
--- a/sys/pci/if_tlreg.h
+++ b/sys/pci/if_tlreg.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_tlreg.h,v 1.15 1999/03/31 04:00:05 wpaul Exp $
+ * $Id: if_tlreg.h,v 1.9 1999/03/31 04:04:14 wpaul Exp $
*/
@@ -113,6 +113,9 @@ struct tl_softc {
struct ifmedia ifmedia; /* media info */
bus_space_handle_t tl_bhandle;
bus_space_tag_t tl_btag;
+ void *tl_intrhand;
+ struct resource *tl_irq;
+ struct resource *tl_res;
struct tl_type *tl_dinfo; /* ThunderLAN adapter info */
struct tl_type *tl_pinfo; /* PHY info struct */
u_int8_t tl_ctlr; /* chip number */
OpenPOWER on IntegriCloud