Subject: CVS commit: src/sys/arch/sandpoint/stand/netboot
To: None <source-changes@NetBSD.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 11/05/2007 13:41:49
Module Name:	src
Committed By:	nisimura
Date:		Mon Nov  5 13:41:49 UTC 2007

Modified Files:
	src/sys/arch/sandpoint/stand/netboot: Makefile entry.S fxp.c main.c
	    sip.c

Log Message:
- use offset 0x4500 serial for EUMB console.
- make sure to have I-cache/D-cache enabled. Ok for DINK32 and ppcboot.
- have 32B aligned fxp txdesc.
- sip transmit now works.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/sandpoint/stand/netboot/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/sandpoint/stand/netboot/entry.S
cvs rdiff -r1.4 -r1.5 src/sys/arch/sandpoint/stand/netboot/fxp.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/sandpoint/stand/netboot/main.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/sandpoint/stand/netboot/sip.c

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