Subject: Re: CVS commit: src/sys
To: None <thorpej@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 02/19/2006 01:22:58
> 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.
/exports/nbsd/src/sys/arch/algor/algor/autoconf.c: In function `device_register':
/exports/nbsd/src/sys/arch/algor/algor/autoconf.c:105: error: structure has no member named `dev_parent'
dev_parent?
YAMAMOTO Takashi