Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 1998 04:28:10 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa wcd.c src/sys/kern kern_conf.c kern_lkm.c src/sys/sys conf.h src/sys/vm vm_swap.c
Message-ID:  <199806251128.EAA22705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1998/06/25 04:28:09 PDT

  Modified files:
    sys/i386/isa         wcd.c 
    sys/kern             kern_conf.c kern_lkm.c 
    sys/sys              conf.h 
    sys/vm               vm_swap.c 
  Log:
  Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
  Extend cdevsw to be superset of bdevsw.
  Remove non-functional bdev lkm support.
  Teach wcd what the open() args mean.
  
  Revision  Changes    Path
  1.55      +27 -53    src/sys/i386/isa/wcd.c
  1.25      +7 -2      src/sys/kern/kern_conf.c
  1.50      +1 -18     src/sys/kern/kern_lkm.c
  1.42      +6 -2      src/sys/sys/conf.h
  1.54      +9 -13     src/sys/vm/vm_swap.c

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?199806251128.EAA22705>