From owner-cvs-sys Wed May 21 12:37:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA00952 for cvs-sys-outgoing; Wed, 21 May 1997 12:37:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA00820; Wed, 21 May 1997 12:35:46 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA05815; Wed, 21 May 1997 12:35:12 -0700 (PDT) Date: Wed, 21 May 1997 12:35:12 -0700 (PDT) Message-Id: <199705211935.MAA05815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi pt.c scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/05/21 12:35:12 PDT Modified files: sys/scsi pt.c scsiconf.c Log: Initialize the buf_queue of the pt(4) driver. PR: kern/3629: /sys/scsi/pt.c doesn't... Submitted by: simokawa@sat.t.u-tokyo.ac.jp (Hidetoshi Shimokawa) Add a catch-all record for removable SCSI devices to default them to only one LUN. PR: kern/3580: Bad LUN probes on Xyratex... Revision Changes Path 1.22 +11 -2 src/sys/scsi/pt.c 1.87 +5 -1 src/sys/scsi/scsiconf.c