CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/15 05:35:19
Modified files:
sys/arch/sparc64/sparc64: autoconf.c
Log message:
sys/sparc64: accept ide nodes in IDE bootpaths
OpenBIOS reports QEMU IDE disks with an intermediate ide node, while the
sparc64 bootpath code only treats ata as a channel node.
The disk is attached as wd0, but the final disk component is not nailed
as the boot device, so the kernel asks for the root device.
No QEMU level option seems possible to enforce ata disk.
OK: claudio@