summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjonathan <jonathan@NetBSD.org>2004-12-25 17:24:01 +0000
committerjonathan <jonathan@NetBSD.org>2004-12-25 17:24:01 +0000
commit92e2e6b4b0c98cf5dfc60db006c02ca99da1fe76 (patch)
treea59c4c629fad5e1e93d321e5b17b64e3e982d3cc /sys/dev
parent1b319bfabc591bfd7b105e338b78f4c972017c97 (diff)
Add a forgotten change to rtl81x9var.hfor split re(4) driver
(sys/dev/ic/rtl8169.c): add `sc_rev' to generic 81x9 struct rtk_softc.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/rtl81x9var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/rtl81x9var.h b/sys/dev/ic/rtl81x9var.h
index 4be085765de..58c7b6a0a50 100644
--- a/sys/dev/ic/rtl81x9var.h
+++ b/sys/dev/ic/rtl81x9var.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rtl81x9var.h,v 1.13 2004/05/30 03:43:26 toshii Exp $ */
+/* $NetBSD: rtl81x9var.h,v 1.14 2004/12/25 17:24:01 jonathan Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -132,6 +132,7 @@ struct rtk_softc {
int sc_flags; /* misc flags */
int sc_txthresh; /* Early tx threshold */
+ int sc_rev; /* revision within rtk_type */
void *sc_sdhook; /* shutdown hook */
void *sc_powerhook; /* power management hook */