diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-03-27 16:27:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-03-27 16:27:28 +0000 |
commit | 1a15abf29bc768e0eab51fb0b6d192b4db30b635 (patch) | |
tree | a23c9f9c638d6ceb56da64706884407d6882fafc /sys/arch/sparc64 | |
parent | 2a8feedb93590afd8980dd4da5fcb51688889a23 (diff) |
no sbus in here
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/psychoreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/psychoreg.h b/sys/arch/sparc64/dev/psychoreg.h index cbf229b940c..6c974d50350 100644 --- a/sys/arch/sparc64/dev/psychoreg.h +++ b/sys/arch/sparc64/dev/psychoreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psychoreg.h,v 1.9 2002/03/04 02:32:51 jason Exp $ */ +/* $OpenBSD: psychoreg.h,v 1.10 2003/03/27 16:27:27 jason Exp $ */ /* $NetBSD: psychoreg.h,v 1.6.4.2 2001/09/13 01:14:40 thorpej Exp $ */ /* @@ -205,7 +205,7 @@ struct psychoreg { u_int64_t pad16[48]; - u_int64_t pci_int_diag; /* SBUS int state diag reg */ /* 1fe.0000.a800 */ + u_int64_t pci_int_diag; /* PCI int state diag reg */ /* 1fe.0000.a800 */ u_int64_t obio_int_diag; /* OBIO and misc int state diag reg */ /* 1fe.0000.a808 */ u_int64_t pad17[254]; |