From owner-cvs-all@FreeBSD.ORG Thu Sep 29 18:52:22 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6939116A41F; Thu, 29 Sep 2005 18:52:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FA043D48; Thu, 29 Sep 2005 18:52:22 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TIqMRj062363; Thu, 29 Sep 2005 18:52:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TIqMHc062362; Thu, 29 Sep 2005 18:52:22 GMT (envelope-from jhb) Message-Id: <200509291852.j8TIqMHc062362@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 18:52:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 18:52:22 -0000 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