Module Name:    src
Committed By:   jakllsch
Date:           Wed Jun 17 04:02:59 UTC 2009

Modified Files:
        src/sys/conf: files

Log Message:
ahcisata now uses the common FIS code, register this dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.947 -r1.948 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.947 src/sys/conf/files:1.948
--- src/sys/conf/files:1.947	Wed Jun 17 03:07:51 2009
+++ src/sys/conf/files	Wed Jun 17 04:02:59 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.947 2009/06/17 03:07:51 jakllsch Exp $
+#	$NetBSD: files,v 1.948 2009/06/17 04:02:59 jakllsch Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20090313
@@ -938,7 +938,7 @@
 # AHCI-compatible SATA controllers
 define ahcisata_core
 file dev/ic/ahcisata_core.c ahcisata_core
-device ahcisata: ata, ata_dma, ata_udma, sata, ahcisata_core
+device ahcisata: ata, ata_dma, ata_udma, sata, sata_fis, ahcisata_core
 
 # DECchip 21x4x Ethernet controller family, and assorted clones.
 #

Reply via email to