freebsd-dev/sys/dev/ahci
Alexander Motin 07c3504304 Fix channel initialization in FBS mode.
Due to reading initialized variable, FIS receive area was always allocated
as 256 bytes, suitable for command-based switching, instead of 4096 bytes,
required for FIS-based switching.  This caused memory corruption in case of
port multipliers used on FBS-capable HBAs (Marvell).

MFC after:	1 week
2016-09-07 13:51:34 +00:00
..
ahci_generic.c
ahci_pci.c
ahci.c Fix channel initialization in FBS mode. 2016-09-07 13:51:34 +00:00
ahci.h
ahciem.c