Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add a forgotten change to rtl81x9var.hfor split r...
details: https://anonhg.NetBSD.org/src/rev/f9bb048641db
branches: trunk
changeset: 572216:f9bb048641db
user: jonathan <jonathan%NetBSD.org@localhost>
date: Sat Dec 25 17:24:01 2004 +0000
description:
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:
sys/dev/ic/rtl81x9var.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9bf0635f0872 -r f9bb048641db sys/dev/ic/rtl81x9var.h
--- a/sys/dev/ic/rtl81x9var.h Sat Dec 25 07:45:53 2004 +0000
+++ b/sys/dev/ic/rtl81x9var.h Sat Dec 25 17:24:01 2004 +0000
@@ -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 @@
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 */
Home |
Main Index |
Thread Index |
Old Index