Re: [Etherboot-developers] serial.c
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2002-10-16 07:47:53
|
ke...@us... writes: > Eric, thanks for serial.c, I'm stealing it for 5.0.8. > > Thought: should the file be renamed pcserial.c for when Etherboot is > ported to another platform with a different UART? Leave it as serial.c for now. If we rename it we should name it uart16450_serial.c or something like that. A pc prefix just doesn't quite do it. If/when we start collecting more console drivers in 5.1.2+ we really need to set them up so probe() can find them. That way have we can cleanly multiplex between the hardware that is available. And keep the different drivers in different files. Eric |