いつも勉強になります。今回は動作報告です。

MB :P5GC-MX/1333 (ASUSTeK)
CPU:Dual-Core E5200 (Intel)
OS :7.1-RELEASE (amd64)

# dmesg
...
kernel: CPU: Pentium(R) Dual-Core  CPU  E5200  @ 2.50GHz (2499.98-MHz K8-class 
CPU)
kernel: Origin = "GenuineIntel"  Id = 0x10676  Stepping = 6
kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,
 
APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
kernel: Features2=0xe39d<SSE3,RSVD2,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM>
...
kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
kernel: cpu0 (BSP): APIC ID:  0
kernel: cpu1 (AP): APIC ID:  1
...

内蔵LANは Attansic/Atheros製ですが, GENERICの
device          age             # Attansic/Atheros L1 Gigabit Ethernet
device          ale             # Atheros AR8121/AR8113/AR8114 Ethernet

では動作せず。ネットで調べると、8.0用(?)みたいですが
device          ae

とすると、そのまま カーネルが作成されました。
(modules に加えてありましたので、/boot/loader.conf に
 if_ae_load="YES" でも可です。)

/etc/rc.conf に
ifconfig_ae0="DHCP"

/var/log/messages (画面とは少し異なります)から
...
kernel: ae0: <Attansic Technology Corp, L2 FastEthernet> 
 mem 0xdffc0000-0xdfffffff irq 17 at device 0.0 on pci2
kernel: ae0: Using MSI messages.
kernel: miibus0: <MII bus> on ae0
kernel: atphy0: <Atheros F2 10/100 PHY> PHY 0 on miibus0
kernel: atphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
kernel: ae0: Ethernet address: 00:23:54:cc:44:ed
kernel: ae0: [FILTER]
...

% ifconfig ae0
ae0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=18<VLAN_MTU,VLAN_HWTAGGING>
        ether 00:23:54:cc:44:ed
        inet 192.168.1.4 netmask 0xffffff00 broadcast 192.168.1.255
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active

WWWでも、portsの make(fetch)でもエラーもなく動作しています。

「対応ハードウェア」に無いみたいですが(?)動作した意外性に対して、開発
者に感謝;
-- 
                        / Name : Dobashi Mitsuyoshi  /
                       / Email : md...@luna.wak2.jp /

メールによる返信