opnsense-src/sys/dev/isp
Marius Strobl 8d727356c6 - Don't shift the clock frequency in MHz left by 8 before assigning it
to sbus_mdvec.dv_clock as sbus_mdvec.dv_clock is meant to be specified
  in MHz. While this was a bug it shouldn't have affected FreeBSD/sparc64
  as sbus_mdvec.dv_clock is used to limit the clock rate of chips when
  a machine isn't able to support them at maximum speed which isn't the
  case for sun4u machines.
- Remove the code that checks whether the clock frequency returned by
  sbus_get_clockfreq() is 0 and falls back to 25MHz if it is as that's
  already done in sbus(4).

Approved by:	mjacob
MFC after:	3 days
2006-02-03 12:35:42 +00:00
..
DriverManual.txt Add some somewhat vague documentation for this driver and a list 2001-10-07 18:26:47 +00:00
Hardware.txt Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
isp.c Make sure we don't pick up a loopid that's larger than our 2006-02-02 09:02:16 +00:00
isp_freebsd.c Remove use of inlines and use the functions as a library. 2006-02-02 21:31:34 +00:00
isp_freebsd.h Remove use of inlines and use the functions as a library. 2006-02-02 21:31:34 +00:00
isp_ioctl.h First of several commits as this driver is dusted off and maybe brought 2006-01-23 06:23:37 +00:00
isp_library.c Remove use of inlines and use the functions as a library. 2006-02-02 21:31:34 +00:00
isp_library.h Remove use of inlines and use the functions as a library. 2006-02-02 21:31:34 +00:00
isp_pci.c Remove use of inlines and use the functions as a library. 2006-02-02 21:31:34 +00:00
isp_sbus.c - Don't shift the clock frequency in MHz left by 8 before assigning it 2006-02-03 12:35:42 +00:00
isp_target.c First of several commits as this driver is dusted off and maybe brought 2006-01-23 06:23:37 +00:00
isp_target.h First of several commits as this driver is dusted off and maybe brought 2006-01-23 06:23:37 +00:00
isp_tpublic.h First of several commits as this driver is dusted off and maybe brought 2006-01-23 06:23:37 +00:00
ispmbox.h First of several commits as this driver is dusted off and maybe brought 2006-01-23 06:23:37 +00:00
ispreg.h First of several commits as this driver is dusted off and maybe brought 2006-01-23 06:23:37 +00:00
ispvar.h Remove use of inlines and use the functions as a library. 2006-02-02 21:31:34 +00:00