VIRTUTECH CONFIDENTIAL    Previous - Up - Next

floppy-drive

Provided by
82077
Class Hierarchy
conf-objectfloppy-drive
Interfaces Implemented
None
Description
Floppy disk drive for use with the 82077 controller.

Attributes

Attributes inherited from class conf-object
attributes, classname, component, iface, name, object_id, queue
Attribute List
cur_head
Optional attribute; read/write access; type: Integer.

Current head.

cur_sector
Optional attribute; read/write access; type: Integer.

Current sector.

cur_track
Optional attribute; read/write access; type: Integer.

Current track.

data_rate
Optional attribute; read/write access; type: Integer.

Current data rate.

disk_changed
Optional attribute; read/write access; type: Integer.

Disk in drive has changed.

drive_busy
Optional attribute; read/write access; type: Integer.

Drive busy flag.

heads
Optional attribute; read/write access; type: Integer.

Number of heads.

image
Optional attribute; read/write access; type: Object or Nil.

Object holding floppy data. Must implement the image interface.

motor_on
Optional attribute; read/write access; type: Integer.

Motor currently on.

sectors_per_track
Optional attribute; read/write access; type: Integer.

Number of sectors per track.

seek_in_progress
Optional attribute; read/write access; type: Integer.

A background seek is in progress.

tracks
Optional attribute; read/write access; type: Integer.

Number of tracks.

write_protect
Optional attribute; read/write access; type: Integer.

Write protect flag.

Command List

Commands
infoprint information about the device
statusprint status of the device

Command Descriptions

<floppy-drive>.info
Synopsis
<floppy-drive>.info
Description
Print detailed information about the configuration of the device.
<floppy-drive>.status
Synopsis
<floppy-drive>.status
Description
Print detailed information about the current status of the device.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next