Details
-
Improvement
-
Resolution: Fixed
-
Major
Description
The pci id of the Intel H97 AHCI controller is missing in drivers/storage/ide/uniata/bm_devs.h The id is VEN_8086 DEV_8c82, see e.g. https://github.com/torvalds/linux/blob/e195ca6cb6f21633e56322d5aa11ed59cdb22fb2/drivers/ata/ahci.c#L369
The controller is part of the Intel Lynx Point series, so it should be very similar to the other Lynx Point controllers that are already in bm_devs.h
It would be nice if it could be included.