diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-22 17:43:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-22 17:43:17 +0000 |
commit | dc943f02a00d2dc42660cffc9ecaac76db7c9bf5 (patch) | |
tree | 1e72be4352dccba4206540219b74c340e18ad2fa | |
parent | 4cf3f0ae15aef28fd8f14d299b6b57d9fea48190 (diff) |
disable alipm for now. Since GENERIC.MP showed up, a variety of machines
are having trouble, dejavu from sparc64 when we hit multiple-bus-master
iic machines using this chipset. In that case, it was chip read/write PCI
timeouts, at the moment we do not know. Future work would be to figure
this out and re-enable this.
ok miod.
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index cea0b6d639f..cb9840989df 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.237 2014/02/19 05:32:56 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.238 2014/02/22 17:43:16 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -292,7 +292,7 @@ mlphy* at mii? # Micro Linear 6692 PHY ukphy* at mii? # "unknown" PHYs # sensors -alipm* at pci? +alipm* at pci? disable iic* at alipm? adc* at iic? # Analog Devices AD7416/AD7417/7418 |