From owner-cvs-sys Thu Mar 6 07:36:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24364 for cvs-sys-outgoing; Thu, 6 Mar 1997 07:36:50 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA24352; Thu, 6 Mar 1997 07:36:48 -0800 (PST) Date: Thu, 6 Mar 1997 07:36:48 -0800 (PST) From: Joerg Wunsch Message-Id: <199703061536.HAA24352@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi ch.c scsi_changer.h scsiconf.c src/sys/sys chio.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/03/06 07:36:47 Modified: sys/scsi ch.c scsi_changer.h scsiconf.c sys/sys chio.h Log: Merge Jason Thorpe's updated changer stuff into the actual system. Many things have been changing in the kernel since mid-1996, so there's quite some amount of diffs here already. It compiles, but i cannot test it anywhere here. 2.2 candidate? Closes PR # 1201. Revision Changes Path 1.37 +589 -385 src/sys/scsi/ch.c 1.10 +373 -71 src/sys/scsi/scsi_changer.h 1.80 +24 -2 src/sys/scsi/scsiconf.c 1.10 +139 -86 src/sys/sys/chio.h