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