Ishayahu Jan 23, 2012 #1 i get some error in compile my FreeBSD box, I use FreeBSD 9. There is kernel config and end of the log. Attachments FreeBSD9.zip FreeBSD9.zip 7.8 KB · Views: 193
i get some error in compile my FreeBSD box, I use FreeBSD 9. There is kernel config and end of the log.
SirDice Administrator Staff member Administrator Moderator Jan 23, 2012 #2 Code: #device scbus # SCSI bus (required for ATA/SCSI) #device da # Direct Access (disks) Don't disable these, especially not scbus.
Code: #device scbus # SCSI bus (required for ATA/SCSI) #device da # Direct Access (disks) Don't disable these, especially not scbus.
SirDice Administrator Staff member Administrator Moderator Jan 23, 2012 #4 Ishayahu said: Thank you very much! But can you say me why? Click to expand... It's because of ATA_CAM.
Ishayahu said: Thank you very much! But can you say me why? Click to expand... It's because of ATA_CAM.
OP Ishayahu Jan 23, 2012 Thread Starter #5 SirDice said: It's because of ATA_CAM. Click to expand... Thanks It looks like I'm understanding, but now I have one more question: if I use Code: option ATA_CAM I don't need use Code: device ata ? As I have understood, ATA_CAM says, that FreeBSD use cam for SATA instead of ata, right?
SirDice said: It's because of ATA_CAM. Click to expand... Thanks It looks like I'm understanding, but now I have one more question: if I use Code: option ATA_CAM I don't need use Code: device ata ? As I have understood, ATA_CAM says, that FreeBSD use cam for SATA instead of ata, right?
SirDice Administrator Staff member Administrator Moderator Jan 24, 2012 #6 You still require ata. You don't require atadisk anymore.
OP Ishayahu Jan 24, 2012 Thread Starter #7 SirDice said: You still require ata Click to expand... But why I need it?
SirDice Administrator Staff member Administrator Moderator Jan 24, 2012 #8 Because your hardware isn't recognized by ahci(4).