From owner-freebsd-commit Sat Jan 27 09:48:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19139 for freebsd-commit-outgoing; Sat, 27 Jan 1996 09:48:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19122 for cvs-all-outgoing; Sat, 27 Jan 1996 09:48:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19112 for cvs-sys-outgoing; Sat, 27 Jan 1996 09:48:16 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19103 Sat, 27 Jan 1996 09:48:14 -0800 (PST) Date: Sat, 27 Jan 1996 09:48:14 -0800 (PST) From: Joerg Wunsch Message-Id: <199601271748.JAA19103@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsi_worm.h worm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/27 09:48:14 Modified: sys/scsi worm.c Added: sys/scsi scsi_worm.h Log: The Great Merge. The worm driver is alpha-usable! I've stuffed everything that is needed into the kernel driver, including the logic to select between different vendor's quirks. Disclaimer: this has by now _only_ been tested on a heavily tweaked 2.0.5R system. I've done my best to retrofit it into -current, but i don't have a chance yet to test it in a -current environment. Revision Changes Path 1.20 +550 -43 src/sys/scsi/worm.c