pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia card
authorKen Kawasaki <ken_kawasaki@spring.nifty.jp>
Mon, 5 Oct 2009 07:40:03 +0000 (00:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Oct 2009 07:40:03 +0000 (00:40 -0700)
pcnet_cs,serial_cs:

add cis of National Semicondoctor's lan&modem mulitifunction pcmcia card,
NE2K, tamarack ethernet card,
and some serial card(COMpad2, COMpad4).

Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
WHENCE
cis/COMpad2.cis [new file with mode: 0644]
cis/COMpad4.cis [new file with mode: 0644]
cis/DP83903.cis [new file with mode: 0644]
cis/NE2K.cis [new file with mode: 0644]
cis/tamarack.cis [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index 3f8c4f6..c437e14 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -597,6 +597,9 @@ Driver: PCMCIA_PCNET - NE2000 compatible PCMCIA adapter
 
 File: cis/LA-PCM.cis
       cis/PCMLM28.cis
+      cis/DP83903.cis
+      cis/NE2K.cis
+      cis/tamarack.cis
 
 Licence: GPL
 
@@ -628,6 +631,8 @@ Driver: SERIAL_8250_CS - Serial PCMCIA adapter
 
 File: cis/MT5634ZLX.cis
       cis/RS-COM-2P.cis
+      cis/COMpad2.cis
+      cis/COMpad4.cis
 
 Licence: GPL
 
diff --git a/cis/COMpad2.cis b/cis/COMpad2.cis
new file mode 100644 (file)
index 0000000..daaedd7
Binary files /dev/null and b/cis/COMpad2.cis differ
diff --git a/cis/COMpad4.cis b/cis/COMpad4.cis
new file mode 100644 (file)
index 0000000..9ca6f0a
Binary files /dev/null and b/cis/COMpad4.cis differ
diff --git a/cis/DP83903.cis b/cis/DP83903.cis
new file mode 100644 (file)
index 0000000..9755300
Binary files /dev/null and b/cis/DP83903.cis differ
diff --git a/cis/NE2K.cis b/cis/NE2K.cis
new file mode 100644 (file)
index 0000000..6dac8c1
Binary files /dev/null and b/cis/NE2K.cis differ
diff --git a/cis/tamarack.cis b/cis/tamarack.cis
new file mode 100644 (file)
index 0000000..29c88b8
Binary files /dev/null and b/cis/tamarack.cis differ