mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
d6f8b9168f
ahci.c had one signed long, which was passed into rman, rather than u_long. After the switch of rman_res_t from size u_long to size uintmax_t, the sign extension caused ranges to get messed up, and ahcich* to not attach. There may be more signed longs used in this way, which will be fixed as they're reported. Reported by: pho |
||
---|---|---|
.. | ||
ahci_generic.c | ||
ahci_pci.c | ||
ahci.c | ||
ahci.h | ||
ahciem.c |