From cff6234e08be51c271fff2a60e12a3154309d26f Mon Sep 17 00:00:00 2001 From: mav Date: Tue, 17 Nov 2009 20:17:48 +0000 Subject: MFC r198389: Move Port Multiplier support code out of ATA XPT into pmp periph driver. This is convinient, as PMP itself is a bus target and has own state. --- sys/modules/cam/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/modules') diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index ca5c56a..30f1f89 100644 --- a/sys/modules/cam/Makefile +++ b/sys/modules/cam/Makefile @@ -28,6 +28,7 @@ SRCS+= scsi_xpt.c SRCS+= ata_all.c SRCS+= ata_xpt.c SRCS+= ata_da.c +SRCS+= ata_pmp.c EXPORT_SYMS= YES # XXX evaluate -- cgit v1.1