"Michael van Elst" <mlelstv%netbsd.org@localhost> wrote: >Module Name: src >Committed By: mlelstv >Date: Wed Nov 1 19:34:46 UTC 2017 > >Modified Files: > src/sys/dev: files.dev > src/sys/dev/ata: ata_raid_adaptec.c ata_raid_intel.c ata_raid_jmicron.c > ata_raid_nvidia.c ata_raid_promise.c ata_raid_via.c wd.c wdvar.h > >Log Message: >refactor wd and ataraid drivers to use common disk subroutines.
Should this work if wedges are not being used ? Without any DKWEDGE_* options I now get: ... opendisk: can't open dev wd0 (5) opendisk: can't open dev wd0 (5) opendisk: can't open dev wd0 (5) boot device: <unknown> root on wd0a dumps on wd0b vfs_mountroot: can't open root device cannot mount root, error = 5 Robert Swindells