Deleted Added
full compact
bshw_machdep.c (119418) bshw_machdep.c (126928)
1/* $NecBSD: bshw_machdep.c,v 1.8.12.6 2001/06/29 06:28:05 honda Exp $ */
2
3#include <sys/cdefs.h>
1/* $NecBSD: bshw_machdep.c,v 1.8.12.6 2001/06/29 06:28:05 honda Exp $ */
2
3#include <sys/cdefs.h>
4__FBSDID("$FreeBSD: head/sys/dev/ct/bshw_machdep.c 119418 2003-08-24 17:55:58Z obrien $");
4__FBSDID("$FreeBSD: head/sys/dev/ct/bshw_machdep.c 126928 2004-03-13 19:46:27Z peter $");
5/* $NetBSD$ */
6
7/*
8 * [NetBSD for NEC PC-98 series]
9 * Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
10 * NetBSD/pc98 porting staff. All rights reserved.
11 *
12 * Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001

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

73#include <i386/Cbus/dev/ct/bshwvar.h>
74#endif /* __NetBSD__ */
75
76#ifdef __FreeBSD__
77#include <machine/bus.h>
78#include <machine/clock.h>
79#include <machine/md_var.h>
80
5/* $NetBSD$ */
6
7/*
8 * [NetBSD for NEC PC-98 series]
9 * Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
10 * NetBSD/pc98 porting staff. All rights reserved.
11 *
12 * Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001

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

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

--- 709 unchanged lines hidden ---
83
84#include <cam/scsi/scsi_low.h>
85
86#include <dev/ic/wd33c93reg.h>
87#include <dev/ct/ctvar.h>
88#include <dev/ct/ct_machdep.h>
89#include <dev/ct/bshwvar.h>
90

--- 709 unchanged lines hidden ---