grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] fix serial console on LinuxBIOS


From: Jerone Young
Subject: Re: [PATCH] fix serial console on LinuxBIOS
Date: Wed, 7 Nov 2007 20:02:28 -0600

Does Linux bios only allow for two serial ports? Are theres ports
addresses hard coded into
Linux BIOS?

I also creating all the machine.h for one ifdef is a little much. But
it may be needed. The
ifdef in serial.c should be changed to

#ifdef GRUB_MACHINE_LINUXBIOS
<then do this>
#else
<do what everyone else does>

Also what I don't understand about the current code is that it only
allows for serial ports
that have address 0x0400 and above (I'm guessing that is the c
trickery that is going on
here) when using addr[unit]. And you declare addr is 0x0400.


On Nov 7, 2007 2:53 PM, Robert Millan <address@hidden> wrote:
>
> This patch fixes serial console on LinuxBIOS.
>
> I'd appreciate comments (specially on the <grub/machine/machine.h> addition).
>
> --
> Robert Millan
>
> <GPLv2> I know my rights; I want my phone call!
> <DRM> What use is a phone call, if you are unable to speak?
> (as seen on /.)
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]