From owner-cvs-all Wed Oct 23 8:53: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 9EFD937B401; Wed, 23 Oct 2002 08:53:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5307D43E6A; Wed, 23 Oct 2002 08:53:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9NFrAmV009770; Wed, 23 Oct 2002 08:53:10 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9NFr905009769; Wed, 23 Oct 2002 08:53:09 -0700 (PDT) Message-Id: <200210231553.g9NFr905009769@repoman.freebsd.org> From: John Baldwin Date: Wed, 23 Oct 2002 08:53:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 src/sys/dev/ic cd180.h src/sys/i386/isa rc.c rcreg.h src/sys/i386/isa/ic cd180.h src/sys/modules Makefile src/sys/modules/rc Makefile src/sys/dev/rc rc.c rcreg.h X-FreeBSD-CVS-Branch: HEAD 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 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 Revision Changes Path 1.726 +1 -0 src/sys/conf/files 1.424 +0 -1 src/sys/conf/files.i386 1.4 +0 -0 src/sys/dev/ic/cd180.h 1.72 +609 -476 src/sys/dev/rc/rc.c 1.5 +5 -9 src/sys/dev/rc/rcreg.h 1.4 +0 -198 src/sys/i386/isa/ic/cd180.h (dead) 1.72 +0 -1466 src/sys/i386/isa/rc.c (dead) 1.5 +0 -74 src/sys/i386/isa/rcreg.h (dead) 1.273 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/rc/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message