Add missing pre-7.0 firmware pointer. Oops.
This commit is contained in:
parent
4fd622b09a
commit
0cc7c39787
@ -52,6 +52,9 @@ static timeout_t isp_watchdog;
|
||||
static void isp_kthread(void *);
|
||||
static void isp_action(struct cam_sim *, union ccb *);
|
||||
|
||||
#if __FreeBSD_version < 700000
|
||||
ispfwfunc *isp_get_firmware_p = NULL;
|
||||
#endif
|
||||
|
||||
#if __FreeBSD_version < 500000
|
||||
#define ISP_CDEV_MAJOR 248
|
||||
|
Loading…
Reference in New Issue
Block a user