diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-06-02 04:47:06 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-06-02 04:47:06 +0000 |
commit | fbb66560710e4196f3d6f1811a0d69d6f1908133 (patch) | |
tree | 1432cb3271eff20290f0396903b88224510724c3 /sys/arch/sparc64 | |
parent | c53624f09449b90dacdd85ac0ca656ec9afc0005 (diff) |
correct bits for bus type in PCIAFSR
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/schizoreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/schizoreg.h b/sys/arch/sparc64/dev/schizoreg.h index 9ee7705dbc2..7a3695d0d88 100644 --- a/sys/arch/sparc64/dev/schizoreg.h +++ b/sys/arch/sparc64/dev/schizoreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: schizoreg.h,v 1.14 2006/06/02 01:22:03 jason Exp $ */ +/* $OpenBSD: schizoreg.h,v 1.15 2006/06/02 04:47:05 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -217,7 +217,7 @@ struct schizo_regs { #define SCZ_PCIAFSR_MEM 0x0000000020000000UL #define SCZ_PCIAFSR_IO 0x0000000010000000UL -#define SCZ_PCIAFSR_BITS "\20\277PMA\276PTA\275PRTRY\274PPERR\273PTTO\272PUNUS\271SMA\270STA\267SRTRY\266SPERR\265STTO\264SUNUS\240IO\241MEM\242CFG\243BLK" +#define SCZ_PCIAFSR_BITS "\20\277PMA\276PTA\275PRTRY\274PPERR\273PTTO\272PUNUS\271SMA\270STA\267SRTRY\266SPERR\265STTO\264SUNUS\237BLK\236CFG\235MEM\234IO" #define SCZ_PCIDIAG_D_BADECC (1UL << 10UL) /* disable bad ecc */ #define SCZ_PCIDIAG_D_BYPASS (1UL << 9UL) /* disable mmu bypass */ |