From owner-cvs-all@FreeBSD.ORG Tue May 2 01:40:02 2006 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 E7D8816A401; Tue, 2 May 2006 01:40:01 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4494B43D46; Tue, 2 May 2006 01:40:01 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.255.17] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.4/8.13.4) with ESMTP id k421dw77030957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 May 2006 18:39:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4456B86D.2080207@FreeBSD.org> Date: Mon, 01 May 2006 18:39:57 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Scott Long References: <200605010015.k410FDef095624@repoman.freebsd.org> In-Reply-To: <200605010015.k410FDef095624@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.h os_bsd.c os_bsd.h osm.h osm_bsd.c rr232x_config.c ... 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: Tue, 02 May 2006 01:40:02 -0000 Can you please change it so that the driver doesn't announce itself into dmesg unless the probe has been successful? This is I believe BSD-way to do things and what the rest of non-isa drivers out there do. Thanks! Regards, Maxim Scott Long wrote: > scottl 2006-05-01 00:15:13 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6_1) > share/man/man4 Makefile > sys/conf files.amd64 files.i386 > sys/i386/conf GENERIC NOTES > sys/amd64/conf GENERIC NOTES > Added files: (Branch: RELENG_6_1) > share/man/man4 rr232x.4 > sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu > array.h him.h himfuncs.h hptintf.h > i386-elf.rr232x_lib.o.uu ldm.h list.h > os_bsd.c os_bsd.h osm.h osm_bsd.c > rr232x_config.c rr232x_config.h > sys/modules/rr232x Makefile > Log: > MFC The rr232x driver. > > Approved by: re. > > Revision Changes Path > 1.320.2.10.2.2 +2 -0 src/share/man/man4/Makefile > 1.2.4.1 +99 -0 src/share/man/man4/rr232x.4 (new) > 1.439.2.9.2.2 +1 -0 src/sys/amd64/conf/GENERIC > 1.36.2.9.2.1 +5 -0 src/sys/amd64/conf/NOTES > 1.71.2.6.2.1 +7 -0 src/sys/conf/files.amd64 > 1.538.2.5.2.1 +8 -0 src/sys/conf/files.i386 > 1.1.4.1 +30 -0 src/sys/dev/rr232x/LICENSE (new) > 1.1.4.1 +202 -0 src/sys/dev/rr232x/README (new) > 1.1.4.1 +4567 -0 src/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu (new) > 1.1.4.1 +179 -0 src/sys/dev/rr232x/array.h (new) > 1.1.4.1 +440 -0 src/sys/dev/rr232x/him.h (new) > 1.1.4.1 +100 -0 src/sys/dev/rr232x/himfuncs.h (new) > 1.1.4.1 +1647 -0 src/sys/dev/rr232x/hptintf.h (new) > 1.1.4.1 +3068 -0 src/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu (new) > 1.1.4.1 +484 -0 src/sys/dev/rr232x/ldm.h (new) > 1.1.4.1 +121 -0 src/sys/dev/rr232x/list.h (new) > 1.1.4.1 +297 -0 src/sys/dev/rr232x/os_bsd.c (new) > 1.2.4.1 +255 -0 src/sys/dev/rr232x/os_bsd.h (new) > 1.1.4.1 +199 -0 src/sys/dev/rr232x/osm.h (new) > 1.1.4.1 +1351 -0 src/sys/dev/rr232x/osm_bsd.c (new) > 1.1.4.1 +31 -0 src/sys/dev/rr232x/rr232x_config.c (new) > 1.1.4.1 +107 -0 src/sys/dev/rr232x/rr232x_config.h (new) > 1.429.2.7.2.2 +1 -0 src/sys/i386/conf/GENERIC > 1.1202.2.6.2.1 +5 -0 src/sys/i386/conf/NOTES > 1.2.4.1 +22 -0 src/sys/modules/rr232x/Makefile (new) > >