Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/uart/uart_cpu_pc98.c 120452 2003-09-26 05:14:56Z marcel $");
---
> __FBSDID("$FreeBSD: head/sys/dev/uart/uart_cpu_pc98.c 127215 2004-03-20 02:14:02Z marcel $");
38a39,41
> bus_space_tag_t uart_bus_space_io;
> bus_space_tag_t uart_bus_space_mem;
>
50a54,57
> /* Check the environment. */
> if (uart_getenv(devtype, di) == 0)
> return (0);
>
84c91
< di->bas.bst = I386_BUS_SPACE_IO;
---
> di->bas.bst = uart_bus_space_io;