Bug 153514 - [cam] [panic] CAM related panic
Summary: [cam] [panic] CAM related panic
Status: Closed Unable to Reproduce
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 8.2-PRERELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-usb (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-29 08:00 UTC by oleg.nauman
Modified: 2015-05-07 15:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oleg.nauman 2010-12-29 08:00:19 UTC
My laptop experiencing the crash during detach builtin cardreader on my EVDO modem
Here is the backtrace from core.txt file:


rainhaven.theweb.org.ua dumped core - see /var/crash/vmcore.9

Tue Dec 28 08:44:54 EET 2010

FreeBSD rainhaven.theweb.org.ua 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #147: Mon Dec 27 18:43:38 EET 2010     root@rainhaven.theweb.org.ua:/usr/src/sys/i386/compile/oleg  i386

panic: page fault

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...

Unread portion of the kernel message buffer:
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
kernel trap 12 with interrupts disabled


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0x14
fault code              = supervisor read, page not present
instruction pointer     = 0x20:0xc0736482
stack pointer           = 0x28:0xc5225bd4
frame pointer           = 0x28:0xc5225bec
code segment            = base rx0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = resume, IOPL = 0
current process         = 12 (swi2: cambio)
trap number             = 12
panic: page fault
cpuid = 0

KDB: stack backtrace:
#0 0xc072ac57 at kdb_backtrace+0x47
#1 0xc06ffe97 at panic+0x117
#2 0xc09a31f3 at trap_fatal+0x323
#3 0xc09a3602 at trap+0x152
#4 0xc098c87c at calltrap+0x6
#5 0xc06f25e9 at _mtx_unlock_sleep+0x49
#6 0xc06f2669 at _mtx_unlock_flags+0x49
#7 0xc0473bb0 at camisr+0x110
#8 0xc06de98c at intr_event_execute_handlers+0x14c
#9 0xc06df77e at ithread_loop+0xbe
#10 0xc06dccde at fork_exit+0xee
#11 0xc098c8f4 at fork_trampoline+0x8
Uptime: 6m55s
Physical memory: 2027 MB
Dumping 121 MB: 106 90 74 58 42 26 10

Reading symbols from /boot/modules/bwn_v4_ucode.ko...Reading symbols from /boot/modules/bwn_v4_ucode.ko.symbols...done.
done.
Loaded symbols for /boot/modules/bwn_v4_ucode.ko
Reading symbols from /boot/modules/cuse4bsd.ko...done.
Loaded symbols for /boot/modules/cuse4bsd.ko
#0  doadump () at pcpu.h:231
231     pcpu.h: No such file or directory.
        in pcpu.h
(kgdb) #0  doadump () at pcpu.h:231
#1  0xc06ffc93 in boot (howto=260) at ../../../kern/kern_shutdown.c:419
#2  0xc06ffed0 in panic (fmt=Variable "fmt" is not available.
) at ../../../kern/kern_shutdown.c:592
#3  0xc09a31f3 in trap_fatal (frame=0xc5225b94, eva=20)
    at ../../../i386/i386/trap.c:946
#4  0xc09a3602 in trap (frame=0xc5225b94) at ../../../i386/i386/trap.c:326
#5  0xc098c87c in calltrap () at ../../../i386/i386/exception.s:166
#6  0xc0736482 in turnstile_broadcast (ts=0x0, queue=0)
    at ../../../kern/subr_turnstile.c:831
#7  0xc06f25e9 in _mtx_unlock_sleep (m=0xc67e170c, opts=0, 

    file=0xc0a04b40 "../../../cam/cam_xpt.c", line=4715)
    at ../../../kern/kern_mutex.c:675
#8  0xc06f2669 in _mtx_unlock_flags (m=0xc67e170c, opts=0, 
    file=0xc0a04b40 "../../../cam/cam_xpt.c", line=4715)
    at ../../../kern/kern_mutex.c:227
#9  0xc0473bb0 in camisr (dummy=0x0) at ../../../cam/cam_xpt.c:4715
#10 0xc06de98c in intr_event_execute_handlers (p=0xc556f7f8, ie=0xc56a8800)
    at ../../../kern/kern_intr.c:1220
