Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82092
b: refs/heads/master
c: 3fc3cbf
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 1, 2008
1 parent 3f906a0 commit 0317c40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bc4cf2d826cb497063f6a84ab444cff13537e5f
refs/heads/master: 3fc3cbf786b6e73cd5cfe2f3233410a260405c86
3 changes: 0 additions & 3 deletions trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2855,9 +2855,6 @@ int ide_cdrom_setup (ide_drive_t *drive)

cd->cd_flags |= IDE_CD_FLAG_MEDIA_CHANGED;

#if NO_DOOR_LOCKING
cd->cd_flags |= IDE_CD_FLAG_NO_DOORLOCK;
#endif
if ((drive->id->config & 0x0060) == 0x20)
cd->cd_flags |= IDE_CD_FLAG_DRQ_INTERRUPT;
cd->cd_flags |= IDE_CD_FLAG_NO_EJECT;
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/ide/ide-cd.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
#endif


/* Turning this on will disable the door-locking functionality.
This is apparently needed for supermount. */

#ifndef NO_DOOR_LOCKING
#define NO_DOOR_LOCKING 0
#endif

/*
* typical timeout for packet command
*/
Expand Down

0 comments on commit 0317c40

Please sign in to comment.