]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,
authorMatt Jacob <mjacob@FreeBSD.org>
Fri, 2 Jul 1999 23:18:03 +0000 (23:18 +0000)
committerMatt Jacob <mjacob@FreeBSD.org>
Fri, 2 Jul 1999 23:18:03 +0000 (23:18 +0000)
commit222bb542660e4bac7af6800524cce842c802ec1a
tree04139cc8d5195f24e60e0629077b85798c07e9a6
parent02ab33795d308e173f9949238b06fc19db379d22
Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,
isp_io_map, isp_no_fwload, isp_fwload, isp_no_nvram, isp_fcduplex
which are all bitmaps of isp instances that should or shouldn't
map memory space, I/O space, not load f/w, load f/w, ignore nvram,
not ignore nvarm, set full duplex mode. Also have an isp_seed value
that we can use to generate a pseudo seed for a synthetic WWN.
Other minor cosmetic cleanup. Add in support for the Qlogic ISP
2200. Very important change where we actually check now to see
whether we were successful in mapping request and response queues
(and fibre channel scratch space).
sys/dev/isp/isp_pci.c
sys/pci/isp_pci.c