cvs commit: src/sys/dev/uart uart_cpu_alpha.c uart_cpu_amd64.c
uart_cpu_i386.c uart_cpu_ia64.c uart_cpu_pc98.c uart_subr.c
Warner Losh
imp at FreeBSD.org
Mon Dec 12 13:01:01 PST 2005
imp 2005-12-12 21:00:58 UTC
FreeBSD src repository
Modified files:
sys/dev/uart uart_cpu_alpha.c uart_cpu_amd64.c
uart_cpu_i386.c uart_cpu_ia64.c
uart_cpu_pc98.c uart_subr.c
Log:
Make uart_getenv() not be ns8250 dependent. This will allow, in the future,
compilation of kernels without ns8250 support but using the uart framework.
These kernels will be for machines where size matters more, so including code
that can never be executed is undesriable...
Revision Changes Path
1.12 +1 -0 src/sys/dev/uart/uart_cpu_alpha.c
1.11 +1 -0 src/sys/dev/uart/uart_cpu_amd64.c
1.11 +1 -0 src/sys/dev/uart/uart_cpu_i386.c
1.12 +1 -0 src/sys/dev/uart/uart_cpu_ia64.c
1.16 +1 -0 src/sys/dev/uart/uart_cpu_pc98.c
1.5 +0 -1 src/sys/dev/uart/uart_subr.c
More information about the cvs-src
mailing list