From owner-cvs-all Thu Jun 25 10:29:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17173 for cvs-all-outgoing; Thu, 25 Jun 1998 10:29:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17117; Thu, 25 Jun 1998 10:29:40 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA13047; Thu, 25 Jun 1998 10:10:03 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd013026; Thu Jun 25 17:09:57 1998 Date: Thu, 25 Jun 1998 10:09:52 -0700 (PDT) From: Julian Elischer To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: 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 In-Reply-To: <199806251128.EAA22705@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hmmmm I should send you my patchces.. I have removed all the bdevsw in all device drivers that were generating the cdevsw from the bdevsw, and reversed bdevsw_add_generic to be cdevsw_add_generic which et teh mioment produces a bdevsw entry from the cdevsw table rather than the other way around.. This may seem like a waste of time as it means I need to go through again for a second time to actually remove vestiges of the bdevsw when I get further down the track but It looks like were duplicating work here. Poul, look at: no_rawread+cdevsw.diff in my home directory on freefall julian On Thu, 25 Jun 1998, Poul-Henning Kamp wrote: > 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