diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-04 17:10:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-04 17:10:19 +0000 |
commit | 1d6ba361256794025c99f959fe4f468398aae833 (patch) | |
tree | 6683a54fba9646f48faa7a5b2acf5f7924f996bb /sys/arch | |
parent | da80797fb36fa6af219bbde2930a833b50c58174 (diff) |
disable alipm until someone can find this spurious bug, which happens most
often on the x1, and is really bizzare:
data error type 32 sfsr=0 sfva=43caa000 afsr=84000000 afva=1fe02004000 tf=0x18e999c0
data fault: pc=1314578 addr=43caa000 sfsr=0
alipm_smb_exec(2389200, 1, 18, 0, 1, 18e99d4e) at alipm_smb_exec+0x258
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 23ca9fc033f..7f02e84b3ec 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.151 2006/06/26 22:16:23 miod Exp $ +# $OpenBSD: GENERIC,v 1.152 2006/07/04 17:10:18 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -316,8 +316,8 @@ ukphy* at mii? # Unknown PHYs # sensors pcfiic* at ebus? iic* at pcfiic? -alipm* at pci? -iic* at alipm? +#alipm* at pci? +#iic* at alipm? adc* at iic? # Analog Devices AD7416/AD7417/7418 admtemp* at iic? # Analog Devices ADM1021 |