diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:27:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:27:49 +0000 |
commit | c6af50ae96c114059441edde31a2879102e32d99 (patch) | |
tree | e77d44cd72b4d881fb3461d76bdd50f77adc0966 /sys/arch/sparc/include/idprom.h | |
parent | c1492b0f5209b759b0ab6624db56b310c28e48e2 (diff) |
Mostly sync to NetBSD-current 970804.
GENERIC currently compiles and runs; some devices (isp) are not complete and
not yet enabled.
Diffstat (limited to 'sys/arch/sparc/include/idprom.h')
-rw-r--r-- | sys/arch/sparc/include/idprom.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/idprom.h b/sys/arch/sparc/include/idprom.h index 6d8bbe23194..1d754cb9d42 100644 --- a/sys/arch/sparc/include/idprom.h +++ b/sys/arch/sparc/include/idprom.h @@ -1,4 +1,5 @@ -/* $NetBSD: idprom.h,v 1.4 1995/02/01 12:37:45 pk Exp $ */ +/* $OpenBSD: idprom.h,v 1.2 1997/08/08 08:26:22 downsj Exp $ */ +/* $NetBSD: idprom.h,v 1.5 1997/03/10 22:47:52 pk Exp $ */ /* * Copyright (c) 1993 Adam Glass @@ -48,4 +49,9 @@ struct idprom { char id_undef[16]; /* undefined */ }; +#define ID_SUN4_100 0x22 +#define ID_SUN4_200 0x21 +#define ID_SUN4_300 0x23 +#define ID_SUN4_400 0x24 + #define IDPROM_VERSION 1 |