NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56091 CVS commit: src/sys/arch



The following reply was made to PR port-macppc/56091; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56091 CVS commit: src/sys/arch
Date: Sun, 13 Feb 2022 12:24:25 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Feb 13 12:24:25 UTC 2022
 
 Modified Files:
 	src/sys/arch/macppc/dev: zs.c
 	src/sys/arch/powerpc/include: ofw_cons.h
 	src/sys/arch/powerpc/oea: ofw_consinit.c
 
 Log Message:
 PR port-macppc/56091: on G5 macs we currently can not easily make
 early serial console work, so keep the OF based "failsafe" console
 but note that we would like to switch over.
 Once zs attaches, use the new device mapping and do a belated init
 of the zs console globals, and then switch over to real zs based
 serial console.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.54 -r1.55 src/sys/arch/macppc/dev/zs.c
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/include/ofw_cons.h
 cvs rdiff -u -r1.24 -r1.25 src/sys/arch/powerpc/oea/ofw_consinit.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index