Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2005 16:07:22 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        current@freebsd.org
Subject:   [PATCH] Fixes and tweaks for sis(4)
Message-ID:  <200509231607.23326.jhb@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Patch below does the following:
- Remove sis_unit using if_printf() and device_printf() instead.
- Use callout_init_mtx() for the callout.
- Remove spls.
- Fix locking for the ifmedia to happen in the ifmedia handlers
  rather than in sis_ioctl().

Please test.  Thanks!

http://www.FreeBSD.org/~jhb/patches/sis_locking.patch

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509231607.23326.jhb>