diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-11 18:14:53 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-11 18:14:53 +0000 |
commit | 4caf3cc8e71ac759d3d67db872f5e4fd7edbd24d (patch) | |
tree | fbd34d90714c6e6828b8c74225100e5ef16985d1 | |
parent | ea1b3cac0d2dc5e4e744131301e8c1b114bff412 (diff) |
ASP prom offset for an lan stattion id
-rw-r--r-- | sys/arch/hppa/include/iomod.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h index cea93242274..d2230dea08f 100644 --- a/sys/arch/hppa/include/iomod.h +++ b/sys/arch/hppa/include/iomod.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iomod.h,v 1.3 1998/12/13 06:47:02 mickey Exp $ */ +/* $OpenBSD: iomod.h,v 1.4 1999/01/11 18:14:52 mickey Exp $ */ /* * Copyright (c) 1990 mt Xinu, Inc. All rights reserved. @@ -101,6 +101,9 @@ /* size of HPA space for any device */ #define IOMOD_HPASIZE 0x1000 +/* ASP prom offset for an lan stattion id */ +#define ASP_PROM (0xf0810000) + /* offset to the device-specific registers, * basically sizeof(struct iomod) (see later) */ |