1# Native AHCI driver, ported from OpenBSD 2# 3KMOD= ahci 4 5SRCS= ahci_dragonfly.c ahci_attach.c ahci_cam.c ahci_pm.c ahci.c \ 6 bus_if.h device_if.h pci_if.h opt_cam.h pcidevs.h 7 8.include <bsd.kmod.mk> 9