Deleted Added
full compact
twe_freebsd.c (112263) twe_freebsd.c (112946)
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $FreeBSD: head/sys/dev/twe/twe_freebsd.c 112263 2003-03-15 12:16:33Z phk $
27 * $FreeBSD: head/sys/dev/twe/twe_freebsd.c 112946 2003-04-01 15:06:26Z phk $
28 */
29
30/*
31 * FreeBSD-specific code.
32 */
33
34#include <sys/param.h>
35#include <sys/cons.h>
36#include <machine/bus.h>
37#include <machine/clock.h>
38#include <machine/md_var.h>
39#include <vm/vm.h>
40#include <vm/pmap.h>
41#include <dev/twe/twe_compat.h>
28 */
29
30/*
31 * FreeBSD-specific code.
32 */
33
34#include <sys/param.h>
35#include <sys/cons.h>
36#include <machine/bus.h>
37#include <machine/clock.h>
38#include <machine/md_var.h>
39#include <vm/vm.h>
40#include <vm/pmap.h>
41#include <dev/twe/twe_compat.h>
42#include <geom/geom_disk.h>
42#include <dev/twe/twereg.h>
43#include <dev/twe/tweio.h>
44#include <dev/twe/twevar.h>
45#include <dev/twe/twe_tables.h>
46
47static devclass_t twe_devclass;
48
49#ifdef TWE_DEBUG

--- 921 unchanged lines hidden ---
43#include <dev/twe/twereg.h>
44#include <dev/twe/tweio.h>
45#include <dev/twe/twevar.h>
46#include <dev/twe/twe_tables.h>
47
48static devclass_t twe_devclass;
49
50#ifdef TWE_DEBUG

--- 921 unchanged lines hidden ---