Deleted Added
full compact
fdc.c (18208) fdc.c (19122)
1/*
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Don Ahn.
7 *
8 * Copyright (c) 1993, 1994 by

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

38 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
39 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
41 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
42 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
43 * SUCH DAMAGE.
44 *
45 * from: @(#)fd.c 7.4 (Berkeley) 5/25/91
1/*
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Don Ahn.
7 *
8 * Copyright (c) 1993, 1994 by

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

38 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
39 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
41 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
42 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
43 * SUCH DAMAGE.
44 *
45 * from: @(#)fd.c 7.4 (Berkeley) 5/25/91
46 * $Id: fd.c,v 1.5 1996/09/03 10:23:25 asami Exp $
46 * $Id: fd.c,v 1.6 1996/09/10 09:37:50 asami Exp $
47 *
48 */
49
50#include "ft.h"
51#if NFT < 1
52#undef NFDC
53#endif
54#include "fd.h"

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

67#include <sys/buf.h>
68#include <sys/uio.h>
69#include <sys/malloc.h>
70#include <sys/proc.h>
71#include <sys/syslog.h>
72#include <sys/dkstat.h>
73#ifdef PC98
74#include <pc98/pc98/pc98.h>
47 *
48 */
49
50#include "ft.h"
51#if NFT < 1
52#undef NFDC
53#endif
54#include "fd.h"

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

67#include <sys/buf.h>
68#include <sys/uio.h>
69#include <sys/malloc.h>
70#include <sys/proc.h>
71#include <sys/syslog.h>
72#include <sys/dkstat.h>
73#ifdef PC98
74#include <pc98/pc98/pc98.h>
75#include <pc98/pc98/epsonio.h>
75#include <i386/isa/isa_device.h>
76#include <pc98/pc98/fdreg.h>
77#include <pc98/pc98/fdc.h>
78#else
79#include <i386/isa/isa.h>
80#include <i386/isa/isa_device.h>
81#include <i386/isa/fdreg.h>
82#include <i386/isa/fdc.h>

--- 2222 unchanged lines hidden ---
76#include <i386/isa/isa_device.h>
77#include <pc98/pc98/fdreg.h>
78#include <pc98/pc98/fdc.h>
79#else
80#include <i386/isa/isa.h>
81#include <i386/isa/isa_device.h>
82#include <i386/isa/fdreg.h>
83#include <i386/isa/fdc.h>

--- 2222 unchanged lines hidden ---