Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Tsubai Masanari <tsubai@netbsd.org>
List: source-changes
Date: 02/04/1999 07:41:15
Module Name:	src
Committed By:	tsubai
Date:		Thu Feb  4 15:41:15 UTC 1999

Modified Files:
	src/sys/arch/macppc/stand/ofwboot: Locore.c netif_of.c ofdev.c ofdev.h
Log Message:
Allocate DMA-aware memory area using "dma-alloc" method and use them
for data buffer.
XXX currently only netif_put() uses this.

iMac can use ofwboot.elf now.