From 55aba426ed43f72bca4b8d2d2395e6fae7f7c136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 11 Jan 2008 00:21:48 +0000 Subject: [PATCH] comments on bios drives. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23368 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/atari_m68k/Handle.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/system/boot/platform/atari_m68k/Handle.cpp b/src/system/boot/platform/atari_m68k/Handle.cpp index c6529eaa7b..1f5282cedb 100644 --- a/src/system/boot/platform/atari_m68k/Handle.cpp +++ b/src/system/boot/platform/atari_m68k/Handle.cpp @@ -14,7 +14,10 @@ /* * (X)BIOS supports char and block devices with a separate namespace * for char devs handle is {DEV_PRINTER, ... DEV_CONSOLE, ...} - * for block devs handle is the drive number. + * for block devs handle is either: + * - the partition number {0=A:, 2=C:...} in logical mode. + * - the drive number {0=A:, 1=B:, 2=ACSI-0, 10=SCSI-0, ...} + * in phys mode (RW_NOTRANSLATE). * BlockHandle is in devices.cpp * * XXX: handle network devices ? not sure how TOS net extensions do this