Displaying 6 results from an estimated 6 matches for "ccb_h".
Did you mean:
ccb
2012 Sep 21
3
tws bug ? (LSI SAS 9750)
Hi,
I have been trying out a nice new tws controller and decided to enable
debugging in the kernel and run some stress tests. With a regular
GENERIC kernel, it boots up fine. But with debugging, it panics on
boot. Anyone know whats up ? Is this something that should be sent
directly to LSI ?
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
2003 Sep 01
1
testers needed for CAM INVARIANTS fix
...tmpstr[80], tmpstr2[80];
caddr_t match;
cgd = (struct ccb_getdev *)arg;
--- 698,704 ----
struct ccb_setasync csa;
struct ccb_pathinq cpi;
struct ccb_getdev *cgd;
! char tmpstr[80];
caddr_t match;
cgd = (struct ccb_getdev *)arg;
***************
*** 714,730 ****
if (cpi.ccb_h.status == CAM_REQ_CMP && (cpi.hba_misc & PIM_NO_6_BYTE))
softc->quirks |= CD_Q_10_BYTE_ONLY;
! snprintf(tmpstr, sizeof(tmpstr), "CAM CD unit %d", periph->unit_number);
! snprintf(tmpstr2, sizeof(tmpstr2), "%d", periph->unit_number);
! sysctl_ctx_in...
2012 Sep 27
1
CAM Target Layer and Linux (continued)
Hi All,
With the help of Chuck Tuffli, I'm now able to use CTL to export a zvol over FC to a Linux host:
LUN Backend Size (Blocks) BS Serial Number Device ID
0 block 4185915392 512 FBSDZFS001 ORA_ASM_01
lun_type=0
num_threads=14
file=/dev/zvol/tank/oracle_asm_01
1 block 4185915392 512 FBSDZFS002 ORA_ASM_02
2013 Oct 15
0
How to unstick ZFS resilver?
...#pragma D option dynvarsize=2m
inline int TOO_SLOW = 100000000; /* 100 ms */
dtrace:::BEGIN
{
printf("Tracing... Hit Ctrl-C to end.\n");
}
fbt::dastrategy:entry
{
start_time[(struct buf *)arg0] = timestamp;
}
fbt::dadone:entry
/(this->bp = (struct buf *)args[1]->ccb_h.periph_priv.entries[1].ptr) && start_time[this->bp] && (timestamp - start_time[this->bp]) > TOO_SLOW/
{
@[strjoin("da", lltostr(args[0]->unit_number))] = count();
start_time[this->bp] = 0;
}
-GAWollman
2013 Feb 23
1
Old ICH7 SATA-2 question
Hello there, I've got a question about SATA.
I've got ASUS P5GC-MX/1333 with ICH7. (SATA2 support)
A few HDD with SATA2.
system:
uname -a
FreeBSD diablo.miekoff.local 9.1-STABLE FreeBSD 9.1-STABLE #1 r246666:
Tue Feb 12 00:19:07 MSK 2013
root at diablo.miekoff.local:/usr/obj/usr/src/sys/DIABLO64 amd64
camcontrol info
camcontrol iden ada2
pass2: <ST3500320AS SD1A> ATA-8 SATA 2.x
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