K 10 svn:author V 6 marcel K 8 svn:date V 27 2012-04-11T02:42:01.311253Z K 7 svn:log V 288 uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) are identical now that the bus spaces are unified under sys/x86. Replace them with a single uart_cpu_x86.c. o delete uart_cpu_i386.c o move uart_cpu_amd64.c to uart_cpu_x86.c o update files.amd64 and files.i386 accordingly. END