From owner-cvs-sys Sun Aug 17 07:15:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA00230 for cvs-sys-outgoing; Sun, 17 Aug 1997 07:15:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA00111; Sun, 17 Aug 1997 07:13:41 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA16556; Sun, 17 Aug 1997 07:13:09 -0700 (PDT) Date: Sun, 17 Aug 1997 07:13:09 -0700 (PDT) Message-Id: <199708171413.HAA16556@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/i386/i386 autoconf.c src/sys/scsi cd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/08/17 07:13:09 PDT Modified files: (Branch: RELENG_2_2) sys/conf options sys/i386/conf LINT sys/i386/i386 autoconf.c sys/scsi cd.c Log: Hmpf. Looking closer, i forgot half of the stuff required for the cd9660-root-f/s feature. Here's the remainder (this time actually verified with a `cvs diff -u /sys' from the machine that was already running it). As threatened in the original commit message, i'm now only merging this feature for the cd(4) driver, since i didn't get any confirmation that my blind commit for wcd(4), scd(4), mcd(4), and matcd(4) does actually work. Nobody bothered to look after the other suspected problems with these drivers, either. In case anybody's keen to consider the remaining drivers, here's a list of respective file revisions that have not been mereged yet: 1.89 +53 -1 src/sys/i386/isa/mcd.c 1.30 +43 -1 src/sys/i386/isa/scd.c 1.42 +35 -0 src/sys/i386/isa/wcd.c 1.26 +76 -2 src/sys/i386/isa/matcd/matcd.c Revision Changes Path 1.18.2.6 +13 -1 src/sys/conf/options 1.286.2.26 +8 -1 src/sys/i386/conf/LINT 1.56.2.6 +52 -28 src/sys/i386/i386/autoconf.c 1.73.2.4 +46 -1 src/sys/scsi/cd.c