Mona/開発版/0.3.0/α7以降のロードマップで、決定した方針のひとつ。 FreeBSDのNICドライバのMonaへの移植を試みます。
コメントはありません。 コメント/mones2/21.NICドライバ移植?
$ cvs -d:pserver:anoncvs@anoncvs.jp.freebsd.org:/home/ncvs login Logging in to :pserver:anoncvs@anoncvs.jp.freebsd.org:2401/home/ncvs CVS password: anoncvs $ cvs -d:pserver:anoncvs@anoncvs.jp.freebsd.org:/home/ncvs co src/sys
# PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 adapter Gigabit Ethernet Card 〜 # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device bfe # Broadcom BCM440x 10/100 Ethernet 〜
$ find src/sys -name if_de.c src/sys/pci/if_de.c