diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-10 10:58:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-10 10:58:44 +0000 |
commit | b31a3aa7fae4b45dac9d7557e3e296df1b8c71cd (patch) | |
tree | 5d7cd14758f69ba15d5dba5694c58b5f16765a74 /kernel/list_modules.pm | |
parent | 1fcce06d8f3f8cfe8c59563dd64d92fc5d71cc85 (diff) | |
download | drakx-b31a3aa7fae4b45dac9d7557e3e296df1b8c71cd.tar drakx-b31a3aa7fae4b45dac9d7557e3e296df1b8c71cd.tar.gz drakx-b31a3aa7fae4b45dac9d7557e3e296df1b8c71cd.tar.bz2 drakx-b31a3aa7fae4b45dac9d7557e3e296df1b8c71cd.tar.xz drakx-b31a3aa7fae4b45dac9d7557e3e296df1b8c71cd.zip |
add various/serial category and thus add support for mice and modems
connected to multiport serial cards
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 113953663..a92f810f4 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -196,11 +196,14 @@ our %l = ( char => [ if_(arch() =~ /ia64/, qw(efivars)), qw(hw_random applicom n_r3964 nvram pc110pad ppdev), - qw(mxser moxa isicom wdt_pci epca synclink istallion i810-tco sx), #- what are these??? + qw(wdt_pci i810-tco sx), #- what are these??? ], laptop => [ qw(i8k sonypi toshiba), ], + serial => [ + qw(8250_pci 8250 epca esp isicom istallion moxa mxser stallion sx synclink synclinkmp), + ], other => [ qw(defxx i810fb ide-floppy ide-scsi ide-tape loop lp nbd sg st), qw(parport_pc parport_serial), |