Bug 130621 - [mpt] tranfer rate is inscrutable slow when use lsi21320-is raid0 mode and have some other problems
Summary: [mpt] tranfer rate is inscrutable slow when use lsi21320-is raid0 mode and h...
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-16 14:20 UTC by joseph tsai
Modified: 2018-01-03 05:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description joseph tsai 2009-01-16 14:20:02 UTC
Dear Sir,
  I use LSI21320 SCSI controler in my computer and use 6 harddisks.
In my system harddisks are da0,da1 and da2. Da0 is U160, da1 is U320, and da2 is a raid0 disk. 
I use 4 U320 harddisks to build a raid-0. It works just ok in freebsd6.1.
After upgrade to freebsd 7.1 I find three problems.

  First one the raid disk should have 4 hidden disks but just only one can be found (it should be 4) when I type the command "camcontrol devlist." When I used freebsd6.1 it might be pass4,pass5,pass6 and pass7. Now it is only just pass4. I usually use the command "smartctl" of smartmontools to monitor my harddisk is good or not and its temperature. At now the situation I cannot monitor the other 3 disks.

 The second the transfer rate is inscrutable slow after I upgrade to freebsd7.1.
When I use the command "diskinfo -v -t da2" it shows the transfer rate is about 2.7M/s. The value I have tested in windows might be about 200M/s. It must be something wrong. ( I noticed that the da2's Tag Queue seems did not be enabled is that the reason to make this shituation ? )
When I test da1 which is not a raid driver shows about 48-75M/s. The value is normal.

 The third when I type "dmesg" my computer shows the boot information of da2's transfer  rate sometimes is 3.3MB/s sometimes is 320MB/s seems it is random and not alwags the same. Although the displayed value changed the actual transfer rate is the same.

 Are there any way to  solve these problems? May I use the old (freebsd 6.1) driver to solve this problem and how to do it ?
Hope we can solve the problem soon. If you have any problem or anything I did not say clearly please e-mail to me.
Thank you!
 
  I attach the data the command which I mentioned above executing both in freebsd7.1 and freebsd6.1 for your reference. (7.1 first and then 6.1)

the following is the command excuse in my computer at freebsd7.1

fb627@hfb6 </usr/home/fb627> camcontrol devlist
<SEAGATE ST318436LW 0004>          at scbus0 target 0 lun 0 (pass0,da0)
<SEAGATE ST336753LW 0002>          at scbus0 target 1 lun 0 (pass1,da1)
<SONY SDX-400C 0702>               at scbus0 target 8 lun 0 (sa0,pass2)
<LSILOGIC 1020/1030     IS 1000>   at scbus1 target 2 lun 0 (pass3,da2)
<IBM-ESXS ST336754LW    FN B869>   at scbus2 target 0 lun 0 (pass4)
<SONY DVD RW DRU-840A SS01>        at scbus3 target 0 lun 0 (cd0,pass5)
<MATSHITA DVD-RAM SW-9585S ND1M>   at scbus3 target 1 lun 0 (cd1,pass6)
b627@hfb6 </usr/home/fb627>




 fb627@hfb6 </usr/home/fb627> diskinfo -v -t da1
da1
        512             # sectorsize
        36703934464     # mediasize in bytes (34G)
        71687372        # mediasize in sectors
        4462            # Cylinders according to firmware.
        255             # Heads according to firmware.
        63              # Sectors according to firmware.

Seek times:
        Full stroke:      250 iter in   3.135179 sec =   12.541 msec
        Half stroke:      250 iter in   2.164563 sec =    8.658 msec
        Quarter stroke:   500 iter in   3.617471 sec =    7.235 msec
        Short forward:    400 iter in   1.687397 sec =    4.218 msec
        Short backward:   400 iter in   0.808002 sec =    2.020 msec
        Seq outer:       2048 iter in   0.309039 sec =    0.151 msec
        Seq inner:       2048 iter in   0.317622 sec =    0.155 msec
Transfer rates:
        outside:       102400 kbytes in   1.383036 sec =    74040 kbytes/sec
        middle:        102400 kbytes in   1.560315 sec =    65628 kbytes/sec
        inside:        102400 kbytes in   2.117939 sec =    48349 kbytes/sec

fb627@hfb6 </usr/home/fb627> diskinfo -v -t da2
da2
        512             # sectorsize
        145450074112    # mediasize in bytes (135G)
        284082176       # mediasize in sectors
        17683           # Cylinders according to firmware.
        255             # Heads according to firmware.
        63              # Sectors according to firmware.

Seek times:
        Full stroke:      250 iter in   0.782250 sec =    3.129 msec
        Half stroke:      250 iter in   1.731281 sec =    6.925 msec
        Quarter stroke:   500 iter in   3.165127 sec =    6.330 msec
        Short forward:    400 iter in   1.370630 sec =    3.427 msec
        Short backward:   400 iter in   1.669160 sec =    4.173 msec
        Seq outer:       2048 iter in   1.035004 sec =    0.505 msec
        Seq inner:       2048 iter in   0.940420 sec =    0.459 msec
Transfer rates:
        outside:       102400 kbytes in  39.948788 sec =     2563 kbytes/sec
        middle:        102400 kbytes in  38.372900 sec =     2669 kbytes/sec
        inside:        102400 kbytes in  38.912166 sec =     2632 kbytes/sec

fb627@hfb6 </usr/home/fb627>                  

[fb627@hfb6 /usr/home/fb627]$ dmesg
Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.1-RELEASE-p2 #3: Wed Jan 14 16:26:24 CST 2009
    fb627@hfb6.ZYHOME:/usr/obj/usr/src/sys/GENERIC
module_register: module bge/miibus already exists!
Module bge/miibus failed to register: 17
module_register: module pci/bge already exists!
Module pci/bge failed to register: 17
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 2.66GHz (2666.78-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf27  Stepping = 7
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x4400<CNXT-ID,xTPR>
  Logical CPUs per core: 2
real memory  = 2684289024 (2559 MB)
avail memory = 2614190080 (2493 MB)
ACPI APIC Table: <IntelR AWRDACPI>
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7
ioapic0: Changing APIC ID to 4
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
ioapic2 <Version 2.0> irqs 48-71 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: <IntelR AWRDACPI> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
unknown: I/O range not supported
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 9fef0000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <Intel E7505 host to AGP bridge> on hostb0
pci0: <unknown> at device 0.1 (no driver attached)
pcib1: <PCI-PCI bridge> mem 0xfd000000-0xfd3fffff at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 2.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 29.0 on pci2
pci3: <ACPI PCI bus> on pcib3
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x1002> mem 0xfb020000-0xfb02ffff irq 48 at device 1.0 on pci3
miibus0: <MII bus> on bge0
brgphy0: <BCM5703 10/100/1000baseTX PHY> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
bge0: Ethernet address: 00:10:dc:f2:b2:68
bge0: [ITHREAD]
mpt0: <LSILogic 1030 Ultra4 Adapter> port 0xc000-0xc0ff mem 0xfb000000-0xfb00ffff,0xfb010000-0xfb01ffff irq 56 at device 3.0 on pci3
mpt0: [ITHREAD]
mpt0: MPI Version=1.2.14.0
mpt0: Capabilities: ( RAID-0 SAFTE )
mpt0: 0 Active Volumes (0 Max)
mpt0: 0 Hidden Drive Members (0 Max)
mpt1: <LSILogic 1030 Ultra4 Adapter> port 0xc400-0xc4ff mem 0xfb030000-0xfb03ffff,0xfb040000-0xfb04ffff irq 57 at device 3.1 on pci3
mpt1: [ITHREAD]
mpt1: MPI Version=1.2.14.0
mpt1: Capabilities: ( RAID-0 SAFTE )
mpt1: 1 Active Volume (1 Max)
mpt1: 4 Hidden Drive Members (6 Max)
pcib4: <ACPI PCI-PCI bridge> at device 31.0 on pci2
pci4: <ACPI PCI bus> on pcib4
pci0: <unknown> at device 2.1 (no driver attached)
uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0xd000-0xd01f irq 16 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0xd400-0xd41f irq 19 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
ehci0: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> mem 0xfd800000-0xfd8003ff irq 23 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb2: EHCI version 1.0
usb2: companion controllers, 2 ports each: usb0 usb1
usb2: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> on ehci0
usb2: USB revision 2.0
uhub2: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb2
uhub2: 4 ports with 4 removable, self powered
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci5: <ACPI PCI bus> on pcib5
vgapci0: <VGA-compatible display> mem 0xf8000000-0xf8ffffff,0xf0000000-0xf7ffffff irq 21 at device 0.0 on pci5
nvidia0: <GeForce4 MX 440 with AGP8X> on vgapci0
vgapci0: child nvidia0 requested pci_enable_busmaster
vgapci0: child nvidia0 requested pci_enable_io
nvidia0: [GIANT-LOCKED]
nvidia0: [ITHREAD]
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH4 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci0
ata1: [ITHREAD]
ichsmb0: <Intel 82801DC (ICH4) SMBus controller> port 0x5000-0x501f irq 17 at device 31.3 on pci0
ichsmb0: [GIANT-LOCKED]
ichsmb0: [ITHREAD]
smbus0: <System Management Bus> on ichsmb0
smb0: <SMBus generic I/O> on smbus0
pcm0: <Intel ICH4 (82801DB)> port 0xdc00-0xdcff,0xe000-0xe03f mem 0xfd801000-0xfd8011ff,0xfd802000-0xfd8020ff irq 17 at device 31.5 on pci0
pcm0: [ITHREAD]
pcm0: <Analog Devices AD1885 AC97 Codec>
fdc0: <floppy drive controller> port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FILTER]
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
sio1: [FILTER]
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse, device ID 3
cpu0: <ACPI CPU> on acpi0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
cpu1: <ACPI CPU> on acpi0
p4tcc1: <CPU Frequency Thermal Control> on cpu1
cpu2: <ACPI CPU> on acpi0
p4tcc2: <CPU Frequency Thermal Control> on cpu2
cpu3: <ACPI CPU> on acpi0
p4tcc3: <CPU Frequency Thermal Control> on cpu3
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcf7ff,0xd0000-0xd3fff pnpid ORM0000 on isa0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppbus0: [ITHREAD]
plip0: <PLIP network interface> on ppbus0
plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ppc0: [GIANT-LOCKED]
ppc0: [ITHREAD]
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
Waiting 5 seconds for SCSI devices to settle
mpt1: mpt_read_cfg_page: Config Info Status 22
mpt1:vol0(mpt1:0:0): mpt_refresh_raid_vol: Failed to read RAID Vol Page(0)
mpt1:vol0(mpt1:0:0): Settings ( )
mpt1:vol0(mpt1:0:0): 0 Members:
mpt1:vol0(mpt1:0:0): RAID-0 - Optimal
(mpt1:0:2): Physical (mpt1:0:2:0), Pass-thru (mpt1:1:0:0)
(mpt1:0:2): Online
(mpt1:0:4): Physical (mpt1:0:4:0), Pass-thru (mpt1:1:1:0)
(mpt1:0:4): Online
(mpt1:0:8): Physical (mpt1:0:8:0), Pass-thru (mpt1:1:2:0)
(mpt1:0:8): Online
(mpt1:0:12): Physical (mpt1:0:12:0), Pass-thru (mpt1:1:3:0)
(mpt1:0:12): Online
acd0: DVDR <SONY DVD RW DRU-840A/SS01> at ata0-master UDMA66
acd1: DVDR <MATSHITADVD-RAM SW-9585S/ND1M> at ata0-slave UDMA66
GEOM_LABEL: Label for provider acd0 is iso9660/ MEMOIRS_OF_A_GEISHA.
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
acd1: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00
da0 at mpt0 bus 0 target 0 lun 0
da0: <SEAGATE ST318436LW 0004> Fixed Direct Access SCSI-3 device
da0: 160.000MB/s transfers (80.000MHz, offset 31, 16bit)
da0: Command Queueing Enabled
da0: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C)
da1 at mpt0 bus 0 target 1 lun 0
da1: <SEAGATE ST336753LW 0002> Fixed Direct Access SCSI-3 device
da1: 320.000MB/s transfers (160.000MHz, offset 63, 16bit)
da1: Command Queueing Enabled
da1: 35003MB (71687372 512 byte sectors: 255H 63S/T 4462C)
da2 at mpt1 bus 0 target 2 lun 0
da2: <LSILOGIC 1020/1030     IS 1000> Fixed Direct Access SCSI-2 device
da2: 3.300MB/s transfers
da2: 138712MB (284082176 512 byte sectors: 255H 63S/T 17683C)
sa0 at mpt0 bus 0 target 8 lun 0
sa0: <SONY SDX-400C 0702> Removable Sequential Access SCSI-2 device
sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit)
SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
cd0 at ata0 bus 0 target 0 lun 0
cd0: <SONY DVD RW DRU-840A SS01> Removable CD-ROM SCSI-0 device
cd0: 66.000MB/s transfers
cd0: cd present [2295104 x 2048 byte records]
cd1 at ata0 bus 0 target 1 lun 0
cd1: <MATSHITA DVD-RAM SW-9585S ND1M> Removable CD-ROM SCSI-0 device
cd1: 66.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present
GEOM_LABEL: Label for provider da1s1 is ntfs/WIN2K.
GEOM_LABEL: Label for provider da2s3 is ntfs/R4.
Trying to mount root from ufs:/dev/da2s2a
ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled
[fb627@hfb6 /usr/home/fb627]$  
===============================================================================
===============================================================================
===============================================================================

