Home
last modified time | relevance | path

Searched defs:ncr53c9x_softc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/esp/
HDncr53c9xvar.h302 struct ncr53c9x_softc { struct
303 device_t sc_dev; /* us as a device */
305 struct cam_sim *sc_sim; /* our scsi adapter */
306 struct cam_path *sc_path; /* our scsi channel */
307 struct callout sc_watchdog; /* periodic timer */
309 const struct ncr53c9x_glue *sc_glue; /* glue to MD code */
311 int sc_cfflags; /* Copy of config flags */
314 uint8_t sc_cfg1; /* Config 1 */
315 uint8_t sc_cfg2; /* Config 2, not ESP100 */
316 uint8_t sc_cfg3; /* Config 3, ESP200,FAS */
[all …]