From a45cc5e88248b875010db601fc0db62f9d68bbfb Mon Sep 17 00:00:00 2001 From: hvozda Date: Mon, 15 Jan 1996 21:44:56 +0000 Subject: [PATCH] Whoops! Need this file to make config happy... --- sys/dev/pcmcia/files.pcmcia | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/dev/pcmcia/files.pcmcia diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia new file mode 100644 index 00000000000..e854c96005d --- /dev/null +++ b/sys/dev/pcmcia/files.pcmcia @@ -0,0 +1,15 @@ +# $NetBSD: files.pci,v 1.2 1995/04/17 17:54:35 cgd Exp $ +# +# Config.new file and device description for machine-independent PCMCIA code. +# Included by ports that need it. + +# ports should define their own "device pcmcia" line (like the one below, +# but with the correct bus attachment). + +#define pcmciabus {[port = -1], [size = 0], +# [iomem = -1], [iosiz = 0], +# [irq = -1], [drq = -1]} + + +file dev/pcmcia/pcmcia.c pcmciabus needs-count +file dev/pcmcia/pcmcia_conf.c pcmciabus -- 2.20.1