I removed device ata from the kernel config file. Now
My original motivation for this is that I wanted to attach an older IDE drive to the system, but when ata() is built into kernel it becomes first drive and changes drive numbers which I don't want. But with ata() as a kernel module IDE disk doesn't show up at all.
kldload ata doesn't cause IDE disk to come online as I expected. What else is needed for IDE disk to become visible after ata.ko is loaded?My original motivation for this is that I wanted to attach an older IDE drive to the system, but when ata() is built into kernel it becomes first drive and changes drive numbers which I don't want. But with ata() as a kernel module IDE disk doesn't show up at all.