Entry | |
---|---|
R0 | Device ID |
R1 | Reason Code 131331 (&20103) |
R2 | Device ID mask |
Exit | |
---|---|
All registers preserved |
Issued when a new device or bus is deregistered with SCSIdriver. A hardware driver may issue this itself to indicate that a device has been detached without deregistering from SCSIdriver.
The mask indicates whether a bus, a device or a unit (potentially multiple) has been detached.
Example:
Bus 0, device 1 detached: | R0 = &01 (0:1.0), R2 = &1F (3:7.0) |
Bus 3, device 4, unit 5 detached: | R0 = &BC (3:4.5), R2 = &FF (3:7.7) |
Bus 2 detached: | R0 = &10 (2:0.0), R2 = &18 (2:0.0) |