Date: Wed, 17 Nov 2004 20:01:44 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/uart uart_bus_isa.c uart_cpu.h uart_cpu_alpha.c uart_cpu_amd64.c uart_cpu_i386.c uart_cpu_ia64.c uart_cpu_pc98.c uart_cpu_sparc64.c Message-ID: <200411172001.iAHK1iDo089199@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2004-11-17 20:01:44 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus_isa.c uart_cpu.h uart_cpu_alpha.c uart_cpu_amd64.c uart_cpu_i386.c uart_cpu_ia64.c uart_cpu_pc98.c uart_cpu_sparc64.c Log: Remove the whole uart_cpu_identify() stuff again. Now that it's no longer used on sparc64 they are only stubs on all architectures and it doesn't look like if we would need it in the near future again. Ok'ed by: marcel Revision Changes Path 1.5 +0 -2 src/sys/dev/uart/uart_bus_isa.c 1.7 +0 -1 src/sys/dev/uart/uart_cpu.h 1.9 +0 -6 src/sys/dev/uart/uart_cpu_alpha.c 1.9 +0 -6 src/sys/dev/uart/uart_cpu_amd64.c 1.9 +0 -6 src/sys/dev/uart/uart_cpu_i386.c 1.9 +0 -6 src/sys/dev/uart/uart_cpu_ia64.c 1.13 +0 -6 src/sys/dev/uart/uart_cpu_pc98.c 1.14 +0 -6 src/sys/dev/uart/uart_cpu_sparc64.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411172001.iAHK1iDo089199>