Lines Matching full:drive
52 * DL = drive (80h-FFh)
67 * Note: the Phoenix Enhanced Disk Drive Specification v1.0 uses version 2.0 of
73 * 1 removable drive controller functions (AH=45h,46h,48h,49h,INT 15/AH=52h)
75 * 2 enhanced disk drive (EDD) functions (AH=48h,AH=4Eh) supported
76 * extended drive parameter table is valid (see #00273,#00278)
99 return -1; /* Drive does not exist? */
105 * INT 13 - IBM/MS INT 13 Extensions - GET DRIVE PARAMETERS
107 * DL = drive (80h-FFh)
108 * DS:SI -> buffer for drive parameters
116 * same geometry as drive 80h; as a workaround, scan through disk
130 * bytes, this function shall not return the pointer to Drive Parameter
163 * get_drive_parameters_without_extensions - retrieve drive parameters via AH=08h
165 * INT 13 - DISK - GET DRIVE PARAMETERS (PC,XT286,CONV,PS,ESDI,SCSI)
167 * DL = drive (bit 7 set for hard disk)
174 * BL = drive type (AT/PS2 floppies only) (see #00242)
180 * ES:DI -> drive parameter table (floppies only)
183 * - may return successful even though specified drive is greater than the
203 * same geometry as drive 80h; as a workaround, scan through disk
229 /* DL contains the maximum drive number (it starts at 0) */
233 /* Drive specified greater than the bumber of attached drives */
260 * get_drive_parameters - retrieve drive parameters
272 /* If geometry isn't valid, no need to try to get more info about the drive */