Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Nick Hibma
> uhci0: port 0xe000-0xe01f irq 15 at device >7.2 on pci0 > uhci0: LegSup = 0x0010 ^^ PIRQDEN (IRQ's Enable) bit is not set by default. We set it right afterwards, but you you might want to check this out by copying the device_printf. The value should be 0x2000. I

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Yuuki SAWADA
Hello, At Fri, 07 Apr 2000 21:29:26 +0900, Kazutaka YOKOTA <[EMAIL PROTECTED]> wrote: > I am currently having trouble with Gigabyte GA-6BXD, dual Pentium III > motherboard. If I boot a UP kernel (5.0-CURRENT), the PIIX4 USB > controller works fine. I use same mainboard GA-6BXD with dual

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Daniel O'Connor <[EMAIL PROTECTED]>,Daniel O'Connor
On 07-Apr-00 Nick Hibma wrote: > What does it say before this info? Shared interrupt? I have the same problem.. The USB controller in on IRQ 10. (Its the PIIX4 one) > USB does work on SMP (or at least in some cases). Not me :) Works under UP nicely. uhci0: port 0xe000-0xe01f irq 10 at devic

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-07 Thread Kazutaka YOKOTA
>What does it say before this info? In dmesg.boot (after `boot -v' at the loader prompt): uhci0: port 0xe000-0xe01f irq 15 at device 7.2 on pci0 uhci0: LegSup = 0x0010 uhci_run: setting run=0 uhci_run: done cmd=0x80 sts=0x20 uhci_run: setting run=1 uhci_run: done cmd=0x81 sts=0x0 usb0: on

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-07 Thread Nick Hibma
What does it say before this info? Shared interrupt? USB does work on SMP (or at least in some cases). > uhci_timeout: ii=0xc0a601c0 > uhci_timeout: ii=0xc0a601c0 > uhci_timeout: ii=0xc0a601c0 > usbd_new_device: addr=2, getting first desc failed > uhub_explore: usb_new_device failed, error=TIME

Re: [usb-bsd] USB To Do list

2000-04-07 Thread Nick Hibma
> >- USB Keyboards > >- Keyboard in DDB debugger does not work. > > In what configuration does it not work? I can use my USB keyboard in > DDB without problems on a dual PPro box (4.0-STABLE) with a UHCI > controller (VIA 83c572) card and a Pentium box (3.4-STABLE) with Intel > PIIX3 here..

SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-07 Thread Kazutaka YOKOTA
>To Do list for the USB project: [...] >- USB base stack and general items. I am currently having trouble with Gigabyte GA-6BXD, dual Pentium III motherboard. If I boot a UP kernel (5.0-CURRENT), the PIIX4 USB controller works fine. If I boot a SMP kernel (the only difference from the UP kerne

Re: [usb-bsd] USB To Do list

2000-04-07 Thread Kazutaka YOKOTA
>To Do list for the USB project: > >Let meknow if you would like to participate in any way, or you have >done one of the items below! [...] >- USB Keyboards >- Keyboard in DDB debugger does not work. In what configuration does it not work? I can use my USB keyboard in DDB without problems o