From owner-freebsd-current Wed Sep 5 12: 7:56 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2F95D37B408; Wed, 5 Sep 2001 12:07:54 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f85J7oM01436; Wed, 5 Sep 2001 12:07:50 -0700 (PDT) (envelope-from obrien) Date: Wed, 5 Sep 2001 12:07:50 -0700 From: "David O'Brien" To: Poul-Henning Kamp , sobomax@FreeBSD.org Cc: current@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ccd ccd.c src/sys/modules/ccd Makefile src/sys/sys ccdvar.h Message-ID: <20010905120749.A976@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200109040833.f848XUO21525@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109040833.f848XUO21525@freefall.freebsd.org>; from phk@FreeBSD.org on Tue, Sep 04, 2001 at 01:33:30AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Sep 04, 2001 at 01:33:30AM -0700, Poul-Henning Kamp wrote: > phk 2001/09/04 01:33:30 PDT > > Modified files: > sys/dev/ccd ccd.c > sys/modules/ccd Makefile > sys/sys ccdvar.h > Log: > Kill the NCCD constant by modernizing the ccd driver. This broke `ccd' for me. When ccdconfig runs, I get "/dev/ccd0f: device not configured". I do not have ccd compiled into my kernel, but rather use ccd.ko. I also don't use DEVFS on this box. My device node is: crw-r----- 1 root operator 74, 5 Apr 6 2000 /dev/ccd0f Backing out the changes to ccd.c and ccdvar.h fixed things for me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message