NetBSD-Bugs archive

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

PR/57523 CVS commit: src/sys/arch/i386/stand/efiboot



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

From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57523 CVS commit: src/sys/arch/i386/stand/efiboot
Date: Mon, 24 Jul 2023 01:57:00 +0000

 Module Name:	src
 Committed By:	rin
 Date:		Mon Jul 24 01:56:59 UTC 2023
 
 Modified Files:
 	src/sys/arch/i386/stand/efiboot: Makefile.efiboot eficons.c
 Added Files:
 	src/sys/arch/i386/stand/efiboot: eficpufunc.c eficpufunc.h
 
 Log Message:
 efiboot/x86: Add serial console support via raw I/O port access
 
 Unfortunately, some (most?) UEFI implementations do not support
 com ports by ``Serial I/O Protocol''.
 
 ``PNP0501-0'' and friends are not recognized also.
 
 In this case, if user explicitly requires to switch to serial
 console by ``consdev'' command, try to use raw I/O port access.
 
 Ugly, but what FreeBSD does, at least.
 
 Proposed as PR port-amd64/57523
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/stand/efiboot/Makefile.efiboot
 cvs rdiff -u -r1.12 -r1.13 src/sys/arch/i386/stand/efiboot/eficons.c
 cvs rdiff -u -r0 -r1.1 src/sys/arch/i386/stand/efiboot/eficpufunc.c \
     src/sys/arch/i386/stand/efiboot/eficpufunc.h
 
 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