From owner-cvs-all Wed Oct 23 8:59:51 2002 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 DC03537B401 for ; Wed, 23 Oct 2002 08:59:49 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A43B43E88 for ; Wed, 23 Oct 2002 08:59:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 32125 invoked from network); 23 Oct 2002 15:59:47 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Oct 2002 15:59:47 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id g9NFxHn5067398; Wed, 23 Oct 2002 11:59:24 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200210231553.g9NFr905009769@repoman.freebsd.org> Date: Wed, 23 Oct 2002 11:59:21 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/conf files files.i386 src/sys/dev/ic cd1 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Oct-2002 John Baldwin wrote: > jhb 2002/10/23 08:53:09 PDT > > Modified files: > sys/conf files files.i386 > sys/dev/ic cd180.h > sys/modules Makefile > sys/dev/rc rc.c rcreg.h > Added files: > sys/modules/rc Makefile > Removed files: > sys/i386/isa rc.c rcreg.h > sys/i386/isa/ic cd180.h > Log: > - New-bussify the rc(4) device driver. > - Add detach support to the driver so that you can kldunload the module. > Note that currently rc_detach() fails to detach a unit if any of its > child devices are open, thus a kldunload will fail if any of the tty > devices are currently open. > - sys/i386/isa/ic/cd180.h was moved to sys/dev/ic/cd180.h as part of > this change. > > Requested by: rwatson > Tested by: rwatson The module is i386-only at the moment, though in theory the driver should work fine on any platform now. However, I haven't test compiled it on any other platforms, nor do I have any hardware to test it on, say, alpha. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message