Deleted Added
full compact
ct_isa.c (119418) ct_isa.c (126928)
1/* $NecBSD: ct_isa.c,v 1.6 1999/07/26 06:32:01 honda Exp $ */
2
3#include <sys/cdefs.h>
1/* $NecBSD: ct_isa.c,v 1.6 1999/07/26 06:32:01 honda Exp $ */
2
3#include <sys/cdefs.h>
4__FBSDID("$FreeBSD: head/sys/dev/ct/ct_isa.c 119418 2003-08-24 17:55:58Z obrien $");
4__FBSDID("$FreeBSD: head/sys/dev/ct/ct_isa.c 126928 2004-03-13 19:46:27Z peter $");
5/* $NetBSD$ */
6
7/*
8 * [NetBSD for NEC PC-98 series]
9 * Copyright (c) 1995, 1996, 1997, 1998
10 * NetBSD/pc98 porting staff. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without

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

76#include <machine/resource.h>
77#include <sys/bus.h>
78#include <sys/rman.h>
79#include <machine/md_var.h>
80
81#include <pc98/pc98/pc98.h>
82#include <isa/isavar.h>
83
5/* $NetBSD$ */
6
7/*
8 * [NetBSD for NEC PC-98 series]
9 * Copyright (c) 1995, 1996, 1997, 1998
10 * NetBSD/pc98 porting staff. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without

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

76#include <machine/resource.h>
77#include <sys/bus.h>
78#include <sys/rman.h>
79#include <machine/md_var.h>
80
81#include <pc98/pc98/pc98.h>
82#include <isa/isavar.h>
83
84#include <machine/dvcfg.h>
85#include <machine/physio_proc.h>
84#include <compat/netbsd/dvcfg.h>
85#include <compat/netbsd/physio_proc.h>
86
87#include <cam/scsi/scsi_low.h>
88
89#include <dev/ic/wd33c93reg.h>
90#include <dev/ct/ctvar.h>
91#include <dev/ct/bshwvar.h>
92#endif /* __FreeBSD__ */
93

--- 327 unchanged lines hidden ---
86
87#include <cam/scsi/scsi_low.h>
88
89#include <dev/ic/wd33c93reg.h>
90#include <dev/ct/ctvar.h>
91#include <dev/ct/bshwvar.h>
92#endif /* __FreeBSD__ */
93

--- 327 unchanged lines hidden ---