Re: Kernel probe order issues

2010-02-16 Thread Andriy Gapon
on 15/02/2010 00:24 Peter Jeremy said the following: > On 2010-Feb-05 00:40:24 +0200, Andriy Gapon wrote: >> I came up with some things with which you can try to experiment: >> >> 1. Boot with hw.pci.usb_early_takeover="0" in loader.conf. >> >> 2. Comment out the following line in sys/dev/usb/cont

Re: Kernel probe order issues

2010-02-14 Thread Peter Jeremy
On 2010-Feb-05 00:40:24 +0200, Andriy Gapon wrote: >I came up with some things with which you can try to experiment: > >1. Boot with hw.pci.usb_early_takeover="0" in loader.conf. > >2. Comment out the following line in sys/dev/usb/controller/uhci_pci.c: >pci_write_config(self, PCI_LEGSUP, PCI_LEGS

Re: Kernel probe order issues

2010-02-08 Thread Peter Jeremy
Hi Andriy, On 2010-Feb-05 00:40:24 +0200, Andriy Gapon wrote: >Unfortunately, I don't see any explanation for what you are experiencing. > >I came up with some things with which you can try to experiment: > >1. Boot with hw.pci.usb_early_takeover="0" in loader.conf. > >2. Comment out the followin

Re: Kernel probe order issues

2010-02-04 Thread Andriy Gapon
on 03/02/2010 01:05 Peter Jeremy said the following: > Sorry. The box is a Dell GX620 (P4 with ICH7 chipset). The keyboard > is a Dell SK-8115 connected directly to a motherboard port. I've also > tried a Dell SK-8135 (which is the "multimedia" variant and has a > builtin hub) which behaves the

Re: Kernel probe order issues

2010-02-02 Thread Peter Jeremy
On 2010-Feb-02 08:39:34 +0200, Andriy Gapon wrote: >on 02/02/2010 08:36 Peter Jeremy said the following: >> On 2010-Feb-01 11:37:33 +0200, Andriy Gapon wrote: This strikes me as undesirable. Is there some way to bump up the probe/attach priority of console input devices to ensure that

Re: Kernel probe order issues

2010-02-01 Thread Andriy Gapon
on 02/02/2010 08:36 Peter Jeremy said the following: > On 2010-Feb-01 11:37:33 +0200, Andriy Gapon wrote: >>> This strikes me as undesirable. Is there some way to bump up the >>> probe/attach priority of console input devices to ensure that they >>> exist before the kernel tries to read input? >>

Re: Kernel probe order issues

2010-02-01 Thread Peter Jeremy
On 2010-Feb-01 11:37:33 +0200, Andriy Gapon wrote: >> This strikes me as undesirable. Is there some way to bump up the >> probe/attach priority of console input devices to ensure that they >> exist before the kernel tries to read input? > >It seems to be a problem with either your keyboard or you

Re: Kernel probe order issues

2010-02-01 Thread Andriy Gapon
on 01/02/2010 10:51 Peter Jeremy said the following: > Whilst trying to boot a brand new FreeBSD 8-stable/amd64 kernel, > I ran into an unfortunate nasty with the kernel probe order. > > This particular box has no PS/2 ports so I have a USB keyboard and > have removed atkbd et al from my kernel co

Kernel probe order issues

2010-02-01 Thread Peter Jeremy
Whilst trying to boot a brand new FreeBSD 8-stable/amd64 kernel, I ran into an unfortunate nasty with the kernel probe order. This particular box has no PS/2 ports so I have a USB keyboard and have removed atkbd et al from my kernel config. Unfortunately, whilst trying to merge changes from 5 dif