opnsense-src/sys/dev/isp
John-Mark Gurney 378f231e7d add a newbus method for obtaining the bus's bus_dma_tag_t... This is
required by arches like sparc64 (not yet implemented) and sun4v where there
are seperate IOMMU's for each PCI bus...  For all other arches, it will
end up returning NULL, which makes it a no-op...

Convert a few drivers (the ones we've been working w/ on sun4v) to the
new convection...  Eventually all drivers will need to replace the parent
tag of NULL, w/ bus_get_dma_tag(dev), though dev is usually different for
each driver, and will require hand inspection...

Reviewed by:	scottl (earlier version)
2006-09-03 00:27:42 +00:00
..
DriverManual.txt
Hardware.txt Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
isp.c fix bug in 2322 receive sequencer f/w load 2006-09-01 04:18:17 +00:00
isp_freebsd.c Add missing pre-7.0 firmware pointer. Oops. 2006-09-01 04:57:14 +00:00
isp_freebsd.h More ispfwfunc definitions funnies which break pre-7.0 builds. 2006-09-01 05:03:42 +00:00
isp_ioctl.h Fix RELENG_4 code version- isp_roles wasn't getting initialized so 2006-08-21 00:46:10 +00:00
isp_library.c Fix na_fcentry_t to not have a lun field. Fix indentation in handly 2006-08-04 20:20:00 +00:00
isp_library.h a) clean up some declaration stuff (i.e., make more modern with respect 2006-02-15 00:31:48 +00:00
isp_pci.c add a newbus method for obtaining the bus's bus_dma_tag_t... This is 2006-09-03 00:27:42 +00:00
isp_sbus.c More ispfwfunc definitions funnies which break pre-7.0 builds. 2006-09-01 05:03:42 +00:00
isp_target.c Fix na_fcentry_t to not have a lun field. Fix indentation in handly 2006-08-04 20:20:00 +00:00
isp_target.h Fix na_fcentry_t to not have a lun field. Fix indentation in handly 2006-08-04 20:20:00 +00:00
isp_tpublic.h Increase local reserved (high && low) storage in each command 2006-08-04 20:20:55 +00:00
ispmbox.h Do various fixes to support firmware loading for the 2322 2006-07-03 08:24:09 +00:00
ispreg.h Do various fixes to support firmware loading for the 2322 2006-07-03 08:24:09 +00:00
ispvar.h The macro IS_23XX should not mistakenly include 24XX cards. 2006-08-14 05:35:41 +00:00