Problems with HUAWEI E220 rev 1.10

omniuwo omniuwo at localhosted.net
Tue Aug 12 19:48:05 PDT 2008


I've come around the earlier problem, with fatal trap, by building a new kernel, without umass support (and other unrelated changes, kernelconf PLATT2 attached), and putting

 ugensa_load="YES"

in /boot/loader.conf.
After this the modem shows up as ucom0, but I was not able to connect to it. A friend spent one of his first days on vacation to figure the problem out and found out that you could "reboot" the modem by disretely disconnect the cable from it but leave the ground connected and then, when the message

 ucom0: detatched

shows up, reconnect it again. This time it shows up as three devices:

 ucom0: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> onuhub0
 ucom1: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> onuhub0
 ucom2: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on

and now you can connect to it with, for example, ppp.

I then stumbled over another problem. I wanted to disconnect the modem connection to change to LAN, so I said 'down' to ppp and was at the same time updating /usr/pkgsrc vith cvsup and got a panic (seen at the first boot in attached file dmesg.out2):

 putc to a clist with no reserved cblocks
 putc to a clist with no reserved cblocks
 putc to a clist with no reserved cblocks
 putc to a clist with no reserved cblocks
 panic: uhci_abort_xfer: not in process context
 Trace beginning at fram 0xca605b94
 panic(ca605bb8,c04f0e40,c13adf28,c13adf28,ca605bd0) at panic+0x8c
 panic(c049f3dc,6,c1305ec0,ca691ec0,c04f0e40) at panic+0x9c
 uhci_abort_xfer(ca605bec,c03b5784,c13adf28,c1349f00,1) at uhci_abort_xfer+0xbb
 uhci_device_bulk_abort(c13adf28,c1349f00,1,ca605bf8,c05fd2fd) at uhci_device_bulk_abort+0x10
 usbd_abort_pipe(c1305ec0,ca605c0c,c05fd8af,0,c146ced0) at usb_abort_pipe+0x36
 ucomstopread(0,c146ced0,1,ca605c28,c027679a) at ucomstopread+0x1f
 ucomstop(c14ced0,1) at ucomstop+0x37
 ttyflush(c14ced0,1) at ttyflush+0x4e
 ttyinput(1a,c14ced0,c14ced0,c02777d3,c125f1ae) at ttyinput+0x2c9
 ucomreadcb(c13adf28,c1349f00, at ucomreadcb+0x209
 usb_transfer_complete(c13adf28,c1305ec0,0,c0260e58,c13adf98) at usb_transfer_complete+0x149
 uhci_idone(c948eaf0,c13adfb0,c13adf7c) at uhci_idone+0x120
 uhci_softintr(ca691ec0,0) at uhci_softintr+0xcd
 usb_schedsoftintr(ca691ec0,c1201b00,c04f0e3c,ff800000,ca605d2c) at usb_schedsoftintr+0xd
 uhci_intr1(ca605d84,c02361a7,ca691ec0,0,1f84) at uhci_intr1+0x199
 uhci_intr(ca691ec0, 0) at uhci_intr+0x26
 ithread_handler(b,0,0,0,0) at ithread_handler+0xa2
 lwkt_exit() at lwkt_exit
 Debugger("panic")
 Stopped at	Debugger+0x34:  movb    $0,in_Debugger.3954
 db>

Dillon made a change to uhci.c, but I can still reproduce the panic.


For the curious, this is my ppp.config for 3G:

 three:
        set device /dev/ucom0
        set speed 115200
        set phone "*99***1#"
        set authname username
        set authkey password
        disable ipv6cp
        enable dns
        #set log all -debug -timer -Physical -Async -HDLC
        set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
        \"\" ATZ ATZ \"\" OK \
        ATQ0V1E1S0=0&C1&D2+FCLASS=0 ATQ0V1E1S0=0&C1&D2+FCLASS=0 ''\\c OK \
        AT+CGDCONT=1,\\\"IP\\\",\\\"data.tre.se\\\" AT+CGDCONT=1,\\\"IP\\\",\\\" data.tre.se\\\" ''\\c OK \
        \\dATDT\\T TIMEOUT 20 CONNECT"
        set ifaddr 0.0.0.0/0 10.64.64.64/8 255.255.255.255 0.0.0.0
        add! default HISADDR


/omniuwo
# Check the LINT configuration file in sys/config, for an
# exhaustive list of options.

platform	pc32
machine		i386
machine_arch	i386
#cpu		I486_CPU
#cpu		I586_CPU
cpu		I686_CPU
ident		PLATT2
maxusers	0

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	HAMMER			#Hammer Filesystem
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MFS			#Memory Filesystem
#options 	MD_ROOT			#MD is a potential root device
options 	NFS			#Network Filesystem
#options 	NFS_ROOT		#NFS usable as root device, NFS required
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options		COMPAT_DF12		#Compatible with DragonFly 1.2 and earlier
#options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
options		DEVICE_POLLING		# Support mixed interrupt-polling
					# handling of network device drivers
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options 	ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
options		AHD_REG_PRETTY_PRINT	# Print register bitfields in debug 
					# output.  Adds ~215k to driver.

# To make an SMP kernel both SMP and APIC_IO are usually
# specified.  SMP boxes with severely broken BIOSes which
# boot fine for non-SMP builds *might* work in SMP mode
# if you define SMP and leave APIC_IO turned off.
#
#options 	SMP			# Symmetric MultiProcessor Kernel
#options 	APIC_IO			# Symmetric (APIC) I/O

# Debugging for Development
options 	DDB
options 	DDB_TRACE
options 	INVARIANTS

# ACPI options
#options 	ACPI_QUIRK_VMWARE	# VMware's ACPI-fast24 timer is broken

device		isa
#device		eisa
device		pci

# Floppy drives
#device		fdc0	at isa? port IO_FD1 irq 6 drq 2
#device		fd0	at fdc0 drive 0
#device		fd1	at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device		fdc0

# NEW-ATA (NATA) and ATAPI devices
#
device		nata
device		natadisk		# ATA disk drives
device		natapicd		# ATAPI CDROM drives
#device		natapifd		# ATAPI floppy drives
#device		natapist		# ATAPI tape drives
device		natapicam		# Emulate ATAPI devices as SCSI 
device		nataraid		# support for ATA software RAID
					# controllers
device		natausb			# ATA-over-USB support
options 	ATA_STATIC_ID		# Static device numbering
options		PCI_MAP_FIXUP		# Needed for NATA

# LEGACY ATA and ATAPI devices
#device		ata0	at isa? port IO_WD1 irq 14
#device		ata1	at isa? port IO_WD2 irq 15
#device		ata
#device		atadisk			# ATA disk drives
#device		atapicd			# ATAPI CDROM drives
#device		atapifd			# ATAPI floppy drives
#device		atapist			# ATAPI tape drives
#device		atapicam		# Emulate ATAPI devices as SCSI via CAM
#options 	ATA_STATIC_ID		#Static device numbering

# SCSI Controllers
#device		ahb		# EISA AHA1742 family
#device		ahc		# AHA2940 and onboard AIC7xxx devices
#device		ahd		# AHA39320/29320 and onboard AIC79xx devices
#device		amd		# AMD 53C974 (Tekram DC-390(T))
#device		isp		# Qlogic family
#device		mpt		# LSI-Logic MPT/Fusion
#device		ncr		# NCR/Symbios Logic
#device		sym		# NCR/Symbios Logic (newer chipsets)
#options 	SYM_SETUP_LP_PROBE_MAP=0x40
				# Allow ncr to attach legacy NCR devices when 
				# both sym and ncr are configured

#device		adv0	at isa?
#device		adw
#device		bt0	at isa?
#device		aha0	at isa?
#device		aic0	at isa?

#device		ncv		# NCR 53C500
#device		nsp		# Workbit Ninja SCSI-3
#device		stg		# TMC 18C30/18C50

# SCSI peripherals
device		scbus		# SCSI bus (required)
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		psm0	at atkbdc? irq 12

device		vga0	at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? flags 0x100
options 	SC_PIXEL_MODE		# add support for the raster text mode

device		agp		# support several AGP chipsets

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# Power management support (see LINT for more options)
device		apm0	at nexus? disable flags 0x20 # Advanced Power Management

# HW monitoring devices
device		lm0	at isa? port 0x290
device		it0	at isa?	port 0x290
device		it1	at isa?	port 0xc00
device		it2	at isa?	port 0xd00

# PCCARD (PCMCIA) support
device		pccard
device		cardbus
device		cbb

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		sio2	at isa? disable port IO_COM3 irq 5
device		sio3	at isa? disable port IO_COM4 irq 9

# Parallel port
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da


# PCI Ethernet NICs.
#device		de		# DEC/Intel DC21x4x (``Tulip'')
#device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'')
#device		txp		# 3Com 3cR990 (``Typhoon'')
#device		vx		# 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)

# Wireless NIC cards
device		wlan		# 802.11 support
device		wlan_ccmp	# 802.11 CCMP support
device		wlan_tkip	# 802.11 TKIP support
device		wlan_wep	# 802.11 WEP support
# 802.11 TX rate control algorithms
#device		wlan_ratectl_amrr	# AMRR
device		wlan_ratectl_onoe	# Onoe
device		wlan_ratectl_sample	# Sample

# Aironet 4500/4800 802.11 wireless NICs.  Note: the declaration below will
# work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP
# mode (the factory default). If you set the switches on your ISA
# card for a manually chosen I/O address and IRQ, you must specify
# those parameters here.
device		an
device		ral		# Ralink Technology 802.11 wireless NIC
				# Requires wlan_ratectl_onoe and
				# wlan_ratectl_sample
device		rtw		# RealTek 802.11 wireless NIC
				# Requires wlan_ratectl_onoe and wlan_wep
# WaveLAN/IEEE 802.11 wireless NICs.  Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attachment needed
# and resources will always be dynamically assigned by the pccard code.
device		wi

# The probe order of these is presently determined by i386/isa/isa_compat.c.
#device		ie0	at isa? disable port 0x300 irq 10 iomem 0xd0000
#device		le0	at isa? disable port 0x300 irq 5 iomem 0xd0000
#device		lnc0	at isa? disable port 0x280 irq 10 drq 0
#device		cs0	at isa? disable port 0x300
#device		sn0	at isa? disable port 0x300 irq 10

# Pseudo devices - the number indicates how many units to allocate.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	sl	1	# Kernel SLIP
pseudo-device	ppp	1	# Kernel PPP
pseudo-device	tun		# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	md		# Memory "disks"
pseudo-device	gif		# IPv6 and IPv4 tunneling
pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device	bpf		#Berkeley packet filter

pseudo-device	crypto		# core crypto support, used by wlan

# USB support
device		ehci
#device		uhci		# UHCI PCI->USB interface
#device		ohci		# OHCI PCI->USB interface
device		usb		# USB Bus (required)
device		ucom
device		uplcom
device		ubsa
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
#device		ulpt		# Printer
#device		umass		# Disks/Mass storage - Requires scbus and da
device		ums		# Mouse
#device		uscanner	# Scanners
#device		urio		# Diamond Rio MP3 Player
# USB Ethernet, requires mii
device		aue		# ADMtek USB ethernet
device		axe		# ASIX Electronics USB Ethernet
device		cue		# CATC USB ethernet
device		kue		# Kawasaki LSI USB ethernet
device		rue		# RealTek 8150 based USB ethernet
# USB wireless NICs, requires wlan, wlan_ratectl_onoe
device		rum		# Ralink Technology RT2501USB/RT2601USB
device		ural		# Ralink Technology RT2500USB

905  OWNER=root MODE=100644
Waiting (max 60 seconds) for system thread vnlru to stop...stopped
Waiting (max 60 seconds) for system thread bufdaemon to stop...stopped
Waiting (max 60 seconds) for system thread bufdaemon_hw to stop...stopped
Waiting (max 60 seconds) for system thread syncer to stop...stopped

syncing disks... 3 
done
Uptime: 1h6m39s
Shutting down ACPI
Rebooting...
Copyright (c) 2003-2008 The DragonFly Project.
Copyright (c) 1992-2003 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.
DragonFly 2.1.0-DEVELOPMENT #0: Tue Jan  8 01:05:30 CET 1980
    root@:/usr/obj/usr/src/sys/PLATT2
TSC clock: 597800740 Hz, i8254 clock: 1193215 Hz
CPU: Intel Pentium III (597.79-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
  Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 335478784 (327616K bytes)
avail memory = 314269696 (306904K bytes)
Preloaded elf kernel "/kernel.uhci" at 0xc0659000.
Preloaded elf module "/modules/ugensa.ko" at 0xc06591c8.
Preloaded elf module "/modules/ucom.ko" at 0xc0659270.
Preloaded elf module "/modules/acpi.ko" at 0xc0659318.
Pentium Pro MTRR support enabled
md0: Malloc disk
pcibios: BIOS version 2.10
ACPI: RSDP @ 0x0xf9970/0x0014 (v  0 COMPAQ)
ACPI: RSDT @ 0x0x13ff4800/0x0028 (v  1 COMPAQ RSDTBL   0x00000001 CPQ  0x00000001)
ACPI: FACP @ 0x0x13ff4828/0x0074 (v  1 COMPAQ CPQB131  0x20000808 CPQ  0x00000001)
ACPI: DSDT @ 0x0x13ff48a0/0x7CE6 (v  1 COMPAQ ARMADAM3 0x00010000 MSFT 0x0100000C)
ACPI: FACS @ 0x0x13fffe80/0x0040
npx0: <math processor> on motherboard
npx0: INT 16 interface
Using MMX optimized bcopy/copyin/copyout
acpi0: <COMPAQ RSDTBL> on motherboard
acpi0: Power Button (fixed)
Warning: ACPI is disabling APM's device.  You can't run both
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x5008-0x500b on acpi0
cpu0: <ACPI CPU (2 Cx states)> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_cmbat0: <Control Method Battery> on acpi0
acpi_cmbat1: <Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
isab0: <ACPI Generic ISA bridge> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x100-0x107,0x3e8-0x3ef irq 3 drq 5 on acpi0
sio1: type 16550A
ppc0 port 0x778-0x77a,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
legacypci0 on motherboard
pcib0: <Intel 82443BX host to PCI bridge (AGP disabled)> on legacypci0
pci0: <PCI bus> on pcib0
cbb0: <TI1211 PCI-CardBus Bridge> mem 0x7fffe000-0x7fffefff irq 11 at device 4.0 on pci0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pci0: <ATI model 4c49 graphics accelerator> at 5.0 irq 11
isab1: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab1
atapci0: <Intel PIIX4 UDMA33 controller> port 0x3820-0x382f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ad0: 38154MB <FUJITSU MHT2040AH 006C> at ata0-master UDMA33
ata1: <ATA channel 1> on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0x3800-0x381f irq 11 at device 7.2 on pci0
usb0: <Intel 82371AB/EB (PIIX4) USB controller> 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
pci0: <Intel 82371AB Power management controller> at 7.3
pci0: <ESS Technology Maestro 2E Audio controller> at 8.0 irq 11
fxp0: <Intel 82559ER Pro/100 Ethernet> port 0x2000-0x203f mem 0x41100000-0x4111ffff,0x41180000-0x41180fff irq 11 at device 9.0 on pci0
miibus0: <MII bus> on fxp0
inphy0: <i82555 10/100 media interface> on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: MAC address: 00:d0:59:14:80:2e
pci0: <unknown card> (vendor=0x11c1, dev=0x0445) at 9.1 irq 11
orm0: <Option ROMs> at iomem 0xc0000-0xcffff,0xd0000-0xd17ff on isa0
pmtimer0 on isa0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio3: can't drain, serial port might not exist, disabling
ppc1: cannot reserve I/O port range
Mounting root from ufs:/dev/ad0s1a
ucom0: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on uhub0
ucom0: at uhub0 port 1 (addr 2) disconnected
ucom0: detached
ucom0: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on uhub0
ucom1: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on uhub0
ucom2: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on uhub0
ucom0: ucomreadcb: CANCELLED
ucom0: ucomreadcb: CANCELLED
ucom0: ucomreadcb: CANCELLED
ucom0: ucomreadcb: CANCELLED
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
putc to a clist with no reserved cblocks
panic: uhci_abort_xfer: not in process context
panic: from debugger
Uptime: 14m35s

dumping to dev #ad/0x20001, blockno 393344
dump 319 318 317 316 315 314 313 312 311 310 309 308 307 306 305 304 303 302 301 300 299 298 297 296 295 294 293 292 291 290 289 288 287 286 285 284 283 282 281 280 279 278 277 276 275 274 273 272 271 270 269 268 267 266 265 264 263 262 261 260 259 258 257 256 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 succeeded
Shutting down ACPI
Automatic reboot in 15 seconds - press a key on the console to abort
Rebooting...
Copyright (c) 2003-2008 The DragonFly Project.
Copyright (c) 1992-2003 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.
DragonFly 2.1.0-DEVELOPMENT #0: Tue Jan  8 01:05:30 CET 1980
    root@:/usr/obj/usr/src/sys/PLATT2
TSC clock: 597798976 Hz, i8254 clock: 1193212 Hz
CPU: Intel Pentium III (597.79-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
  Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 335478784 (327616K bytes)
avail memory = 314269696 (306904K bytes)
Preloaded elf kernel "/kernel.uhci" at 0xc0659000.
Preloaded elf module "/modules/ugensa.ko" at 0xc06591c8.
Preloaded elf module "/modules/ucom.ko" at 0xc0659270.
Preloaded elf module "/modules/acpi.ko" at 0xc0659318.
Pentium Pro MTRR support enabled
md0: Malloc disk
pcibios: BIOS version 2.10
ACPI: RSDP @ 0x0xf9970/0x0014 (v  0 COMPAQ)
ACPI: RSDT @ 0x0x13ff4800/0x0028 (v  1 COMPAQ RSDTBL   0x00000001 CPQ  0x00000001)
ACPI: FACP @ 0x0x13ff4828/0x0074 (v  1 COMPAQ CPQB131  0x20000808 CPQ  0x00000001)
ACPI: DSDT @ 0x0x13ff48a0/0x7CE6 (v  1 COMPAQ ARMADAM3 0x00010000 MSFT 0x0100000C)
ACPI: FACS @ 0x0x13fffe80/0x0040
npx0: <math processor> on motherboard
npx0: INT 16 interface
Using MMX optimized bcopy/copyin/copyout
acpi0: <COMPAQ RSDTBL> on motherboard
acpi0: Power Button (fixed)
Warning: ACPI is disabling APM's device.  You can't run both
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x5008-0x500b on acpi0
cpu0: <ACPI CPU (2 Cx states)> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_cmbat0: <Control Method Battery> on acpi0
acpi_cmbat1: <Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
isab0: <ACPI Generic ISA bridge> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x100-0x107,0x3e8-0x3ef irq 3 drq 5 on acpi0
sio1: type 16550A
ppc0 port 0x778-0x77a,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
legacypci0 on motherboard
pcib0: <Intel 82443BX host to PCI bridge (AGP disabled)> on legacypci0
pci0: <PCI bus> on pcib0
cbb0: <TI1211 PCI-CardBus Bridge> mem 0x7fffe000-0x7fffefff irq 11 at device 4.0 on pci0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pci0: <ATI model 4c49 graphics accelerator> at 5.0 irq 11
isab1: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab1
atapci0: <Intel PIIX4 UDMA33 controller> port 0x3820-0x382f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ad0: 38154MB <FUJITSU MHT2040AH 006C> at ata0-master UDMA33
ata1: <ATA channel 1> on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0x3800-0x381f irq 11 at device 7.2 on pci0
usb0: <Intel 82371AB/EB (PIIX4) USB controller> 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
pci0: <Intel 82371AB Power management controller> at 7.3
pci0: <ESS Technology Maestro 2E Audio controller> at 8.0 irq 11
fxp0: <Intel 82559ER Pro/100 Ethernet> port 0x2000-0x203f mem 0x41100000-0x4111ffff,0x41180000-0x41180fff irq 11 at device 9.0 on pci0
miibus0: <MII bus> on fxp0
inphy0: <i82555 10/100 media interface> on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: MAC address: 00:d0:59:14:80:2e
pci0: <unknown card> (vendor=0x11c1, dev=0x0445) at 9.1 irq 11
orm0: <Option ROMs> at iomem 0xc0000-0xcffff,0xd0000-0xd17ff on isa0
pmtimer0 on isa0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio3: can't drain, serial port might not exist, disabling
ppc1: cannot reserve I/O port range
Mounting root from ufs:/dev/ad0s1a
WARNING:  was not properly dismounted
ucom0: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on uhub0
ucom1: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on uhub0
ucom2: <HUAWEI Technologies HUAWEI Mobile, class 0/0, rev 1.10/0.00, addr 2> on uhub0




More information about the Bugs mailing list