Deleted Added
full compact
if_cm_isa.c (89099) if_cm_isa.c (92739)
1/* $NetBSD: if_bah_zbus.c,v 1.6 2000/01/23 21:06:12 aymeric Exp $ */
1/* $NetBSD: if_bah_zbus.c,v 1.6 2000/01/23 21:06:12 aymeric Exp $ */
2/* $FreeBSD: head/sys/dev/cm/if_cm_isa.c 89099 2002-01-08 20:03:13Z fjoe $ */
2/* $FreeBSD: head/sys/dev/cm/if_cm_isa.c 92739 2002-03-20 02:08:01Z alfred $ */
3
4/*-
5 * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Ignatios Souvatzis.
10 *

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

47
48#include <machine/bus.h>
49
50#include <net/if.h>
51#include <net/if_arc.h>
52
53#include <dev/cm/smc90cx6var.h>
54
3
4/*-
5 * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Ignatios Souvatzis.
10 *

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

47
48#include <machine/bus.h>
49
50#include <net/if.h>
51#include <net/if_arc.h>
52
53#include <dev/cm/smc90cx6var.h>
54
55static int cm_isa_probe __P((device_t));
56static int cm_isa_attach __P((device_t));
55static int cm_isa_probe (device_t);
56static int cm_isa_attach (device_t);
57
58static int
59cm_isa_probe(dev)
60 device_t dev;
61{
62 struct cm_softc *sc = device_get_softc(dev);
63 int error;
64

--- 71 unchanged lines hidden ---
57
58static int
59cm_isa_probe(dev)
60 device_t dev;
61{
62 struct cm_softc *sc = device_get_softc(dev);
63 int error;
64

--- 71 unchanged lines hidden ---