Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2002 08:53:09 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
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
Message-ID:  <200210231553.g9NFr905009769@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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