CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/24 22:55:41
Modified files:
sys/dev/pci : if_ixl.c
Log message:
we're close to a point where the differences between 710s and 722s matter.
this adds a struct ixl_chip, which should hold the differences in
functionality between 710s and 722s. this adds which type of chip
each product is to the ixl_devices array.
based on stuff from christiano haesbaert
