Displaying 4 results from an estimated 4 matches for "scsi_da".
Did you mean:
scsi_dh
2003 Sep 09
0
CAM/INVARIANTS fix committed
...ded message from "Kenneth D. Merry" <ken@FreeBSD.org> -----
From: "Kenneth D. Merry" <ken@FreeBSD.org>
Date: Tue, 9 Sep 2003 17:40:40 -0700 (PDT)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/kern
subr_taskqueue.c src/sys/sys taskqueue.h src/share/man/man4 cd.4
da.4 src/share/man/man9 cd.9
ken 2003/09/09 17:40:40 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/cam/scsi scsi_cd.c scsi_da.c
sys/kern...
2003 Sep 01
1
testers needed for CAM INVARIANTS fix
...chedule(softc);
+ /*
+ * Create our sysctl variables, now that we know
+ * we have successfully attached.
+ */
+ taskqueue_enqueue(taskqueue_thread,&softc->sysctl_task);
}
softc->state = CD_STATE_NORMAL;
/*
==== //depot/FreeBSD-ken-RELENG_4/src/sys/cam/scsi/scsi_da.c#19 - /usr/home/ken/perforce2/FreeBSD-ken-RELENG_4/src/sys/cam/scsi/scsi_da.c ====
*** /tmp/tmp.5698.1 Mon Sep 1 16:06:53 2003
--- /usr/home/ken/perforce2/FreeBSD-ken-RELENG_4/src/sys/cam/scsi/scsi_da.c Mon Sep 1 15:50:53 2003
***************
*** 48,53 ****
--- 48,54 ----
#include <sys/even...
2003 Aug 05
1
A-DATA flash drive: "Attempt to query device size failed"
...arget -1 lun -1 (xpt0)
goshik# camcontrol inquiry da0
pass0: <A-DATA Flash 2.0 P1.0> Removable Direct Access SCSI-0 device
pass0: Serial Number
pass0: 650KB/s transfers
goshik# exit
exit
>>>> Script done on Tue Aug 5 13:42:17 2003
I tried to add the following quirk to cam/scsi/scsi_da.c
and rebuilt kernel, but nothing changed. (Actually,
i tried also with only DA_Q_NO_6_BYTE, but this didn't help either)
{
/*
* A-DATA USB Flash 2.0 P1.0 SpeedDrive
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "A-DATA", "Flash Disk", "*"},
/*quirks*/ DA_Q_NO_6_...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed