Deleted Added
full compact
ct.c (119418) ct.c (126928)
1/* $NecBSD: ct.c,v 1.13.12.5 2001/06/26 07:31:53 honda Exp $ */
2
3#include <sys/cdefs.h>
1/* $NecBSD: ct.c,v 1.13.12.5 2001/06/26 07:31:53 honda Exp $ */
2
3#include <sys/cdefs.h>
4__FBSDID("$FreeBSD: head/sys/dev/ct/ct.c 119418 2003-08-24 17:55:58Z obrien $");
4__FBSDID("$FreeBSD: head/sys/dev/ct/ct.c 126928 2004-03-13 19:46:27Z peter $");
5/* $NetBSD$ */
6
7#define CT_DEBUG
8#define CT_IO_CONTROL_FLAGS (CT_USE_CCSEQ | CT_FAST_INTR)
9
10/*
11 * [NetBSD for NEC PC-98 series]
12 * Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001

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

71#include <dev/ic/wd33c93reg.h>
72#include <i386/Cbus/dev/ct/ctvar.h>
73#include <i386/Cbus/dev/ct/ct_machdep.h>
74#endif /* __NetBSD__ */
75
76#ifdef __FreeBSD__
77#include <machine/bus.h>
78
5/* $NetBSD$ */
6
7#define CT_DEBUG
8#define CT_IO_CONTROL_FLAGS (CT_USE_CCSEQ | CT_FAST_INTR)
9
10/*
11 * [NetBSD for NEC PC-98 series]
12 * Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001

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

71#include <dev/ic/wd33c93reg.h>
72#include <i386/Cbus/dev/ct/ctvar.h>
73#include <i386/Cbus/dev/ct/ct_machdep.h>
74#endif /* __NetBSD__ */
75
76#ifdef __FreeBSD__
77#include <machine/bus.h>
78
79#include <machine/dvcfg.h>
80#include <machine/physio_proc.h>
79#include <compat/netbsd/dvcfg.h>
80#include <compat/netbsd/physio_proc.h>
81
82#include <cam/scsi/scsi_low.h>
83
84#include <dev/ic/wd33c93reg.h>
85#include <dev/ct/ctvar.h>
86#include <dev/ct/ct_machdep.h>
87#endif /* __FreeBSD__ */
88

--- 1221 unchanged lines hidden ---
81
82#include <cam/scsi/scsi_low.h>
83
84#include <dev/ic/wd33c93reg.h>
85#include <dev/ct/ctvar.h>
86#include <dev/ct/ct_machdep.h>
87#endif /* __FreeBSD__ */
88

--- 1221 unchanged lines hidden ---