Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/ic Pull up revision 1.9 (requested by thorpej i...
details: https://anonhg.NetBSD.org/src/rev/f7dcc30503f8
branches: netbsd-1-6
changeset: 529565:f7dcc30503f8
user: he <he%NetBSD.org@localhost>
date: Sat Nov 30 13:54:34 2002 +0000
description:
Pull up revision 1.9 (requested by thorpej in ticket #766):
Fix the PARTID for the original 79c970. Fixes PR#18029.
diffstat:
sys/dev/ic/lancereg.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r ba620ec66ddd -r f7dcc30503f8 sys/dev/ic/lancereg.h
--- a/sys/dev/ic/lancereg.h Sat Nov 30 13:51:41 2002 +0000
+++ b/sys/dev/ic/lancereg.h Sat Nov 30 13:54:34 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lancereg.h,v 1.8 2001/09/18 18:15:52 wiz Exp $ */
+/* $NetBSD: lancereg.h,v 1.8.12.1 2002/11/30 13:54:34 he Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -604,8 +604,8 @@
#define PARTID_Am79c960 0x0003
#define PARTID_Am79c961 0x2260
#define PARTID_Am79c961A 0x2261
-#define PARTID_Am79c965 0x2430
-#define PARTID_Am79c970 0x0242
+#define PARTID_Am79c965 0x2430 /* yes, these... */
+#define PARTID_Am79c970 0x2430 /* ...are the same */
#define PARTID_Am79c970A 0x2621
#define PARTID_Am79c971 0x2623
#define PARTID_Am79c972 0x2624
Home |
Main Index |
Thread Index |
Old Index