Subject: usb problem on Toshiba 6100
To: None <current-users@netbsd.org>
From: mel kravitz <melk@switchpwr.com>
List: current-users
Date: 04/26/2002 11:38:30
I am getting frequent crashes on a new 6100 with debug giving:
uhci1: host controller process error
uhci1: host controller halted 
With the GENERIC kernel X crashes, with a custom kernel-
sources are 4/20-hard lockup-pci fixup enabled. This guy has an
nvidia 420 go chip i need to run, cvs xfree86-4.0.2+ built 
on 4/20 for an X server. The original GENERIC
dmesg gives:
NetBSD 1.5ZC (GENERIC) #0: Wed Apr 10 13:45:59 CEST 2002
   
tron@lyssa.zhadum.de:/src/NetBSD-current/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium 4 (686-class), 1694.58 MHz
cpu0: D-cache 8 KB 64b/line 4-way
cpu0: L2 cache 512 KB 64b/line 8-way
cpu0: features 3febf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
cpu0: features 3febf9ff<PGE,MCA,CMOV,FGPAT,PSE36,CFLUSH,DS,ACPI,MMX>
cpu0: features 3febf9ff<FXSR,SSE,SSE2,SS,HTT,TM>
total memory = 254 MB
avail memory = 230 MB
using 3287 buffers containing 13148 KB of memory
BIOS32 rev. 0 found at 0xfc140
mainbus0 (root)
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82845 Host (rev. 0x04)
agp at pchb0 not configured
ppb0 at pci0 dev 1 function 0: Intel 82845 AGP (rev. 0x04)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
vga1 at pci1 dev 0 function 0: Nvidia Corporation product 0x0175 (rev.
0xa3)
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation)
wsmux1: connecting to wsdisplay0
uhci0 at pci0 dev 29 function 0: Intel 82801CA/CAM USB Controller (rev.
0x02)
uhci0: interrupting at irq 11
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1 at pci0 dev 29 function 1: Intel 82801CA/CAM USB Controller (rev.
0x02)
uhci1: interrupting at irq 11
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2 at pci0 dev 29 function 2: Intel 82801CA/CAM USB Controller (rev.
0x02)
uhci2: interrupting at irq 11
usb2 at uhci2: USB revision 1.0
uhub2 at usb2
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
Building a custom kernel with #usb support is not an option,
can i add any flags to custom kernel to work around this Toshiba
problem?
-Mel