From 06d8f0af5def68e395b58636d5e7d6ca69daa51f Mon Sep 17 00:00:00 2001 From: Andrew Schultz Date: Wed, 23 Jun 2004 15:37:05 -0400 Subject: Fix to properly shadow the DEV bit in the Drive/Head register so other disks are properly detected and handled --HG-- extra : convert_revision : ffc3046deb68458ee2ef6fa5263dc471488abc45 --- dev/ide_ctrl.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dev/ide_ctrl.hh') diff --git a/dev/ide_ctrl.hh b/dev/ide_ctrl.hh index 679c7422b..39c64eb30 100644 --- a/dev/ide_ctrl.hh +++ b/dev/ide_ctrl.hh @@ -144,6 +144,10 @@ class IdeController : public PciDev /** Select the disk based on a pointer */ int getDisk(IdeDisk *diskPtr); + public: + /** See if a disk is selected based on its pointer */ + bool isDiskSelected(IdeDisk *diskPtr); + public: /** * Constructs and initializes this controller. -- cgit v1.2.3