mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing pre-7.0 firmware pointer. Oops.
This commit is contained in:
parent
54256b0109
commit
784ed7076c
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue