FreeNAS 0_70


FreeBSD 7.x (which is the base OS for FreeNAS 0.70) does boot just fine.

 

PATA port issue

 

FreeBSD is unable to see the PATA port on ICH7, unless the chip is set to 'compatibility' mode and SATA is disabled entirely in the BIOS. This does not seem to affect FreeBSD's ability to enumerate and use the SATA ports, though, even in AHCI mode.

 

amd64 version of FreeNAS 0.70 cannot see the PATA port whatsoever. The solution is to use the i386 version, or add the following to /boot/device.hints:

 

hint.ata.0.at="isa"
hint.ata.0.port="0x1F0"
hint.ata.0.irq="14"

 

Shutdown issue

FreeBSD 7.x is unable to completely shut down the device. It is a known bug currently in the works:

It turns out that if you turn off USB in the BIOS, the problem disappears. So for now it's your choice whether to live without USB connectivity or without programmatic power-off

.

 

eSATA support

 

<to be written>

 

Installation process     

 

 

set hint.ata.0.at="isa"
set hint.ata.0.port="0x1F0"
set hint.ata.0.irq="14"
set console="comconsole,vidconsole"       

 

 

ttyd0   "/usr/libexec/getty std.9600"   vt100   on secure

 

set hint.ata.0.at="isa"
set hint.ata.0.port="0x1F0"
set hint.ata.0.irq="14"
set console="comconsole,vidconsole"

 

 

/boot/loader.conf

 

boot_multicons="YES"
boot_serial="YES"
comconsole_speed="9600"
console="comconsole,vidconsole"

 

/boot/device.hints

hint.ata.0.at="isa"
hint.ata.0.port="0x1F0"
hint.ata.0.irq="14"