diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-04 13:11:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-04 13:11:30 +0000 |
commit | e8b08629486cf33f6ea155b436eaa86acb28e9e7 (patch) | |
tree | e5e07ade4d4950b468a66dfab9a310b83df2936b /perl-install | |
parent | 219b63a085118989d1637a0445f11caa2665e260 (diff) | |
download | drakx-e8b08629486cf33f6ea155b436eaa86acb28e9e7.tar drakx-e8b08629486cf33f6ea155b436eaa86acb28e9e7.tar.gz drakx-e8b08629486cf33f6ea155b436eaa86acb28e9e7.tar.bz2 drakx-e8b08629486cf33f6ea155b436eaa86acb28e9e7.tar.xz drakx-e8b08629486cf33f6ea155b436eaa86acb28e9e7.zip |
- add photo, tv and scanner
- add pegasus and kaweth modules
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/modules.pm | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 99277989e..890306063 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -63,6 +63,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "hp-plus" => "HP PCLAN/plus", "hp100" => "HP10/100VG any LAN ", "ibmtr" => "Token Ring Tropic", + "kaweth" => "kaweth", # requires scsi_mod??? "iph5526" => "iph5526", "lance" => "Lance", "natsemi" => "National Semiconductor 10/100", @@ -74,6 +75,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "old_tulip" => "Digital 21040/21041/21140 (old Tulip driver)", "olympic" => "olympic", "pcnet32" => "AMD PC/Net 32", + "pegasus" => "pegasus", "plip" => "PLIP (parallel port)", "rcpci" => "Red Creek Hardware VPN", "rrunner" => "Roadrunner serial HIPPI", # mostly unused @@ -112,6 +114,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "parport_pc" => "parport_pc", "sunrpc" => "sunrpc", "pci-scan" => "pci-scan", + "usbcore" => "usbcore", }], [ 'isdn', { "hisax" => "hisax", @@ -120,8 +123,25 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "t1pci" => "t1pci", "c4" => "c4", }], -[ 'media', { +[ 'tv', { + "cpia_usb" => '', + "ibmcam" => '', + "mod_quickcam" => '', + "ov511" => '', + "bttv" => "Brooktree Corporation|Bt8xx Video Capture", +}], +[ 'scanner', { + "scanner" => '', + "microtek" => '', +}], +[ 'photo', { + "dc2xx" => '', + "mdc800" => '', +}], +[ 'joystick', { "ns558" => "Creative Labs SB Live! joystick", +}], +[ 'radio', { "radio-maxiradio" => "radio-maxiradio", }], [ 'scsi', { @@ -353,7 +373,6 @@ if_(arch() !~ /^sparc/, }], [ 'other', { "agpgart" => "agpgart", - "bttv" => "Brooktree Corporation|Bt8xx Video Capture", "buz" => "Zoran Corporation|ZR36057PQC Video cutting chipset", "defxx" => "DEC|DEFPA", "i810_rng" => "i810_rng", @@ -379,6 +398,7 @@ qw( sk98lin acenic aironet4500_card com20020-pci hamachi starfire winbond-840 +kaweth dc395x_trm BusLogic seagate fdomain g_NCR5380 tmscsim ) |