Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/16/2006 18:20:31
Module Name:	src
Committed By:	thorpej
Date:		Thu Feb 16 18:20:31 UTC 2006

Modified Files:
	src/sys/arch/algor/algor: autoconf.c machdep.c
	src/sys/arch/algor/include: pci_machdep.h
	src/sys/dev/pci: if_tlp_pci.c

Log Message:
Remove the ugly algor_get_ethaddr() hack.  We have a properties infrastructure
now, so use that to provide the Ethernet address of the built-in Ethernet.
XXX Still a little ugly in the tlp driver, but fixing that would require
XXX reworking the SROM usage in a broader sense.

While here, do the P4032 DMA window hack in device_register() as well.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/algor/algor/autoconf.c
cvs rdiff -r1.29 -r1.30 src/sys/arch/algor/algor/machdep.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/algor/include/pci_machdep.h
cvs rdiff -r1.84 -r1.85 src/sys/dev/pci/if_tlp_pci.c

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