diff options
Diffstat (limited to 'sys/dev/twe/tweio.h')
-rw-r--r-- | sys/dev/twe/tweio.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/twe/tweio.h b/sys/dev/twe/tweio.h index 7aed7d1..1b78472 100644 --- a/sys/dev/twe/tweio.h +++ b/sys/dev/twe/tweio.h @@ -1,5 +1,7 @@ /*- * Copyright (c) 2000 Michael Smith + * Copyright (c) 2003 Paul Saab + * Copyright (c) 2003 Vinod Kashyap * Copyright (c) 2000 BSDi * All rights reserved. * @@ -55,6 +57,7 @@ struct twe_usercommand { struct twe_qstat { u_int32_t q_length; u_int32_t q_max; + u_int32_t q_min; }; /* @@ -70,8 +73,8 @@ union twe_statrequest { /* * AEN listen */ -#define TWEIO_AEN_POLL _IOR('T', 102, int) -#define TWEIO_AEN_WAIT _IOR('T', 103, int) +#define TWEIO_AEN_POLL _IOR('T', 102, u_int16_t) +#define TWEIO_AEN_WAIT _IOR('T', 103, u_int16_t) /* * Controller parameter access |