I have another slide (at the same disk) which is installed freebsd 6.1 
I also execuse the command for a comparision at freebsd 6.1


Script started on Sat Jan 17 03:54:58 2009
# camcontrol devlist
<SEAGATE ST318436LW 0004>          at scbus0 target 0 lun 0 (pass0,da0)
<SEAGATE ST336753LW 0002>          at scbus0 target 1 lun 0 (pass1,da1)
<SONY SDX-400C 0702>               at scbus0 target 8 lun 0 (sa0,pass2)
<LSILOGIC 1020/1030     IS 1000>   at scbus1 target 2 lun 0 (pass3,da2)
<IBM-ESXS ST336754LW    FN B869>   at scbus2 target 0 lun 0 (pass4)
<FUJITSU MAU3036NC 5C01>           at scbus2 target 1 lun 0 (pass5)
<IBM-ESXS ST336754LW    FN B869>   at scbus2 target 2 lun 0 (pass6)
<FUJITSU MAU3036NC 5C01>           at scbus2 target 3 lun 0 (pass7)
<SONY DVD RW DRU-840A SS01>        at scbus3 target 0 lun 0 (pass8,cd0)
<MATSHITA DVD-RAM SW-9585S ND1M>   at scbus3 target 1 lun 0 (pass9,cd1)

