aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/aac_ioctl.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-09-05 20:43:02 +0000
committerScott Long <scottl@FreeBSD.org>2001-09-05 20:43:02 +0000
commit914da7d0d3b32f346a637f178a8a8cf9f3adf2db (patch)
tree9fe10e35a0487fd2c6661c5d06a24913d0e48855 /sys/sys/aac_ioctl.h
parent8e25dc9b104e8cc67129448cec9ee48f3cb1a6ae (diff)
downloadsrc-914da7d0d3b32f346a637f178a8a8cf9f3adf2db.tar.gz
src-914da7d0d3b32f346a637f178a8a8cf9f3adf2db.zip
Bring the aac driver *much* closer to style(9).
Reviewed by: ken
Notes
Notes: svn path=/head/; revision=83114
Diffstat (limited to 'sys/sys/aac_ioctl.h')
-rw-r--r--sys/sys/aac_ioctl.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/sys/sys/aac_ioctl.h b/sys/sys/aac_ioctl.h
index fda2afd100e5..1b798ebd8238 100644
--- a/sys/sys/aac_ioctl.h
+++ b/sys/sys/aac_ioctl.h
@@ -39,16 +39,16 @@
#define AACQ_COUNT 5 /* total number of queues */
struct aac_qstat {
- u_int32_t q_length;
- u_int32_t q_max;
+ u_int32_t q_length;
+ u_int32_t q_max;
};
/*
* Statistics request
*/
union aac_statrequest {
- u_int32_t as_item;
- struct aac_qstat as_qstat;
+ u_int32_t as_item;
+ struct aac_qstat as_qstat;
};
#define AACIO_STATS _IOWR('T', 101, union aac_statrequest)
@@ -147,33 +147,33 @@ union aac_statrequest {
* Support for faking the "miniport" version.
*/
struct aac_rev_check {
- RevComponent callingComponent;
- struct FsaRevision callingRevision;
+ RevComponent callingComponent;
+ struct FsaRevision callingRevision;
};
struct aac_rev_check_resp {
- int possiblyCompatible;
- struct FsaRevision adapterSWRevision;
+ int possiblyCompatible;
+ struct FsaRevision adapterSWRevision;
};
/*
* Context passed in by a consumer looking to collect an AIF.
*/
struct get_adapter_fib_ioctl {
- u_int32_t AdapterFibContext;
- int Wait;
- caddr_t AifFib;
+ u_int32_t AdapterFibContext;
+ int Wait;
+ caddr_t AifFib;
};
struct aac_query_disk {
- int32_t ContainerNumber;
- int32_t Bus;
- int32_t Target;
- int32_t Lun;
- u_int32_t Valid;
- u_int32_t Locked;
- u_int32_t Deleted;
- int32_t Instance;
- char diskDeviceName[10];
- u_int32_t UnMapped;
+ int32_t ContainerNumber;
+ int32_t Bus;
+ int32_t Target;
+ int32_t Lun;
+ u_int32_t Valid;
+ u_int32_t Locked;
+ u_int32_t Deleted;
+ int32_t Instance;
+ char diskDeviceName[10];
+ u_int32_t UnMapped;
};