The physical ASYNC device driver supports the File System requests as shown in the following table.
┌──────────┬──────────────────────────────────────────────────┐ │Request │Description │ ├──────────┼──────────────────────────────────────────────────┤ │INIT │Initialize the device │ ├──────────┼──────────────────────────────────────────────────┤ │Open │Open the device │ ├──────────┼──────────────────────────────────────────────────┤ │Close │Close the device │ ├──────────┼──────────────────────────────────────────────────┤ │Read │Read from the device (Normal, Non-Destructive │ │ │No-Wait) │ ├──────────┼──────────────────────────────────────────────────┤ │Write │Write to the device │ ├──────────┼──────────────────────────────────────────────────┤ │Status │Input or output status │ ├──────────┼──────────────────────────────────────────────────┤ │Flush │Flush or terminate all pending requests │ └──────────┴──────────────────────────────────────────────────┘