Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci satalink now needs the "sata" attribute.



details:   https://anonhg.NetBSD.org/src/rev/3ca5f15b21af
branches:  trunk
changeset: 567040:3ca5f15b21af
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri May 28 23:27:28 2004 +0000

description:
satalink now needs the "sata" attribute.

diffstat:

 sys/dev/pci/files.pci |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc2559cc49f5 -r 3ca5f15b21af sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Fri May 28 23:26:58 2004 +0000
+++ b/sys/dev/pci/files.pci     Fri May 28 23:27:28 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.211 2004/05/28 15:35:41 toshii Exp $
+#      $NetBSD: files.pci,v 1.212 2004/05/28 23:27:28 thorpej Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -251,7 +251,7 @@
 file   dev/pci/rccide.c                rccide
 
 # Silicon Image SATALink controllers
-device satalink {[channel = -1]}: ata, pciide_common
+device satalink {[channel = -1]}: ata, pciide_common, sata
 attach satalink at pci
 file   dev/pci/satalink.c              satalink
 



Home | Main Index | Thread Index | Old Index