Subject: CVS commit: src/sys/arch/sgimips/dev
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 12/14/2003 05:59:50
Module Name: src
Committed By: sekiya
Date: Sun Dec 14 05:59:50 UTC 2003
Modified Files:
src/sys/arch/sgimips/dev: zs.c
Log Message:
The serial controller on IP20 lives in a different place. Modify
zs_get_chan_addr() to reflect this.
XXX hardcoded addresses are quite distasteful. This should be passed in
through consinit() -- to avoid conflicts with Ilpo's soon-to-be-committed
framebuffer driver, I'll hold off until his code hits the tree.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/sgimips/dev/zs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.