diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-09-01 04:57:14 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-09-01 04:57:14 +0000 |
| commit | 784ed7076c3459339f63f1ef420e63ca8b0652f8 (patch) | |
| tree | 926230c8643f135d305bbcff76a1fa54e980b864 /sys/dev/isp | |
| parent | 54256b0109e767dca7317b9254375a3c0a118695 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 620d992308107..af81b135acaa4 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -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 |
