Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsireg.h369 struct scsi_disco_reco { struct
370 u_char page_savable : 1; /* save parameters */
371 u_char rsvd : 1;
372 u_char page_code : 6; /* = 0x02 */
373 u_char page_length; /* = 10 */
374 u_char buffer_full_ratio; /* write, how full before reconnect? */
375 u_char buffer_empty_ratio; /* read, how full before reconnect? */
377 u_short bus_inactivity_limit; /* how much bus time for busy */
378 u_short disconnect_time_limit; /* min to remain disconnected */
379 u_short connect_time_limit; /* min to remain connected */
[all …]