2 * Copyright 2002-2004, Thomas Kurschel. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _SCSI_BUS_RAW_DRIVER_H
6 #define _SCSI_BUS_RAW_DRIVER_H
9 /*! Part of Open SCSI bus manager
11 Devfs entry for raw bus access.
13 This interface will go away. It's used by scsi_probe as
14 long as we have no proper pnpfs where all the info can
22 // we start with +300 to not collide with any other SCSI opcode defined
23 // in scsiprobe_driver.h or scsi.h;
24 // all ioctl calls return the subsystem status (see SCSI.h)
26 B_SCSI_BUS_RAW_RESET
= B_DEVICE_OP_CODES_END
+ 300,
27 B_SCSI_BUS_RAW_PATH_INQUIRY
30 #endif /* _SCSI_BUS_RAW_DRIVER_H */