ahcisata now uses the common FIS code, register this dependency.
This commit is contained in:
parent
5ea7c61bc2
commit
da65bf0f42
|
@ -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
|
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||||
|
|
||||||
version 20090313
|
version 20090313
|
||||||
|
@ -938,7 +938,7 @@ file dev/ic/lpt_upc.c lpt_upc
|
||||||
# AHCI-compatible SATA controllers
|
# AHCI-compatible SATA controllers
|
||||||
define ahcisata_core
|
define ahcisata_core
|
||||||
file dev/ic/ahcisata_core.c 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.
|
# DECchip 21x4x Ethernet controller family, and assorted clones.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue