1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/dev/aac
Marius Strobl bbc03f1bc5 Free the MSI again on detach if allocated. Arguably, this code would be
better off living in aac_pci.c, but it doesn't seem worth creating a
aac_pci_detach() and it's also not the first PCI-specific bit in aac.c

MFC after:	3 days
2013-12-29 17:37:32 +00:00
..
aac_cam.c
aac_debug.c
aac_disk.c
aac_linux.c
aac_pci.c
aac_tables.h
aac.c Free the MSI again on detach if allocated. Arguably, this code would be 2013-12-29 17:37:32 +00:00
aacreg.h
aacvar.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00