Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Make artsata depend on sata.



details:   https://anonhg.NetBSD.org/src/rev/3a01d089140e
branches:  trunk
changeset: 570645:3a01d089140e
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Oct 22 20:05:01 2004 +0000

description:
Make artsata depend on sata.

diffstat:

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

diffs (18 lines):

diff -r 43584b072ad8 -r 3a01d089140e sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Fri Oct 22 18:41:09 2004 +0000
+++ b/sys/dev/pci/files.pci     Fri Oct 22 20:05:01 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.221 2004/10/10 16:37:07 augustss Exp $
+#      $NetBSD: files.pci,v 1.222 2004/10/22 20:05:01 scw Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -213,7 +213,7 @@
 file   dev/pci/aceride.c               aceride
 
 # Intel i31244 SATA controller
-device artsata {[channel = -1]}: ata, pciide_common, wdc_common
+device artsata {[channel = -1]}: ata, pciide_common, wdc_common, sata
 attach artsata at pci
 file   dev/pci/artsata.c               artsata
 



Home | Main Index | Thread Index | Old Index