From efa4f8be71e2702a07ead9c07cb70fe34014b083 Mon Sep 17 00:00:00 2001 From: mav Date: Thu, 26 Jul 2012 13:44:48 +0000 Subject: 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. --- sys/modules/ahci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ahci') 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 -- cgit v1.1