Date: Thu, 29 Sep 2005 18:52:21 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h Message-ID: <200509291852.j8TIqMHc062362@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-09-29 18:52:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_sis.c if_sisreg.h Log: MFC various fixes to sis(4): - Remove sis_unit and use device_printf() and if_printf() instead. - Use callout_init_mtx() for the callout. - Remove spls. - Fix locking for ifmedia to happen in the ifmedia handlers rather than in sis_ioctl(). Approved by: re (scottl) Revision Changes Path 1.132.2.4 +31 -43 src/sys/pci/if_sis.c 1.33.2.1 +0 -1 src/sys/pci/if_sisreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509291852.j8TIqMHc062362>