Add missing pre-7.0 firmware pointer. Oops.

This commit is contained in:
Matt Jacob 2006-09-01 04:57:14 +00:00
parent 54256b0109
commit 784ed7076c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161792

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