summaryrefslogtreecommitdiffstats
path: root/perl-install/network/isdn_consts.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/isdn_consts.pm')
-rw-r--r--perl-install/network/isdn_consts.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/network/isdn_consts.pm b/perl-install/network/isdn_consts.pm
index d8f09a3e0..357da529a 100644
--- a/perl-install/network/isdn_consts.pm
+++ b/perl-install/network/isdn_consts.pm
@@ -140,6 +140,11 @@ package network::isdn; # $Id$
},
{description => "DynaLink (PCI)",
driver => 'hisax',
+ type => '12',
+ card => 'pci',
+ },
+ {description => "DynaLink IS64PH, ASUSCOM (PCI)", #36
+ driver => 'hisax',
type => '36',
card => 'pci',
},
@@ -316,11 +321,6 @@ package network::isdn; # $Id$
type => '36',
card => 'pci',
},
- {description => "Dynalink 128PH (PCI)", #36
- driver => 'hisax',
- type => '36',
- card => 'pci',
- }
);
1;