Add missing pre-7.0 firmware pointer. Oops.

This commit is contained in:
mjacob 2006-09-01 04:57:14 +00:00
parent 4fd622b09a
commit 0cc7c39787

View File

@ -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