diff options
author | hvozda <hvozda@cvs.openbsd.org> | 1996-01-15 21:44:57 +0000 |
---|---|---|
committer | hvozda <hvozda@cvs.openbsd.org> | 1996-01-15 21:44:57 +0000 |
commit | 827bb43f87665c87f900d1b914527c76f29b5553 (patch) | |
tree | cd2676ba669c9c985e15b945b0fd7b5db894fce8 | |
parent | 392475c0a4362a1fffa2571b773ba89cbba20f51 (diff) |
Whoops! Need this file to make config happy...
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 15 |
1 files changed, 15 insertions, 0 deletions
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 |