Deleted Added
full compact
tmc18c30_isa.c (67845) tmc18c30_isa.c (70834)
1/* $FreeBSD: head/sys/dev/stg/tmc18c30_isa.c 67845 2000-10-29 06:03:47Z non $ */
1/* $FreeBSD: head/sys/dev/stg/tmc18c30_isa.c 70834 2001-01-09 04:33:49Z wollman $ */
2/* $NecBSD: tmc18c30_pisa.c,v 1.22 1998/11/26 01:59:21 honda Exp $ */
3/* $NetBSD$ */
4
5/*
6 * [Ported for FreeBSD]
7 * Copyright (c) 2000
8 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe.
9 * All rights reserved.

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

72
73#include <dev/stg/tmc18c30reg.h>
74#include <dev/stg/tmc18c30var.h>
75
76#define STG_HOSTID 7
77
78#include <sys/kernel.h>
79#include <sys/module.h>
2/* $NecBSD: tmc18c30_pisa.c,v 1.22 1998/11/26 01:59:21 honda Exp $ */
3/* $NetBSD$ */
4
5/*
6 * [Ported for FreeBSD]
7 * Copyright (c) 2000
8 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe.
9 * All rights reserved.

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

72
73#include <dev/stg/tmc18c30reg.h>
74#include <dev/stg/tmc18c30var.h>
75
76#define STG_HOSTID 7
77
78#include <sys/kernel.h>
79#include <sys/module.h>
80#include <sys/select.h>
81
82static int stgprobe(device_t devi);
83static int stgattach(device_t devi);
84
85static void stg_isa_unload __P((device_t));
86
87static void
88stg_isa_intr(void * arg)

--- 209 unchanged lines hidden ---
80
81static int stgprobe(device_t devi);
82static int stgattach(device_t devi);
83
84static void stg_isa_unload __P((device_t));
85
86static void
87stg_isa_intr(void * arg)

--- 209 unchanged lines hidden ---