Date: Sat, 11 Jan 2003 12:10:41 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c Message-ID: <200301112010.h0BKAfIZ080424@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2003/01/11 12:10:41 PST
Modified files:
sys/isa fd.c
Log:
Bail out of fd_clone() if the parsed unit number doesn't match our
expectation.
This solves the problem, where in a constellation with two (or more)
drives, an attempt is made to access a device name for that device
using a historic partition letter, like /dev/fd1c. This is supposed
to create a symlink to the master device, but previously, the link was
always created to /dev/fd0, even if the request was for fd1*.
Revision Changes Path
1.244 +3 -0 src/sys/isa/fd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301112010.h0BKAfIZ080424>
