freebsd-dev/sys/dev/ahci
Alexander Motin 25375b1415 ahci/siis/mvs: Fix panics after 3394d4239b.
Full CCB header overwrites made frees go into wrong zones, causing
kernel panics.  Instead of copying full header use xpt_setup_ccb(),
since the only field I see used from all the header is target_id.

PR:	262263
2022-03-04 20:55:23 -05:00
..
ahci_fsl_fdt.c newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,location} with sbuf 2021-06-22 20:52:06 -06:00
ahci_generic.c newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,location} with sbuf 2021-06-22 20:52:06 -06:00
ahci_mv_fdt.c newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,location} with sbuf 2021-06-22 20:52:06 -06:00
ahci_pci.c ahci: Add Intel Comet Lake RAID/RST controller PCI ID 2021-12-05 21:28:39 +00:00
ahci.c ahci/siis/mvs: Fix panics after 3394d4239b. 2022-03-04 20:55:23 -05:00
ahci.h newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,location} with sbuf 2021-06-22 20:52:06 -06:00
ahciem.c ahci(4): Allow enclosure emulation without hardware. 2021-12-17 15:34:43 -05:00