Update for changes to config.

This commit is contained in:
thorpej 1998-01-12 09:36:53 +00:00
parent d02585cf36
commit 1934051221
4 changed files with 8 additions and 18 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: files.pcmcia,v 1.4 1997/10/18 03:17:09 mikel Exp $
# $NetBSD: files.pcmcia,v 1.5 1998/01/12 09:36:53 thorpej Exp $
#
# Config.new file and device description for machine-independent PCMCIA code.
# Included by ports that need it.
defopt PCMCIAVERBOSE
device pcmcia {[function = -1], [irq = -1]}
device pcmcia class dull {[function = -1], [irq = -1]}
file dev/pcmcia/pcmcia.c pcmcia
file dev/pcmcia/pcmcia_cis.c pcmcia
@ -30,7 +30,7 @@ attach com at pcmcia with com_pcmcia
file dev/pcmcia/com_pcmcia.c com_pcmcia
# Digital RoamAbout / Lucent WaveLAN PCMCIA card
device wl: arp, ether, ifnet
device wl class ifnet: arp, ether, ifnet
attach wl at pcmcia with wl_pcmcia
file dev/pcmcia/if_wl_pcmcia.c wl_pcmcia

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcmcia.c,v 1.3 1997/10/19 14:04:29 enami Exp $ */
/* $NetBSD: pcmcia.c,v 1.4 1998/01/12 09:36:54 thorpej Exp $ */
#define PCMCIADEBUG
@ -72,10 +72,6 @@ int pcmcia_print __P((void *, const char *));
int pcmcia_card_intr __P((void *));
struct cfdriver pcmcia_cd = {
NULL, "pcmcia", DV_DULL
};
struct cfattach pcmcia_ca = {
sizeof(struct pcmcia_softc), pcmcia_match, pcmcia_attach
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: kbd.c,v 1.19 1997/11/03 20:18:00 mycroft Exp $ */
/* $NetBSD: kbd.c,v 1.20 1998/01/12 09:39:27 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -195,10 +195,7 @@ struct cfattach kbd_ca = {
sizeof(struct kbd_softc), kbd_match, kbd_attach
};
struct cfdriver kbd_cd = {
NULL, "kbd", DV_DULL
};
extern struct cfdriver kbd_cd;
/*
* kbd_match: how is this zs channel configured?

View File

@ -1,4 +1,4 @@
/* $NetBSD: ms.c,v 1.12 1997/07/17 01:17:47 jtk Exp $ */
/* $NetBSD: ms.c,v 1.13 1998/01/12 09:39:28 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -153,10 +153,7 @@ struct cfattach ms_ca = {
sizeof(struct ms_softc), ms_match, ms_attach
};
struct cfdriver ms_cd = {
NULL, "ms", DV_DULL
};
extern struct cfdriver ms_cd;
/*
* ms_match: how is this zs channel configured?