Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2000 06:43:53 +0200 (CEST)
From:      Cyrille Lefevre <root@gits.dyndns.org>
To:        ken@FreeBSD.org
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/19961: non existent cam/scsi/scsi_scan.c found in conf/files
Message-ID:  <200007160443.GAA28229@gits.dyndns.org>
In-Reply-To: <200007160256.TAA65191@freefall.freebsd.org> "from ken@FreeBSD.org at Jul 15, 2000 07:56:33 pm"

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




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