From owner-cvs-sys Sat Apr 5 21:08:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23961 for cvs-sys-outgoing; Sat, 5 Apr 1997 21:08:54 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA23952; Sat, 5 Apr 1997 21:08:50 -0800 (PST) Date: Sat, 5 Apr 1997 21:08:50 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199704060508.VAA23952@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx Makefile aic7xxx.seq src/sys/i386/conf files.i386 src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/04/05 21:08:49 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx Makefile aic7xxx.seq Log: By popular demand: Sync with current. Revision Changes Path 1.1.4.1 +3 -1 src/sys/dev/aic7xxx/Makefile 1.16.4.24 +20 -13 src/sys/dev/aic7xxx/aic7xxx.seq Branch: sys/i386/conf RELENG_2_1_0 Modified: sys/i386/conf files.i386 Log: By popular demand: Sync with current: Build assembler in an obj directory. Revision Changes Path 1.98.4.14 +2 -2 src/sys/i386/conf/files.i386 Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi aic7xxx.c Log: By popular demand: Sync with current Revision Changes Path 1.29.2.36 +16 -16 src/sys/i386/scsi/aic7xxx.c