Sorry for double posting - but there is no way to del. it myself
Ok... I dl. the Darwin ...
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by Samanoske:
<strong>...
3. Copy the correct version of if_rl.c and if_rlreg.h for the system to
the /sys/pci directory.
cd /sys/pci
cp /mnt/freebsd/2.2/if_rl.c ./if_rl.c
( or cp /mnt/freebsd/3.0/if_rl.c ./if_rl.c )
cp /mnt/freebsd/2.2/if_rlreg.h ./if_rlreg.h
( or cp /mnt/freebsd/3.0/if_rlreg.h ./if_rlreg.h )...
</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">but there is no /sys/pci within xnu-9-1. I guess itīs meant to be xnu-9-1/bsd, but i dunno
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by Samanoske:
<strong>...
4. Edit /sys/conf/files and add a line about if_rl.c file.
cd /sys/conf
vi files
Add the following line:
pci/if_rl.c optional rl device-driver
5. Edit your kernel config file (e.g. /sys/i386/conf/GENERIC) and add a line
about device rl0.
cd /sys/i386/conf
vi GENERIC
Add the following line:
device rl0
6. Config, compile a new kernel and reboot it.
cd /sys/i386/conf
config GENERIC
You will see the following:
Kernel build directory is ../../compile/GENERIC
Compile kernel and reboot it.
cd /sys/compile/GENERIC
make depend all install
shutdown -r now
</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">can some translate !? I am lost ...
Thanx