Deleted Added
full compact
ncr53c500_pccard.c (67848) ncr53c500_pccard.c (70834)
1/* $FreeBSD: head/sys/dev/ncv/ncr53c500_pccard.c 67848 2000-10-29 06:54:32Z non $ */
1/* $FreeBSD: head/sys/dev/ncv/ncr53c500_pccard.c 70834 2001-01-09 04:33:49Z wollman $ */
2/* $NecBSD: ncr53c500_pisa.c,v 1.28 1998/11/26 01:59:11 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.

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

82#if NAPM > 0
83#include <machine/apm_bios.h>
84#endif /* NAPM > 0 */
85
86#include "card.h"
87#if NCARD > 0
88#include <sys/kernel.h>
89#include <sys/module.h>
2/* $NecBSD: ncr53c500_pisa.c,v 1.28 1998/11/26 01:59:11 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.

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

82#if NAPM > 0
83#include <machine/apm_bios.h>
84#endif /* NAPM > 0 */
85
86#include "card.h"
87#if NCARD > 0
88#include <sys/kernel.h>
89#include <sys/module.h>
90#if !defined(__FreeBSD__) || __FreeBSD_version < 500014
90#include <sys/select.h>
91#include <sys/select.h>
92#endif
91#include <pccard/cardinfo.h>
92#include <pccard/slot.h>
93
94static int ncvprobe(DEVPORT_PDEVICE devi);
95static int ncvattach(DEVPORT_PDEVICE devi);
96
97static int ncv_card_intr __P((DEVPORT_PDEVICE));
98static void ncv_card_unload __P((DEVPORT_PDEVICE));

--- 316 unchanged lines hidden ---
93#include <pccard/cardinfo.h>
94#include <pccard/slot.h>
95
96static int ncvprobe(DEVPORT_PDEVICE devi);
97static int ncvattach(DEVPORT_PDEVICE devi);
98
99static int ncv_card_intr __P((DEVPORT_PDEVICE));
100static void ncv_card_unload __P((DEVPORT_PDEVICE));

--- 316 unchanged lines hidden ---