aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2001-01-08 21:34:25 +0000
committerSøren Schmidt <sos@FreeBSD.org>2001-01-08 21:34:25 +0000
commit82cf4d7ae2c4cb4620476378a14e0578506db46b (patch)
tree9f2b0493132acae91c0d624a065136b1e45a4087 /sys
parent9fe64a3aa6a56cdc2ab569475abb55c08c52d775 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ata/atapi-cd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c
index 8c5a981c59db..2b96ce273a95 100644
--- a/sys/dev/ata/atapi-cd.c
+++ b/sys/dev/ata/atapi-cd.c
@@ -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;