#diskinfo -v -t da1
da1
	512         	# sectorsize
	36703934464 	# mediasize in bytes (34G)
	71687372    	# mediasize in sectors
	4462        	# Cylinders according to firmware.
	255         	# Heads according to firmware.
	63          	# Sectors according to firmware.

Seek times:
	Full stroke:	  250 iter in   3.098671 sec =   12.395 msec
	Half stroke:	  250 iter in   2.129506 sec =    8.518 msec
	Quarter stroke:	  500 iter in   3.559885 sec =    7.120 msec
	Short forward:	  400 iter in   1.658425 sec =    4.146 msec
	Short backward:	  400 iter in   0.807269 sec =    2.018 msec
	Seq outer:	 2048 iter in   0.266670 sec =    0.130 msec
	Seq inner:	 2048 iter in   0.264463 sec =    0.129 msec
Transfer rates:
	outside:       102400 kbytes in   1.385500 sec =    73908 kbytes/sec
	middle:        102400 kbytes in   1.558973 sec =    65684 kbytes/sec
	inside:        102400 kbytes in   2.120220 sec =    48297 kbytes/sec

# diskinfo -v -t da2
da2
	512         	# sectorsize
	145450074112	# mediasize in bytes (135G)
	284082176   	# mediasize in sectors
	17683       	# Cylinders according to firmware.
	255         	# Heads according to firmware.
	63          	# Sectors according to firmware.

