This section describes the various SCSI controllers and devices supported by FreeBSD.
The next ten or so lines include support for different kinds of SCSI controllers. Comment out all except for the one(s) you have:
Most Buslogic controllers
UltraStor 14F and 34F
Adaptec 274x/284x/294x
Adaptec 174x
Adaptec 154x
Adaptec 152x and sound cards using Adaptec AIC-6360 (slow!)
ProAudioSpectrum cards using NCR 5380 or Trantor T130
Seagate ST01/02 8 bit controller (slow!)
Western Digital WD7000 controller
NCR 53C810 and 53C825 PCI SCSI controller
This causes the kernel to pause 15 seconds before probing each SCSI device in your system. If you only have IDE hard drives, you can ignore this, otherwise you'll probably want to lower this number, perhaps to 5 seconds, to speed up booting. Of course if you do this, and FreeBSD has trouble recognizing your SCSI devices, you'll have to raise it back up.
If you have any SCSI controllers, this line provides generic SCSI support. If you do not have SCSI, you can comment this, and the following three lines, out.
Support for SCSI hard drives.
Support for SCSI tape drives.
Support for SCSI CD-ROM drives.
Note that the number 0 in the above entries is slightly misleading: all these devices are automatically configured as they are found, regardless of how many of them are hooked up to the SCSI bus(es), and which target IDs they have.
If you want to ``wire down'' specific target IDs to particular devices, refer to the appropriate section of the LINT kernel config file.