Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 11:59:21 -0400 (EDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   RE: cvs commit: src/sys/conf files files.i386 src/sys/dev/ic cd1
Message-ID:  <XFMail.20021023115921.jhb@FreeBSD.org>
In-Reply-To: <200210231553.g9NFr905009769@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <jhb@FreeBSD.org>  <><  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20021023115921.jhb>