Differential Diff 63739
Diff 63739
Diff 63739
Properties
Properties
Path | Size | ||||
---|---|---|---|---|---|
| |||||
| |||||
2 lines | |||||
6 lines | |||||
4 lines | |||||
2 lines | |||||
1 line |
Diff 63739
Diff 63739
Uses/charsetfix.mk
Show First 20 Lines • Show All 232 Lines • ▼ Show 20 Lines | struct ciss_softc | ||||
struct mtx ciss_mtx; | struct mtx ciss_mtx; | ||||
struct ciss_ldrive **ciss_logical; | struct ciss_ldrive **ciss_logical; | ||||
struct ciss_pdrive **ciss_physical; | struct ciss_pdrive **ciss_physical; | ||||
union ciss_device_address *ciss_controllers; /* controller address */ | union ciss_device_address *ciss_controllers; /* controller address */ | ||||
int ciss_max_bus_number; /* maximum bus number */ | int ciss_max_bus_number; /* maximum bus number */ | ||||
int ciss_max_logical_bus; | int ciss_max_logical_bus; | ||||
int ciss_max_physical_bus; | int ciss_max_physical_bus; | ||||
int ciss_max_physical_target; /* highest physical target number */ | |||||
kevans: The name should be tabbed over, rather than spaced over, to match the lines above it. | |||||
struct cam_devq *ciss_cam_devq; | struct cam_devq *ciss_cam_devq; | ||||
struct cam_sim **ciss_cam_sim; | struct cam_sim **ciss_cam_sim; | ||||
int ciss_soft_reset; | int ciss_soft_reset; | ||||
int ciss_flags; | int ciss_flags; | ||||
#define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | #define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | ||||
▲ Show 20 Lines • Show All 144 Lines • Show Last 20 Lines |
Uses/gnome.mk
Show First 20 Lines • Show All 232 Lines • ▼ Show 20 Lines | struct ciss_softc | ||||
struct mtx ciss_mtx; | struct mtx ciss_mtx; | ||||
struct ciss_ldrive **ciss_logical; | struct ciss_ldrive **ciss_logical; | ||||
struct ciss_pdrive **ciss_physical; | struct ciss_pdrive **ciss_physical; | ||||
union ciss_device_address *ciss_controllers; /* controller address */ | union ciss_device_address *ciss_controllers; /* controller address */ | ||||
int ciss_max_bus_number; /* maximum bus number */ | int ciss_max_bus_number; /* maximum bus number */ | ||||
int ciss_max_logical_bus; | int ciss_max_logical_bus; | ||||
int ciss_max_physical_bus; | int ciss_max_physical_bus; | ||||
int ciss_max_physical_target; /* highest physical target number */ | |||||
Done Inline ActionsThe name should be tabbed over, rather than spaced over, to match the lines above it. kevans: The name should be tabbed over, rather than spaced over, to match the lines above it. | |||||
struct cam_devq *ciss_cam_devq; | struct cam_devq *ciss_cam_devq; | ||||
struct cam_sim **ciss_cam_sim; | struct cam_sim **ciss_cam_sim; | ||||
int ciss_soft_reset; | int ciss_soft_reset; | ||||
int ciss_flags; | int ciss_flags; | ||||
#define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | #define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | ||||
▲ Show 20 Lines • Show All 144 Lines • Show Last 20 Lines |
Uses/pathfix.mk
Show First 20 Lines • Show All 232 Lines • ▼ Show 20 Lines | struct ciss_softc | ||||
struct mtx ciss_mtx; | struct mtx ciss_mtx; | ||||
struct ciss_ldrive **ciss_logical; | struct ciss_ldrive **ciss_logical; | ||||
struct ciss_pdrive **ciss_physical; | struct ciss_pdrive **ciss_physical; | ||||
union ciss_device_address *ciss_controllers; /* controller address */ | union ciss_device_address *ciss_controllers; /* controller address */ | ||||
int ciss_max_bus_number; /* maximum bus number */ | int ciss_max_bus_number; /* maximum bus number */ | ||||
int ciss_max_logical_bus; | int ciss_max_logical_bus; | ||||
int ciss_max_physical_bus; | int ciss_max_physical_bus; | ||||
int ciss_max_physical_target; /* highest physical target number */ | |||||
Done Inline ActionsThe name should be tabbed over, rather than spaced over, to match the lines above it. kevans: The name should be tabbed over, rather than spaced over, to match the lines above it. | |||||
struct cam_devq *ciss_cam_devq; | struct cam_devq *ciss_cam_devq; | ||||
struct cam_sim **ciss_cam_sim; | struct cam_sim **ciss_cam_sim; | ||||
int ciss_soft_reset; | int ciss_soft_reset; | ||||
int ciss_flags; | int ciss_flags; | ||||
#define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | #define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | ||||
▲ Show 20 Lines • Show All 144 Lines • Show Last 20 Lines |
bsd.gecko.mk
Show First 20 Lines • Show All 232 Lines • ▼ Show 20 Lines | struct ciss_softc | ||||
struct mtx ciss_mtx; | struct mtx ciss_mtx; | ||||
struct ciss_ldrive **ciss_logical; | struct ciss_ldrive **ciss_logical; | ||||
struct ciss_pdrive **ciss_physical; | struct ciss_pdrive **ciss_physical; | ||||
union ciss_device_address *ciss_controllers; /* controller address */ | union ciss_device_address *ciss_controllers; /* controller address */ | ||||
int ciss_max_bus_number; /* maximum bus number */ | int ciss_max_bus_number; /* maximum bus number */ | ||||
int ciss_max_logical_bus; | int ciss_max_logical_bus; | ||||
int ciss_max_physical_bus; | int ciss_max_physical_bus; | ||||
int ciss_max_physical_target; /* highest physical target number */ | |||||
Done Inline ActionsThe name should be tabbed over, rather than spaced over, to match the lines above it. kevans: The name should be tabbed over, rather than spaced over, to match the lines above it. | |||||
struct cam_devq *ciss_cam_devq; | struct cam_devq *ciss_cam_devq; | ||||
struct cam_sim **ciss_cam_sim; | struct cam_sim **ciss_cam_sim; | ||||
int ciss_soft_reset; | int ciss_soft_reset; | ||||
int ciss_flags; | int ciss_flags; | ||||
#define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | #define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */ | ||||
▲ Show 20 Lines • Show All 144 Lines • Show Last 20 Lines |
The name should be tabbed over, rather than spaced over, to match the lines above it.