Have you tried adding....

device    miibus0

to the GENERIC kernel config?

# cd /usr/src/sys/i386/conf
# cp GENERIC MIITEST
# echo device miibus0 >> MIITEST
# config ./MIITEST
# cd ../../compile/MIITEST
# make depend && make 

if all goes well...

make install



----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <undisclosed-recipients:>
Sent: Tuesday, January 14, 2003 1:41 AM
Subject: SiS Ethernet with RTL8201L on FreeBSD 4.7


> Seniors,
> 
> I installed the FreeBSD/i386 4.7 into a PC that uses SiS chips
> set with a RTL8201L PHY.  The system failed to drive the ethernet
> adapter with messages
> 
> ====
> ..
> sis0: <SiS 900 10/100BaseTX> port 0xa000-0xa0ff mem
>       0xe6000000-0xe6000fff irq 3 at device 3.0 pci0
> sis0: Ethernet address: 00:e0:18:de:a9:ff
> sis0: MII without any PHY!
> device_probe_and_attach: sis0 attach returned 6
> ..
> ====
> 
> I read many articles from Use-net but there seemed no solution for
> this problem.
> 
> Any help will be appreciated.
> --
> Reed Lai
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to