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 EEPROM_SSI EEPROM field (hardware revision-le...



details:   https://anonhg.NetBSD.org/src/rev/3f247d662241
branches:  trunk
changeset: 472384:3f247d662241
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Wed Apr 28 22:47:44 1999 +0000

description:
Add EEPROM_SSI EEPROM field (hardware revision-level info).

diffstat:

 sys/dev/ic/elink3reg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6d49efe43c4e -r 3f247d662241 sys/dev/ic/elink3reg.h
--- a/sys/dev/ic/elink3reg.h    Wed Apr 28 22:35:27 1999 +0000
+++ b/sys/dev/ic/elink3reg.h    Wed Apr 28 22:47:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elink3reg.h,v 1.19 1998/11/04 00:29:29 fvdl Exp $      */
+/*     $NetBSD: elink3reg.h,v 1.20 1999/04/28 22:47:44 jonathan Exp $  */
 
 /*
  * Copyright (c) 1995 Herb Peyerl <hpeyerl%beer.org@localhost>
@@ -55,6 +55,7 @@
 #define EEPROM_CAP             0x10
 #define EEPROM_CONFIG_LOW      0x12
 #define EEPROM_CONFIG_HIGH     0x13
+#define EEPROM_SSI             0x14
 #define EEPROM_CHECKSUM_EL3    0x17
 
 /*



Home | Main Index | Thread Index | Old Index