Seek times:
	Full stroke:	  250 iter in   0.674995 sec =    2.700 msec
	Half stroke:	  250 iter in   1.634318 sec =    6.537 msec
	Quarter stroke:	  500 iter in   2.662559 sec =    5.325 msec
	Short forward:	  400 iter in   1.193850 sec =    2.985 msec
	Short backward:	  400 iter in   1.363944 sec =    3.410 msec
	Seq outer:	 2048 iter in   0.309164 sec =    0.151 msec
	Seq inner:	 2048 iter in   0.409713 sec =    0.200 msec
Transfer rates:
	outside:       102400 kbytes in   0.755343 sec =   135568 kbytes/sec
	middle:        102400 kbytes in   0.789872 sec =   129641 kbytes/sec
	inside:        102400 kbytes in   0.759277 sec =   134865 kbytes/sec

# dmesg
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE-p12 #20: Mon Feb 12 18:40:08 CST 2007
    fb62@hfb6.ZYHOME:/usr/obj/usr/src/sys/MYSMP61
acpi_alloc_wakeup_handler: can't alloc wake memory
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 2.66GHz (2666.77-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf27  Stepping = 7
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x4400<CNTX-ID,<b14>>
  Logical CPUs per core: 2
real memory  = 2684289024 (2559 MB)
avail memory = 2623754240 (2502 MB)
ACPI APIC Table: <IntelR AWRDACPI>
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7
ioapic0: Changing APIC ID to 4
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 24-47 on motherboard
ioapic2 <Version 2.0> irqs 48-71 on motherboard
kbd1 at kbdmux0
acpi0: <IntelR AWRDACPI> on motherboard
acpi0: Power Button (fixed)
unknown: I/O range not supported
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0: <ACPI CPU> on acpi0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
cpu1: <ACPI CPU> on acpi0
p4tcc1: <CPU Frequency Thermal Control> on cpu1
cpu2: <ACPI CPU> on acpi0
p4tcc2: <CPU Frequency Thermal Control> on cpu2
cpu3: <ACPI CPU> on acpi0
p4tcc3: <CPU Frequency Thermal Control> on cpu3
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <unknown> at device 0.1 (no driver attached)
pcib1: <PCI-PCI bridge> mem 0xfd000000-0xfd3fffff at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> at device 2.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pci2: <base peripheral, interrupt controller> at device 28.0 (no driver attached)
pcib3: <ACPI PCI-PCI bridge> at device 29.0 on pci2
pci3: <ACPI PCI bus> on pcib3
pci3: <network, ethernet> at device 1.0 (no driver attached)
mpt0: <LSILogic 1030 Ultra4 Adapter> port 0xc000-0xc0ff mem 0xfb000000-0xfb00ffff,0xfb010000-0xfb01ffff irq 56 at device 3.0 on pci3
mpt0: [GIANT-LOCKED]
mpt0: MPI Version=1.2.14.0
mpt0: Unhandled Event Notify Frame. Event 0xa.
mpt0: Capabilities: ( RAID-0 SAFTE )
mpt0: 0 Active Volumes (0 Max)
mpt0: 0 Hidden Drive Members (0 Max)
mpt1: <LSILogic 1030 Ultra4 Adapter> port 0xc400-0xc4ff mem 0xfb030000-0xfb03ffff,0xfb040000-0xfb04ffff irq 57 at device 3.1 on pci3
mpt1: [GIANT-LOCKED]
mpt1: MPI Version=1.2.14.0
mpt1: Unhandled Event Notify Frame. Event 0xa.
mpt1: Capabilities: ( RAID-0 SAFTE )
mpt1: 1 Active Volume (1 Max)
mpt1: 4 Hidden Drive Members (6 Max)
pci2: <base peripheral, interrupt controller> at device 30.0 (no driver attached)
pcib4: <ACPI PCI-PCI bridge> at device 31.0 on pci2
pci4: <ACPI PCI bus> on pcib4
pci0: <unknown> at device 2.1 (no driver attached)
uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0xd000-0xd01f irq 16 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0xd400-0xd41f irq 19 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ehci0: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> mem 0xfd800000-0xfd8003ff irq 23 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
usb2: EHCI version 1.0
usb2: companion controllers, 2 ports each: usb0 usb1
usb2: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> on ehci0
usb2: USB revision 2.0
uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub2: 4 ports with 4 removable, self powered
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci5: <ACPI PCI bus> on pcib5
pci5: <display, VGA> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH4 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
ichsmb0: <Intel 82801DC (ICH4) SMBus controller> port 0x5000-0x501f irq 17 at device 31.3 on pci0
ichsmb0: [GIANT-LOCKED]
smbus0: <System Management Bus> on ichsmb0
smb0: <SMBus generic I/O> on smbus0
pci0: <multimedia, audio> at device 31.5 (no driver attached)
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcf7ff,0xd0000-0xd3fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
Waiting 15 seconds for SCSI devices to settle
acd0: DVDR <SONY DVD RW DRU-840A/SS01> at ata0-master UDMA66
acd1: DVDR <MATSHITADVD-RAM SW-9585S/ND1M> at ata0-slave UDMA66
mpt1: mpt_read_cfg_page: Config Info Status 22
mpt1:vol0(mpt1:0:0): mpt_refresh_raid_vol: Failed to read RAID Vol Page(0)
mpt1:vol0(mpt1:0:0): Settings ( )
mpt1:vol0(mpt1:0:0): 0 Members:
mpt1:vol0(mpt1:0:0): RAID-0 - Optimal
(mpt1:0:2): Physical (mpt1:0:2), Pass-thru (mpt1:1:0)
(mpt1:0:2): Online
(mpt1:0:4): Physical (mpt1:0:4), Pass-thru (mpt1:1:1)
(mpt1:0:4): Online
(mpt1:0:8): Physical (mpt1:0:8), Pass-thru (mpt1:1:2)
(mpt1:0:8): Online
(mpt1:0:12): Physical (mpt1:0:12), Pass-thru (mpt1:1:3)
(mpt1:0:12): Online
sa0 at mpt0 bus 0 target 8 lun 0
sa0: <SONY SDX-400C 0702> Removable Sequential Access SCSI-2 device 
sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit)
pass4 at mpt1 bus 1 target 0 lun 0
pass4: <IBM-ESXS ST336754LW    FN B869> Fixed unknown SCSI-4 device 
pass4: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled
pass5 at mpt1 bus 1 target 1 lun 0
pass5: <FUJITSU MAU3036NC 5C01> Fixed unknown SCSI-3 device 
pass5: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled
pass6 at mpt1 bus 1 target 2 lun 0
pass6: <IBM-ESXS ST336754LW    FN B869> Fixed unknown SCSI-4 device 
pass6: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled
pass7 at mpt1 bus 1 target 3 lun 0
pass7: <FUJITSU MAU3036NC 5C01> Fixed unknown SCSI-3 device 
pass7: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled
da0 at mpt0 bus 0 target 0 lun 0
da0: <SEAGATE ST318436LW 0004> Fixed Direct Access SCSI-3 device 
da0: 160.000MB/s transfers (80.000MHz, offset 31, 16bit), Tagged Queueing Enabled
da0: 17522MB (35885168 512 byte sectors: 255H 63S/T 2233C)
da1 at mpt0 bus 0 target 1 lun 0
da1: <SEAGATE ST336753LW 0002> Fixed Direct Access SCSI-3 device 
da1: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled
da1: 35003MB (71687372 512 byte sectors: 255H 63S/T 4462C)
da2 at mpt1 bus 0 target 2 lun 0
da2: <LSILOGIC 1020/1030     IS 1000> Fixed Direct Access SCSI-2 device 
da2: 320.000MB/s transfers (160.000MHz, offset 63, 16bit), Tagged Queueing Enabled
da2: 138712MB (284082176 512 byte sectors: 255H 63S/T 17683C)
cd0 at ata0 bus 0 target 0 lun 0
cd0: <SONY DVD RW DRU-840A SS01> Removable CD-ROM SCSI-0 device 
cd0: 66.000MB/s transfers
cd0: cd present [2295104 x 2048 byte records]
SMP: AP CPU #2 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #3 Launched!
cd1 at ata0 bus 0 target 1 lun 0
cd1: <MATSHITA DVD-RAM SW-9585S ND1M> Removable CD-ROM SCSI-0 device 
cd1: 66.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present
Trying to mount root from ufs:/dev/da2s1a
# ^[[I    exit

Script done on Sat Jan 17 03:58:24 2009
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2009-01-18 17:03:04 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-scsi

Over to maintainer(s).  To submitter: to be honest you are probably better 
off submitting one PR for each of these issues (missing passX devices, 
intermittant 3.3MB/s detected speed) as I suspect they are not connected 
to each other.  If you dodo that, mention this PR so that we remember to 
close it.  Thanks!
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:59:51 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped