Add TWE_OP_PROBE, which probes (and attaches) a port/drive. It's argument

is bytes 9 & 10 of the twe_cmd where the bit set corresponds to the port to
probe + 1 (ie: port 0 == 0x1).
This commit is contained in:
heas 2004-09-25 08:27:47 +00:00
parent f42653853a
commit afe3b1d559
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: twereg.h,v 1.7 2004/09/23 01:14:50 heas Exp $ */
/* $NetBSD: twereg.h,v 1.8 2004/09/25 08:27:47 heas Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -117,6 +117,7 @@
#define TWE_OP_WRITE 0x03
#define TWE_OP_READVERIFY 0x04
#define TWE_OP_VERIFY 0x05
#define TWE_OP_PROBE 0x06
#define TWE_OP_ZEROUNIT 0x08
#define TWE_OP_REPLACEUNIT 0x09
#define TWE_OP_HOTSWAP 0x0a