diff options
| author | jdc <jdc@NetBSD.org> | 2013-09-24 18:12:59 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2013-09-24 18:12:59 +0000 |
| commit | 2ded1fe38d7583142a72de98db64fe0a9ccf55e4 (patch) | |
| tree | 762889ea7623e074cba0e12a2f8f4f554bd4f397 /sys | |
| parent | f973dab70d7c42c23e429e9bef80374f9362d6d8 (diff) | |
Remove spdmem entries for indirect configuration on SPARCle. This is now
handled in sparc64/autoconf.c (since r1.192).
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 5268b465dfd..5f973b28dd6 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.168 2013/06/30 21:38:59 rmind Exp $ +# $NetBSD: GENERIC,v 1.169 2013/09/24 18:12:59 jdc Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.168 $" +#ident "GENERIC-$Revision: 1.169 $" maxusers 64 @@ -942,10 +942,6 @@ lom* at ebus? # LOMlite lights out management alipm* at pci? iic* at alipm? -# I2C devices -spdmem* at iic? addr 0x50 # SPARCle memory -spdmem* at iic? addr 0x51 # SPARCle memory - spdmem* at iic? addr? admtemp* at iic? addr? ecadc* at iic? addr? # envctrl/envctrltwo on E250/E450 |