#11 0xc06df77e in ithread_loop (arg=0xc556e2b0)
    at ../../../kern/kern_intr.c:1233
#12 0xc06dccde in fork_exit (callout=0xc06df6c0 <ithread_loop>, 
    arg=0xc556e2b0, frame=0xc5225d28) at ../../../kern/kern_fork.c:845
#13 0xc098c8f4 in fork_trampoline () at ../../../i386/i386/exception.s:273
(kgdb) 

My laptop is running the fresh RELENG_8 world

Fix: 

Not yet known to me
How-To-Repeat: My EVDO modem is strange a bit - USB subsystem attaching and detaching it repeatedly. After few cycles of attach/detach I got the CAM related panic
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2011-06-17 14:34:44 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-scsi

Over to maintaner(s). 

To submitter: Could you please provide a full dmesg of the system?
Comment 2 oleg.nauman 2011-07-29 11:04:16 UTC
The full dmesg collected in core.txt file which was related to this panic:


Copyright (c) 1992-2010 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 8.2-PRERELEASE #147: Mon Dec 27 18:43:38 EET 2010
    root@rainhaven.theweb.org.ua:/usr/src/sys/i386/compile/oleg i386
module ndis already present!
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) Dual  CPU  T2390  @ 1.86GHz (1862.02-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6fd  Family = 6  Model = f  Stepping = 13
  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=0xe39d<SSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM>
  AMD Features=0x20100000<NX,LM>
  AMD Features2=0x1<LAHF>
  TSC: P-state invariant
real memory  = 2147483648 (2048 MB)
avail memory = 2082406400 (1985 MB)
ACPI APIC Table: <HP     30D8    >
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 1
ioapic0 <Version 2.0> irqs 0-23 on motherboard
Cuse4BSD v0.1.13 @ /dev/cuse
ichwd module loaded
kbd1 at kbdmux0
acpi0: <HPQOEM SLIC-MPC> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 7f700000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
acpi_ec0: <Embedded Controller: GPE 0x16> port 0x62,0x66 on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0x4000-0x4007 mem 0xe4400000-0xe44fffff,0xd0000000-0xdfffffff 
irq 16 at device 2.0 on pci0
agp0: <Intel GME965 SVGA controller> on vgapci0
agp0: detected 7676k stolen memory
agp0: aperture size is 256M
drm0: <Intel i965GME/GLE> on vgapci0
info: [drm] MSI enabled 1 message(s)
vgapci0: child drm0 requested pci_enable_busmaster
info: [drm] AGP at 0xd0000000 256MB
info: [drm] Initialized i915 1.6.0 20080730
vgapci1: <VGA-compatible display> mem 0xe4500000-0xe45fffff at device 2.1 on pci0
em0: <Intel(R) PRO/1000 Network Connection 7.1.8> port 0x4020-0x403f mem 
0xe4600000-0xe461ffff,0xe4620000-0xe4620fff irq 22 at device 25.0 on pci0
em0: Using an MSI interrupt
em0: [FILTER]
em0: Ethernet address: 00:1f:29:91:b1:92
uhci0: <Intel 82801H (ICH8) USB controller USB-D> port 0x4040-0x405f irq 16 at device 26.0 on pci0
uhci0: [ITHREAD]
uhci0: LegSup = 0x2f00
usbus0: <Intel 82801H (ICH8) USB controller USB-D> on uhci0
ehci0: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> mem 0xe4621000-0xe46213ff irq 18 at device 26.7 
on pci0
ehci0: [ITHREAD]
usbus1: EHCI version 1.0
usbus1: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> on ehci0
hdac0: <Intel 82801H High Definition Audio Controller> mem 0xe4624000-0xe4627fff irq 16 at device 27.0 
on pci0
hdac0: HDA Driver Revision: 20100226_0142
hdac0: [ITHREAD]
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0
pci8: <ACPI PCI bus> on pcib1
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.1 on pci0
pci16: <ACPI PCI bus> on pcib2
siba_bwn0: <Broadcom BCM4312 802.11a/b/g Wireless> mem 0xe4000000-0xe4003fff irq 17 at device 0.0 on 
pci16
siba_bwn0: unsupported coreid (USB 1.1 Host)
bwn0 on siba_bwn0
bwn0: WLAN (chipid 0x4311 rev 13) PHY (analog 4 type 2 rev 9) RADIO (manuf 0x17f ver 0x2050 rev 2)
bwn0: DMA (64 bits)
bwn0: Using 1 MSI messages
bwn0: [FILTER]
pcib3: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0
pci40: <ACPI PCI bus> on pcib3
uhci1: <Intel 82801H (ICH8) USB controller USB-A> port 0x4060-0x407f irq 20 at device 29.0 on pci0
uhci1: [ITHREAD]
uhci1: LegSup = 0x2f00
usbus2: <Intel 82801H (ICH8) USB controller USB-A> on uhci1
uhci2: <Intel 82801H (ICH8) USB controller USB-B> port 0x4080-0x409f irq 21 at device 29.1 on pci0
uhci2: [ITHREAD]
uhci2: LegSup = 0x2f00
usbus3: <Intel 82801H (ICH8) USB controller USB-B> on uhci2
uhci3: <Intel 82801H (ICH8) USB controller USB-C> port 0x40a0-0x40bf irq 18 at device 29.2 on pci0
uhci3: [ITHREAD]
uhci3: LegSup = 0x2f00
usbus4: <Intel 82801H (ICH8) USB controller USB-C> on uhci3
ehci1: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> mem 0xe4628000-0xe46283ff irq 20 at device 29.7 
on pci0
ehci1: [ITHREAD]
usbus5: EHCI version 1.0
usbus5: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> on ehci1
pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci2: <ACPI PCI bus> on pcib4
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH8M UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x40c0-0x40cf irq 
16 at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata0: [ITHREAD]
ahci0: <Intel ICH8M AHCI SATA controller> port 
0x13f0-0x13f7,0x15f4-0x15f7,0x1370-0x1377,0x1574-0x1577,0x4100-0x411f mem 0xe4629000-0xe46297ff irq 17 
at device 31.2 on pci0
ahci0: [ITHREAD]
ahci0: AHCI v1.10 with 3 3Gbps ports, Port Multiplier not supported
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: [ITHREAD]
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_wmi0: <ACPI-WMI mapping> on acpi0
acpi_hp0: <HP ACPI-WMI Mapping> on acpi_wmi0
acpi_hp0: HP event GUID detected, installing event handler
acpi_hp0: HP CMI GUID detected
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz1: <Thermal Zone> on acpi0
acpi_tz2: <Thermal Zone> on acpi0
acpi_tz3: <Thermal Zone> on acpi0
acpi_tz3: _CRT value is absurd, ignored (256.0C)
acpi_tz4: <Thermal Zone> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x71,0x72-0x73 irq 8 on acpi0
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
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]
ichwd0: <Intel ICH8M watchdog timer> on isa0
ichwd0: Intel ICH8M watchdog timer (ICH8 or equivalent)
pmtimer0 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
ppc0: parallel port not found.
est0: <Enhanced SpeedStep Frequency Control> on cpu0
est1: <Enhanced SpeedStep Frequency Control> on cpu1
Timecounters tick every 10.000 msec
ipfw2 initialized, divert enabled, nat loadable, rule-based forwarding enabled, default to deny, 
logging disabled
load_dn_sched dn_sched PRIO loaded
load_dn_sched dn_sched QFQ loaded
load_dn_sched dn_sched RR loaded
load_dn_sched dn_sched WF2Q+ loaded
load_dn_sched dn_sched FIFO loaded
hdac0: HDA Codec #0: Analog Devices AD1981HD
hdac0: HDA Codec #1: Lucent/Agere Systems (Unknown)
pcm0: <HDA Analog Devices AD1981HD PCM #0 Analog> at cad 0 nid 1 on hdac0
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 480Mbps High Speed USB v2.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus5
ada0 at ahcich0 bus 0 scbus1 target 0 lun 0
ada0: <FUJITSU MHZ2250BH G2 8909> ATA-8 SATA 2.x device
ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 238475MB (488397168 512 byte sectors: 16H 63S/T 16383C)
cd0 at ata0 bus 0 scbus0 target 0 lun 0
cd0: <HL-DT-ST DVDRAM GSA-T20L NC08> Removable CD-ROM SCSI-0 device 
cd0: 16.700MB/s transfers (WDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
SMP: AP CPU #1 Launched!
GEOM: ada0: partition 4 does not start on a track boundary.
GEOM: ada0: partition 4 does not end on a track boundary.
GEOM: ada0: partition 3 does not start on a track boundary.
GEOM: ada0: partition 3 does not end on a track boundary.
GEOM: ada0s2: geometry does not match label (255h,63s != 16h,63s).
Root mount waiting for: usbus5 usbus4 usbus3 usbus2 usbus1 usbus0
uhub4: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub0: 2 ports with 2 removable, self powered
Root mount waiting for: usbus5 usbus1
uhub1: 4 ports with 4 removable, self powered
Root mount waiting for: usbus5 usbus1
uhub5: 6 ports with 6 removable, self powered
Trying to mount root from ufs:/dev/ada0s2a
ugen0.2: <Broadcom Corp> at usbus0
ubt0: <Broadcom Corp HP Integrated Module, class 224/1, rev 2.00/1.00, addr 2> on usbus0
Setting hostuuid: 41dd1cc8-fc15-e011-4788-6d9910236929.
Setting hostid: 0xf874427e.
Entropy harvesting:
 interrupts
 ethernet
 point_to_point
ugen2.2: <Genius> at usbus2
ums0: <Genius Optical Mouse, class 0/0, rev 1.10/1.00, addr 2> on usbus2
ums0: 3 buttons and [XYZ] coordinates ID=0
 kickstart
.
Starting file system checks:
/dev/ada0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS
/dev/ada0s2a: clean, 9034757 free (348573 frags, 1085773 blocks, 0.5% fragmentation)
Mounting local file systems:
.
Setting hostname: rainhaven.theweb.org.ua
.
wlan0: Ethernet address: 00:21:00:19:c8:56
Starting wpa_supplicant.
wlan0: no link ...
bwn0: firmware version (rev 410 patch 2160 date 0x751a time 0x7c0a)
.
bwn0: status of RF switch is changed to OFF
bwn0: please turns on the RF switch
.
.
.
.
.
.
.
.
.
.
 giving up
Starting Network: lo0 em0 bwn0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3<RXCSUM,TXCSUM>
        inet 127.0.0.1 netmask 0xff000000 
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
        ether 00:1f:29:91:b1:92
        media: Ethernet autoselect
        status: no carrier
bwn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
        ether 00:21:00:19:c8:56
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
        status: associated
Additional routing options:
 IP gateway=YES
.
Starting devd.
Starting webcamd.
Cannot find USB device
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd
Starting ums0 moused
.
Flushed all rules.
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
65000 allow ip from any to any
Firewall rules loaded.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/kde4/lib /usr/local/lib 
/usr/local/lib/compat /usr/local/lib/mysql /usr/local/lib/nss /usr/local/lib/pth /usr/local/lib/qt4 
/usr/local/lib/speech-dispatcher /usr/local/lib/virtualbox
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
tap0: Ethernet address: 00:bd:7e:08:00:00
tap1: Ethernet address: 00:bd:7f:08:00:01
tap2: Ethernet address: 00:bd:7f:08:00:02
tap3: Ethernet address: 00:bd:7f:08:00:03
Creating and/or trimming log files
.
Starting syslogd.
No core dumps found.
Additional ABI support:
 linux
.
Starting named.
Setting date via ntp.
28 Dec 08:28:48 
ntpdate[1283]: no servers can be used, exiting
Starting rpcbind.
Dec 28 08:28:48 rainhaven rpcbind: cannot get information for udp6
Dec 28 08:28:48 rainhaven rpcbind: cannot get information for tcp6
Clearing /tmp.
Starting mountd.
Starting nfsd.
Starting statd.
Starting lockd.
Starting mpd5.
Starting webcamd.
Cannot find USB device
/etc/rc: WARNING: failed to start webcamd
Starting smartd.
Starting hcsecd.
Updating motd:
.
Starting powerd.
Starting sdpd.
Starting RFCOMM PPP profile:
 nokia
.
Starting mysql.
Starting mlnet.
Having trouble using fetch through a firewall? Try setting the environment
variable FTP_PASSIVE_MODE to yes, and see fetch(3) for more details.
Starting default moused
moused: 
unable to open /dev/psm0: No such file or directory

.
Starting dbus.
Starting hald.
Starting dspam.
Starting cupsd.
Starting apache.
Configuring syscons:
 keymap
 cursor
 scrnmap
 font8x16
 blanktime
.
Starting sshd.
Starting sendmail.
Starting cron.
Starting inetd.
Starting background file system checks in 60 seconds.
Tue Dec 28 08:29:01 EET 2010
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)(probe0:
umass-sim0:0:0:0): AutoSense failed
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
umass0: at uhub5, port 3, addr 2 (disconnected)
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
umass0: at uhub5, port 3, addr 2 (disconnected)
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
umass0: at uhub5, port 3, addr 2 (disconnected)
ugen5.2: <PANTECH> at usbus5
umodem0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umodem0: data interface 1, has CM over data, has break
umass0: <PANTECH PANTECH USB MODEM, class 2/0, rev 2.00/1.00, addr 2> on usbus5
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0: Get Max Lun not supported (USB_ERR_STALLED)
umass0:2:0:-1: Attached to scbus2
ugen5.2: <PANTECH> at usbus5 (disconnected)
umodem0: at uhub5, port 3, addr 2 (disconnected)
umass0: at uhub5, port 3, addr 2 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
kernel trap 12 with interrupts disabled


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0x14
fault code              = supervisor read, page not present
instruction pointer     = 0x20:0xc0736482
stack pointer           = 0x28:0xc5225bd4
frame pointer           = 0x28:0xc5225bec
code segment            = base rx0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = resume, IOPL = 0
current process         = 12 (swi2: cambio)
trap number             = 12
panic: page fault
cpuid = 0
KDB: stack backtrace:
#0 0xc072ac57 at kdb_backtrace+0x47
#1 0xc06ffe97 at panic+0x117
#2 0xc09a31f3 at trap_fatal+0x323
#3 0xc09a3602 at trap+0x152
#4 0xc098c87c at calltrap+0x6
#5 0xc06f25e9 at _mtx_unlock_sleep+0x49
#6 0xc06f2669 at _mtx_unlock_flags+0x49
#7 0xc0473bb0 at camisr+0x110
#8 0xc06de98c at intr_event_execute_handlers+0x14c
#9 0xc06df77e at ithread_loop+0xbe
#10 0xc06dccde at fork_exit+0xee
#11 0xc098c8f4 at fork_trampoline+0x8
Uptime: 6m55s
Physical memory: 2027 MB
Dumping 121 MB: 106 90 74 58 42 26 10
Comment 3 eric 2012-04-02 21:56:03 UTC
Is it possible that r232358 fixed this PR?

Eric
Comment 4 Sean Bruno freebsd_committer freebsd_triage 2013-05-07 15:50:09 UTC
State Changed
From-To: open->feedback

This is more likely a USB issue.  The probing of the device is seeing an unacessible 
USB disk device on the modem.  However, I would ask that the submitter retest on stable/9 
and see what happens. 


Comment 5 Sean Bruno freebsd_committer freebsd_triage 2013-05-07 15:50:09 UTC
Responsible Changed
From-To: freebsd-scsi->freebsd-usb

This is more likely a USB issue.  The probing of the device is seeing an unacessible 
USB disk device on the modem.  However, I would ask that the submitter retest on stable/9 
and see what happens.
Comment 6 Sean Bruno freebsd_committer freebsd_triage 2015-05-07 15:30:43 UTC
No feedback from submitter in over a year.  Please open a new ticket if this is still happening and we'll start from there.