From owner-freebsd-bugs Sat Jul 15 21:44: 1 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id 25A4B37BA36 for ; Sat, 15 Jul 2000 21:43:56 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 183245 invoked from network); 16 Jul 2000 04:43:54 -0000 Received: from r224m65.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.65]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 16 Jul 2000 04:43:54 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id GAA28229; Sun, 16 Jul 2000 06:43:53 +0200 (CEST) (envelope-from root) From: Cyrille Lefevre Posted-Date: Sun, 16 Jul 2000 06:43:53 +0200 (CEST) Message-Id: <200007160443.GAA28229@gits.dyndns.org> Subject: Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files In-Reply-To: <200007160256.TAA65191@freefall.freebsd.org> "from ken@FreeBSD.org at Jul 15, 2000 07:56:33 pm" To: ken@FreeBSD.org Date: Sun, 16 Jul 2000 06:43:53 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.org Reply-To: clefevre@citeweb.net Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ken@FreeBSD.org wrote: > Synopsis: non existent cam/scsi/scsi_scan.c found in conf/files > > State-Changed-From-To: open->closed > State-Changed-By: ken > State-Changed-When: Sat Jul 15 19:54:17 PDT 2000 > State-Changed-Why: > This is a new one for me, but that line has been in the CAM tree since > before it went into -current. > > The driver has never existed, however. Thanks for catching this. > > I took out the line in -current, RELENG_4 and RELENG_3. > > > Responsible-Changed-From-To: freebsd-bugs->ken > Responsible-Changed-By: ken > Responsible-Changed-When: Sat Jul 15 19:54:17 PDT 2000 > Responsible-Changed-Why: > I handled this one. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=19961 by a simple awk, I find two other references to non existent files which are : net/mppcc.c and net/mppcd.c # cd /sys # awk '/standard|optional/&&!(/^#/||/\\$/){print $1}' conf/files | xargs ls -d > /dev/null ls: cam/scsi/scsi_scan.c: No such file or directory ls: net/mppcc.c: No such file or directory ls: net/mppcd.c: No such file or directory after a simple find (find /usr/src/sys -name 'mppc*'), I found a comment about them in modules/netgraph/mppc/Makefile : .if ${NETGRAPH_MPPC_COMPRESSION} > 0 # XXX These files don't exist yet, but hopefully someday they will... .PATH: ${.CURDIR}/../../../net SRCS+= mppcc.c mppcd.c .endif maybe, these references would be commented until they really exist ? Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message