Subject: Thinkpad boots from wd11a... should this get send-pr'd?
To: None <port-i386@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: port-i386
Date: 10/16/1999 11:53:07
So, there's a line in .../i386/stand/biosboot/devopen.c that
says

        if (unit >= 4)          /* ??? */
		return (EUNIT);

This is apparently Wrong; my Thinkpad boots (correctl!) from 'wd11a' if
it's doing the floppy-on-CD thing.

Anyone know what that code thought it was doing, or why it was there in
the first place?

-s