Ok, will do. However, is this just a temporary solution or will you
commit this? If its just temporary, what will be the permanent solution?
Petr
Thomas E. Spanjaard wrote:
Petr Janda wrote:
I have just started up the system with NATA and I already have
something to note:
1) My cd/dvd drive is invisible
2) My ATA-133 drive is invisible too.
My kernel config is:
#options PCI_MAP_FIXUP
PCI_MAP_FIXUP is commented out because its impossible to compile
kernel with it (option not found or something). Tried it with and
without natapicam but i get the same result: no cdrom, no ATA-133 drive.
Thomas E. Spanjaard wrote:
> Thomas E. Spanjaard wrote:
>> you have to apply the diff I mentioned in [1]
> 1:
http://leaf.dragonflybsd.org/mailarchive/kernel/2006-12/msg00007.html
Without PCI_MAP_FIXUP, the ATA controller that is configured in legacy
mode (e.g., channel 0 on IRQ 14 and channel 1 on IRQ 15) will not have
the appropriate PCI BARs set. The patch adds these BARs to the
resource list of the device.
Cheers,