Back out the "close tray on open" feature, its not clear what
color it should have...
This commit is contained in:
parent
9fe64a3aa6
commit
82cf4d7ae2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user