]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import Zhixiang Yu's GSoC'13 AHCI emulation:
authorgrehan <grehan@FreeBSD.org>
Fri, 4 Oct 2013 18:31:38 +0000 (18:31 +0000)
committergrehan <grehan@FreeBSD.org>
Fri, 4 Oct 2013 18:31:38 +0000 (18:31 +0000)
commit00cc733e892bfec5ac7c9184f8d9dc576f4615c0
treee50020a0d8f458d118db91b51fb8c57ca9273ca3
parent91400d13adf6baa3d71054ef635ab718686c7c66
Import Zhixiang Yu's GSoC'13 AHCI emulation:
   https://wiki.freebsd.org/SummerOfCode2013/bhyveAHCI

This provides ICH8 SATA disk and ATAPI ports, selectable
via the bhyve slot command-line parameter:

SATA
  -s <slot>,ahci-hd,<image-file>

ATAPI
  -s <slot>,ahci-cd,<image-file>

Slight modifications by: grehan@
Approved by: re@ (blanket)
Obtained from: FreeBSD GSoC'13
usr.sbin/bhyve/ahci.h [new file with mode: 0644]
usr.sbin/bhyve/pci_ahci.c [new file with mode: 0644]