Hello and thanks, Before writing here i ave read it and for sure i have had all needed devices in the kernel. # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives device atapicam options ATA_STATIC_ID #Static device numbering # SCSI peripherals device scbus # SCSI bus (required) #device ch # SCSI media changers device da # Direct Access (disks) #device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) #device ses # SCSI Environmental Services (and SAF-TE) da was enabled just in case. And with this configuration it was not working. >According to the FreeBSD Handbook's section "Using the ATAPI/CAM Driver", > > To use this driver, you will need to add the following lines to your > kernel configuration file: > > device atapicam > device scbus > device cd > device pass > > You also need the following lines in your kernel configuration file: > > device ata > device atapicd > > Both of which should already be present. > > > > > >
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:47 UTC