Deleted Added
full compact
uart_if.m (119815) uart_if.m (120143)
1# Copyright (c) 2003 Marcel Moolenaar
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7#
8# 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24#
1# Copyright (c) 2003 Marcel Moolenaar
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7#
8# 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24#
25# $FreeBSD: head/sys/dev/uart/uart_if.m 119815 2003-09-06 23:13:47Z marcel $
25# $FreeBSD: head/sys/dev/uart/uart_if.m 120143 2003-09-17 01:41:21Z marcel $
26
26
27#include <sys/param.h>
28#include <sys/lock.h>
29#include <sys/mutex.h>
27#include <sys/bus.h>
28#include <machine/bus.h>
29#include <dev/uart/uart.h>
30#include <dev/uart/uart_bus.h>
31
32# The UART hardware interface. The core UART code is hardware independent.
33# The details of the hardware are abstracted by the UART hardware interface.
34

--- 104 unchanged lines hidden ---
30#include <sys/bus.h>
31#include <machine/bus.h>
32#include <dev/uart/uart.h>
33#include <dev/uart/uart_bus.h>
34
35# The UART hardware interface. The core UART code is hardware independent.
36# The details of the hardware are abstracted by the UART hardware interface.
37

--- 104 unchanged lines hidden ---