Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Remove obsolete comment about a data c...
details: https://anonhg.NetBSD.org/src/rev/3410f49c9008
branches: trunk
changeset: 754774:3410f49c9008
user: nakayama <nakayama%NetBSD.org@localhost>
date: Wed May 12 12:25:59 2010 +0000
description:
Remove obsolete comment about a data corruption on IDE controllers
in Blade 100/Netra X1.
Workaround for a data corruption was commited as rev. 1.16 of
src/sys/dev/pci/aceride.c in 2005.
diffstat:
sys/arch/sparc64/conf/GENERIC | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 9b812edca7b0 -r 3410f49c9008 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Wed May 12 10:25:23 2010 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Wed May 12 12:25:59 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.126 2010/05/08 22:16:30 mrg Exp $
+# $NetBSD: GENERIC,v 1.127 2010/05/12 12:25:59 nakayama Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.126 $"
+#ident "GENERIC-$Revision: 1.127 $"
maxusers 64
@@ -392,10 +392,7 @@
# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
# (0xc=1100, 0xa=1010, 0xf=1111)
# 0x0000 means "use whatever the drive claims to support".
-
-## Disable UDMA 4 which causes data corruption on the Acer Labs
-## chipset on Sun Blade 100 and Netra X1 machines.
-wd* at atabus? drive ? flags 0x0000
+wd* at atabus? drive ? flags 0x0000
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
Home |
Main Index |
Thread Index |
Old Index