From owner-cvs-src@FreeBSD.ORG Sat Aug 23 07:43:07 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96D75106567A; Sat, 23 Aug 2008 07:43:07 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A7828FC19; Sat, 23 Aug 2008 07:43:07 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7N7h7Cm040828; Sat, 23 Aug 2008 07:43:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7N7h7b7040827; Sat, 23 Aug 2008 07:43:07 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200808230743.m7N7h7b7040827@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sat, 23 Aug 2008 07:43:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sis if_sis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2008 07:43:07 -0000 imp 2008-08-23 07:43:03 UTC FreeBSD src repository Modified files: sys/dev/sis if_sis.c Log: SVN rev 182036 on 2008-08-23 07:43:03Z by imp Actually revert last... Upon closer inspection the code works in the face of errors already... A bit unorthodox, but none-the-less valid. Revision Changes Path 1.3 +1 -2 src/sys/dev/sis/if_sis.c