summaryrefslogtreecommitdiffstats
path: root/sys/modules/ahci
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-07-26 13:44:48 +0000
committermav <mav@FreeBSD.org>2012-07-26 13:44:48 +0000
commitefa4f8be71e2702a07ead9c07cb70fe34014b083 (patch)
tree9a73e59a043d992a8aad74174df1938e950e10ac /sys/modules/ahci
parent567e16b6ad244192af832566a47db1d5d45a7296 (diff)
downloadFreeBSD-src-efa4f8be71e2702a07ead9c07cb70fe34014b083.zip
FreeBSD-src-efa4f8be71e2702a07ead9c07cb70fe34014b083.tar.gz
Refactor enclosure manegement support in ahci(4). Move it out into separate
subdevice ahciem. Emulate SEMB SES device from AHCI LED interface to expose it to users in form of ses(4) CAM device. If we ever see AHCI controllers supporting SES of SAF-TE over I2C as described by specification, they should fit well into this new picture. Sponsored by: iXsystems, Inc.
Diffstat (limited to 'sys/modules/ahci')
-rw-r--r--sys/modules/ahci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ahci/Makefile b/sys/modules/ahci/Makefile
index d682839..ab2a0ed 100644
--- a/sys/modules/ahci/Makefile
+++ b/sys/modules/ahci/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/ahci
KMOD= ahci
-SRCS= ahci.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h
+SRCS= ahci.c ahciem.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud