[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mx -> dc didn't got the way it should have



> heres the dmesg of it at dc, followed by the working kernel with mx enabled:
> 
> Broken TRICO kernel with no mx, dc is enabled:
> bootargv: diskinfo 0xe03e300c cksumlen 1 memmap 0xe03e3088 apminfo
> 0xe03e3148
> OpenBSD 2.6-current (TRICO) #1: Wed Jan 12 14:36:15 EST 2000
>     root@fish:/usr/src/sys/arch/i386/compile/TRICO
[...]
> dc0 at pci0 dev 14 function 0 "Lite-On PNIC-II" rev 0x25: irq 11 address
> 00:a0:cc:68:64:53
> OUI 0x040440 model 0x0001 rev 9 at dc0 phy 31 not configured
> dc1 at pci0 dev 15 function 0 "Lite-On PNIC-II" rev 0x25: irq 10 address
> 00:a0:cc:67:fe:c1
> OUI 0x040440 model 0x0001 rev 9 at dc1 phy 31 not configured
[...]

You missed the addition of dcphy to GENERIC.  Add the following to your
custom kernel config:

dcphy*  at mii? phy ?                           # Digital Clone PHYs

You may also want to add:

ukphy*  at mii? phy ?                           # "unknown" PHYs

--Jason Wright