Re: mdconfig -l broken after /sys/dev/md/md.c rev 1.77

2003-01-27 Thread phk
In message <[EMAIL PROTECTED]>, Giorgos Keramidas writes: >mdconfig -l stopped working in -current after revision 1.76 of md.c. > >I just reverted src/sys/dev/md/md.c to revision 1.76 and removed >M_WAITOK to let me build a kernel with that version of md.c. Now >mdconfig correctly lists the open m

mdconfig -l broken after /sys/dev/md/md.c rev 1.77

2003-01-26 Thread Giorgos Keramidas
mdconfig -l stopped working in -current after revision 1.76 of md.c. I just reverted src/sys/dev/md/md.c to revision 1.76 and removed M_WAITOK to let me build a kernel with that version of md.c. Now mdconfig correctly lists the open md devices. I'm not sure if I understand how disks work, but it