aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile3
-rw-r--r--firmware/WHENCE12
-rw-r--r--firmware/cis/MT5634ZLX.cis.ihex11
-rw-r--r--firmware/cis/PCMLM28.cis.ihex18
-rw-r--r--firmware/cis/RS-COM-2P.cis.ihex10
5 files changed, 53 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 878329cf482..ffe2663d49f 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -51,9 +51,10 @@ fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
51fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ 51fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \
52 e100/d102e_ucode.bin 52 e100/d102e_ucode.bin
53fw-shipped-$(CONFIG_MYRI_SBUS) += myricom/lanai.bin 53fw-shipped-$(CONFIG_MYRI_SBUS) += myricom/lanai.bin
54fw-shipped-$(CONFIG_PCMCIA_PCNET) += cis/LA-PCM.cis 54fw-shipped-$(CONFIG_PCMCIA_PCNET) += cis/LA-PCM.cis cis/PCMLM28.cis
55fw-shipped-$(CONFIG_PCMCIA_3C589) += cis/3CXEM556.cis 55fw-shipped-$(CONFIG_PCMCIA_3C589) += cis/3CXEM556.cis
56fw-shipped-$(CONFIG_PCMCIA_3C574) += cis/3CCFEM556.cis 56fw-shipped-$(CONFIG_PCMCIA_3C574) += cis/3CCFEM556.cis
57fw-shipped-$(CONFIG_SERIAL_8250_CS) += cis/MT5634ZLX.cis cis/RS-COM-2P.cis
57fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin 58fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin
58fw-shipped-$(CONFIG_SCSI_ADVANSYS) += advansys/mcode.bin advansys/38C1600.bin \ 59fw-shipped-$(CONFIG_SCSI_ADVANSYS) += advansys/mcode.bin advansys/38C1600.bin \
59 advansys/3550.bin advansys/38C0800.bin 60 advansys/3550.bin advansys/38C0800.bin
diff --git a/firmware/WHENCE b/firmware/WHENCE
index d9e3a94cb4d..82db5256a4e 100644
--- a/firmware/WHENCE
+++ b/firmware/WHENCE
@@ -596,6 +596,7 @@ Found in hex form in kernel source.
596Driver: PCMCIA_PCNET - NE2000 compatible PCMCIA adapter 596Driver: PCMCIA_PCNET - NE2000 compatible PCMCIA adapter
597 597
598File: cis/LA-PCM.cis 598File: cis/LA-PCM.cis
599 cis/PCMLM28.cis
599 600
600Licence: GPL 601Licence: GPL
601 602
@@ -623,6 +624,17 @@ Originally developed by the pcmcia-cs project
623 624
624-------------------------------------------------------------------------- 625--------------------------------------------------------------------------
625 626
627Driver: SERIAL_8250_CS - Serial PCMCIA adapter
628
629File: cis/MT5634ZLX.cis
630 cis/RS-COM-2P.cis
631
632Licence: GPL
633
634Originally developed by the pcmcia-cs project
635
636--------------------------------------------------------------------------
637
626Driver: PCMCIA_SMC91C92 - SMC 91Cxx PCMCIA 638Driver: PCMCIA_SMC91C92 - SMC 91Cxx PCMCIA
627 639
628File: ositech/Xilinx7OD.bin 640File: ositech/Xilinx7OD.bin
diff --git a/firmware/cis/MT5634ZLX.cis.ihex b/firmware/cis/MT5634ZLX.cis.ihex
new file mode 100644
index 00000000000..72500b9d95d
--- /dev/null
+++ b/firmware/cis/MT5634ZLX.cis.ihex
@@ -0,0 +1,11 @@
1:100000000101FF152204014D756C74695465636824
2:100010000050434D4349412035364B2044617461C3
3:10002000466178000000FF20040002010021020266
4:10003000001A05012780FF671B0FCF418B01550177
5:10004000550155AA60F80307281B08970108AA6004
6:10005000F802071B089F0108AA60E803071B08A70E
7:0B0060000108AA60E802071400FF007E
8:00000001FF
9#
10# Replacement CIS for Multitech MT5634ZLX modems
11#
diff --git a/firmware/cis/PCMLM28.cis.ihex b/firmware/cis/PCMLM28.cis.ihex
new file mode 100644
index 00000000000..ffdfe8522ef
--- /dev/null
+++ b/firmware/cis/PCMLM28.cis.ihex
@@ -0,0 +1,18 @@
1:1000000001030000FF151504014C494E4B53595391
2:100010000050434D4C4D3238000000FF2004430196
3:10002000ABC0210200001A05012FF803031B10E4E6
4:1000300001190155E06100031FF8020730FFFF1BA3
5:100040000BA50108E06120031FF802071B0BA601A6
6:1000500008E06140031FF802071B0BA70108E061DD
7:1000600060031FF802071B0BA80108E06100031FD3
8:10007000E803071B0BA90108E06120031FE8030741
9:100080001B0BAA0108E06140031FE803071B0BAB31
10:100090000108E06160031FE803071B0BAC0108E0E7
11:1000A0006100031FE802071B0BAD0108E06120039C
12:1000B0001FE802071B0BAE0108E06140031FE802C6
13:1000C000071B0BAF0108E06160031FE80207140083
14:0200D000FF002F
15:00000001FF
16#
17# The on-card CIS says it is MFC-compliant, but it is not
18#
diff --git a/firmware/cis/RS-COM-2P.cis.ihex b/firmware/cis/RS-COM-2P.cis.ihex
new file mode 100644
index 00000000000..0801ca5da80
--- /dev/null
+++ b/firmware/cis/RS-COM-2P.cis.ihex
@@ -0,0 +1,10 @@
1:1000000001030000FF1516040150434D4349410010
2:1000100052532D434F4D203250000000FF21020269
3:10002000011A0501030001011B0EC18118AA61E834
4:100030000307E8020730B89E1B0B820108AA615033
5:1000400002075802071B0B830108AA6160020768B8
6:0600500002071400FF008E
7:00000001FF
8#
9# Replacement CIS for dual-serial-port IO card
10#