summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_stdio.pm
blob: 1ef8b83faba3874d95f61ec507f34f73f7972ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
package install_steps_stdio; # $Id$

<
-rw-r--r--lst/pcitable4
1 files changed, 2 insertions, 2 deletions
diff --git a/lst/pcitable b/lst/pcitable
index 79122dcc..5b5c8b0d 100644
--- a/lst/pcitable
+++ b/lst/pcitable
@@ -2425,8 +2425,8 @@
0x9699 0x6565 "unknown" "Omni Media Technology Inc|6565"
0xd4d4 0x0601 "unknown" "Dy4 Systems Inc|PCI Mezzanine Card"
0xe000 0xe000 "unknown" "Winbond|W89C940"
-0xe159 0x0001 "ISDN:hisax,type=15" "Tiger Jet Network Inc.|Model 300 128k ISDN Adapter"
-0xe159 0x0002 "ISDN:hisax,type=15" "unknown ISDN Adapter"
+0xe159 0x0001 "ISDN:hisax,type=20" "Tiger Jet Network Inc.|300 128k ISDN Adapter"
+0xe159 0x0002 "ISDN:hisax,type=28,firmware=/usr/lib/isdn/ISAR.BIN" "Sedlbauer|Speed fax+ PCI"
0xedd8 0xa091 "Card:Ark Logic ARK1000PV (generic)" "ARK Logic Inc|1000PV [Stingray]"
0xedd8 0xa099 "Card:Ark Logic ARK2000MT (generic)" "ARK Logic Inc|2000PV [Stingray]"
0xedd8 0xa0a1 "Card:Ark Logic ARK2000MT (generic)" "ARK Logic Inc|2000MT"
an class="hl opt">("Entering step `%s'\n", translate($o->{steps}{$step}{text})); $o->SUPER::enteringStep($step); } sub leavingStep { my ($o, $step) = @_; $o->SUPER::leavingStep($step); print "--------\n"; } #-###################################################################################### #- Steps Functions #-###################################################################################### sub selectLanguage { my ($o, $first_time) = @_; $o->SUPER::selectLanguage($first_time); lang::load_console_font($o->{lang}); } 1;