1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Back out the "close tray on open" feature, its not clear what

color it should have...
This commit is contained in:
Søren Schmidt 2001-01-08 21:34:25 +00:00
parent 9fe64a3aa6
commit 82cf4d7ae2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70802

View File

@ -517,8 +517,6 @@ acdopen(dev_t dev, int flags, int fmt, struct proc *p)
if (!(cdp = dev->si_drv1))
return ENXIO;
acd_eject(cdp, 1);
if (flags & FWRITE) {
if (count_dev(dev) > 1)
return EBUSY;