fd61f4215c
Note that this driver additionally probes some device IDs for the most part not know to other MPT drivers, if at all. So rename the macros not present in mpi_cnfg.h to match the naming scheme in the latter and but suffix them with a _FB in order to not cause conflicts. - Like mpt_set_config_regs(), comment out mpt_read_config_regs() as the content of the registers read isn't actually used and both functions aren't exactly up to date regarding the possible layouts of the BARs (these function might be helpful for debugging though, so don't remove them completely). - Use DEVMETHOD_END. - Use NULL rather than 0 for pointers. - Remove an unusual check for the softc being NULL. - Remove redundant zeroing of the softc. - Remove an overly banal and actually partly incorrect as well as partly outdated comment regarding the allocation of the memory resource. MFC after: 3 days |
||
---|---|---|
.. | ||
mpilib | ||
mpt_cam.c | ||
mpt_cam.h | ||
mpt_debug.c | ||
mpt_pci.c | ||
mpt_raid.c | ||
mpt_raid.h | ||
mpt_reg.h | ||
mpt_user.c | ||
mpt.c | ||
mpt.h |