1. Computing & Technology

The Linux Loadable Kernel Module How-To

From Bryan Henderson

parameters.

15.3.6. wd7000: SCSI low-level driver for 7000FASST

Example:


   


modprobe wd7000

There are no module parameters for the LKM, but if you bind this module into the base kernel, you can pass some parameters via the Linux boot parameters. See BootPrompt-HOWTO .

This driver atoprobes the card and requires installed BIOS.

15.3.7. aha152x: SCSI low-level driver for Adaptec AHA152X/2825

Example:


   


modprobe aha152x

There are no module parameters for the LKM, but if you bind this module into the base kernel, you can pass some parameters via the Linux boot parameters. See BootPrompt-HOWTO .

This driver atoprobes the card and requires installed BIOS.

15.3.8. aha1542: SCSI low-level driver for Adaptec AHA1542

Example:


   


modprobe aha1542

There are no module parameters for the LKM, but if you bind this module into the base kernel, you can pass some parameters via the Linux boot parameters. See BootPrompt-HOWTO .

This driver autoprobes the card at 0x330 and 0x334 only.

15.3.9. aha1740: SCSI low-level driver for Adaptec AHA1740 EISA

Example:


   


modprobe aha1740

There are no module parameters.

This driver autoprobes the card.

15.3.10. aic7xxx: SCSI low-level driver for Adaptec AHA274X/284X/294X

Example:


   


modprobe aic7xxx

There are no module parameters for the LKM, but if you bind this module into the base kernel, you can pass some parameters via the Linux boot parameters. See BootPrompt-HOWTO .

This driver autoprobes the card and BIOS must be enabled.

15.3.11. advansys: SCSI low-level driver for AdvanSys/Connect.com

Example:


   


modprobe advansys asc_iopflag=1 asc_ioport=0x110,0x330 asc_dbglvl=1

Module Parameters:

  • asc_iopflag
  •    

    • 1
    •    

      enable port scanning


    • 0
    •    

      disable port scanning



  • asc_ioport
  •    

    I/O port addresses to scan for Advansys SCSI adapters


  • asc_dbglvl
  •    

    debugging level:

    • 0
    •    

      Errors only


    • 1
    •    

      High level tracing


    • 2-N
    •    

      Verbose tracing



If you bind this driver into the base kernel, you can pass parameters to it via the kernel boot parameters. See BootPrompt-HOWTO .

15.3.12. in2000: SCSI low-level driver for Always IN2000

Example:


   


modprobe in2000

There are no module parameters.

This driver autoprobes the card. No BIOS is required.

15.3.13. BusLogic: SCSI low-level driver for BusLogic

The list of BusLogic cards this driver can drive is long. Read file drivers/scsi/README.BusLogic in the Linux source tree to get the total picture.

Example:


   


modprobe BusLogic

There are no module parameters.

If you bind this driver into the base kernel, you can pass parameters to it via the kernel boot parameters. See BootPrompt-HOWTO .

15.3.14. dtc: SCSI low-level driver for DTC3180/3280

Example:


   


modprobe dtc

There are no module parameters for the LKM, but if you bind this module into the base kernel, you can pass some parameters via the Linux boot parameters. See BootPrompt-HOWTO .

This driver autoprobes the card.

15.3.15. eata: SCSI low-level driver for EATA ISA/EISA

This driver handles DPT PM2011/021/012/022/122/322.

Example:

©2012 About.com. All rights reserved.

A part of The New York Times Company.