Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/uart/uart_cpu_sparc64.c 119815 2003-09-06 23:13:47Z marcel $");
---
> __FBSDID("$FreeBSD: head/sys/dev/uart/uart_cpu_sparc64.c 119866 2003-09-07 21:51:03Z marcel $");
60a61,67
> bus_addr_t
> uart_cpu_busaddr(struct uart_bas *bas)
> {
>
> return (bas->bsh);
> }
>
61a69,75
> uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2)
> {
>
> return ((b1->bsh == b2->bsh) ? 1 : 0);
> }
>
> int
150,156d163
<
< int
< uart_cpu_eqres(struct uart_bas *b1, struct uart_bas *b2)
< {
<
< return ((b1->bsh == b2->bsh) ? 1 : 0);
< }