Subject: Re: Ethernet Help
To: None <port-macppc@netbsd.org>
From: Makoto Fujiwara <makoto@ki.nu>
List: port-macppc
Date: 01/12/2002 10:57:45
Noah> writing to routing socket: Network is unreachable
Noah> add net default: gateway 199.86.17.69: Bad file descriptor"
Noah> "Lite-On Communications 82C115 (PNIC II) 10/100 Ethernet (ethernet network,
Noah> revision 0x25) at pci0 dev 14 function 0 not configured"
Noah> Whats odd is that during the install, I was able to connect to the internet,
...
Noah> tlp0 (the device it used during installation for ethernet) and didnt find
This is kind of infamous tlp0 issue.
Unfortunately enough, the configuration of INSTALL kernel and GENERIC kernel
is different. You may be happy if you get the same config in GENERIC as
INSTALL.
To get there, you may configure GENERIC with similar to following changes.
(You may not need to remove de line, but may need more TLP_MATCH lines, It is
beyond over my knowledge, sorry.)
--- sys/arch/macppc/conf/GENERIC Wed May 2 00:50:25 2001
+++ sys/arch/macppc/conf/GENERIC.tlp Fri Oct 26 09:14:39 2001
@@ -127,7 +127,6 @@
pchb* at pci? dev ? function ? # PCI-Host bridges
ppb* at pci? dev ? function ? # PCI-PCI bridges
-de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
fpa* at pci? dev ? function ? # DEC PCI FDDI (DEFPA) Controller
ep* at pci? dev ? function ? # 3Com 3c59x
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
@@ -135,6 +134,17 @@
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
rtk* at pci? dev ? function ? # Realtek 8129/8139
+tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet
+# --------------------
+# Subject: Re: nfs/rcp copy performance
+# From: kay@..........
+# Date: Fri, 28 Sep 2001 12:48:22 +0900 (JST)
+# --------------------
+options TLP_MATCH_21040
+options TLP_MATCH_21041
+options TLP_MATCH_21140
+options TLP_MATCH_21142
+#
sip* at pci? dev ? function ? # SiS 900/7016 Ethernet
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
ahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI
---
Makoto Fujiwara, Chiba Japan