Subject: CVS commit: syssrc/sys/arch/macppc/conf
To: None <source-changes@netbsd.org>
From: Michael Wolfson <mbw@netbsd.org>
List: source-changes
Date: 01/03/2002 06:34:22
Module Name:	syssrc
Committed By:	mbw
Date:		Thu Jan  3 04:34:21 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/conf: GENERIC INSTALL

Log Message:
tv@netbsd says that the desired behavior for macppc is for de to be default
for DEC-based chips, and to have tlp available for tulip clones.  The change
in GENERIC is such that TLP_MATCH options are commented out (allowing de to
attach to DEC-based chips), and change in is INSTALL such that de is present
and TLP_MATCH options are commented out.

The addition of de in INSTALL increases its compressed size by about 17 KB.

Primarily the goal is to have INSTALL and GENERIC use the same device.
This will fix PR port-macppc/10779.

It has been tested with the 1.5.3_ALPHA GENERIC and INSTALL kernels on my
PowerMacintosh 7300 with a 21140A (now de, previously tlp) and a
Lite-On 82C115 (tlp).

de0 at pci0 dev 15 function 0
de0: interrupting at irq 25
de0: Asante 21140A [10-100Mb/s] pass 2.2
de0: address 00:00:94:a4:03:35
de0: enabling 10baseT port

tlp0 at pci0 dev 14 function 0: Lite-On 82C115 Ethernet, pass 2.5
tlp0: interrupting at irq 24
tlp0: Ethernet address 00:00:94:b6:16:ef
tlp0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 syssrc/sys/arch/macppc/conf/GENERIC
cvs rdiff -r1.51 -r1.52 syssrc/sys/arch/macppc/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.