>> (UKC, config) I tried to disable ohci* and added a new device ohci0 >> instead, but that doesn't seem to work: >> part of dmesg (rest see below): >> ohci0 at pci1 dev 24 function 0 "Apple USB" rev 0x00: irq 27, version >> 1.0 >> usb at ohci0 not configured >> "Apple USB" rev 0x00 at pci1 dev 25 function 0 not configured >> >> What do I have to enter at the UKC? > > The simplest way would be to have ohci only attach to pci ``dev 24'': > > UKC> change ohci > 72 ohci* at pci* dev -1 function -1 flags 0x0 > change [n] y > dev [-1] ? 24 > function [-1] ? > flags [0] ? > 72 ohci* changed > 72 ohci* at pci* dev 0x18 function -1 flags 0x0 > 73 ohci* at cardbus* dev -1 function -1 flags 0x0 > change [n] > UKC> > > Miod >
good sulution, but somehow, the 'change' command in UKC doesn't work for me (OpenBSD4.0, cd40.iso, macppc arch) the bsd.rd kernel just prints this: UKC> change ohci 56 ohci* at pci* dev -1 function -1 flags 0x0 change (y/n) ? _ (after typing 'y' it just hangs. But the 'disable' command works ok) Also, the /bsd kernel after installing, just doesn't read my 'y' when in UKC, it just reprints the change y/n) ? line again and sometimes prints 'out of memory' I haven't read about any limitation of the change command in UKC on bsd.rd or other kernels... salut cmb