summaryrefslogtreecommitdiffstats
path: root/sys/dev/iir/iir.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-09-26 15:36:47 +0000
committerscottl <scottl@FreeBSD.org>2003-09-26 15:36:47 +0000
commit47c99c556b9631ae70de97a00bb969611f49d91b (patch)
treef5d8a5ae4f0701a20ba290e56b48bcb560ace719 /sys/dev/iir/iir.h
parent58f93096d930359fc72dbc0001cdd4e46efad5d9 (diff)
downloadFreeBSD-src-47c99c556b9631ae70de97a00bb969611f49d91b.zip
FreeBSD-src-47c99c556b9631ae70de97a00bb969611f49d91b.tar.gz
Update email addresses, copyrights, and tweak the management interface.
Submitted by: "Leubner, Achim" <Achim_Leubner@adaptec.com>
Diffstat (limited to 'sys/dev/iir/iir.h')
-rw-r--r--sys/dev/iir/iir.h21
1 files changed, 13 insertions, 8 deletions
diff --git a/sys/dev/iir/iir.h b/sys/dev/iir/iir.h
index 00c44fe..0f82277 100644
--- a/sys/dev/iir/iir.h
+++ b/sys/dev/iir/iir.h
@@ -1,6 +1,8 @@
/* $FreeBSD$ */
/*
- * Copyright (c) 2000-03 Intel Corporation
+ * Copyright (c) 2000-03 ICP vortex GmbH
+ * Copyright (c) 2002-03 Intel Corporation
+ * Copyright (c) 2003 Adaptec Inc.
* All Rights Reserved
*
* Redistribution and use in source and binary forms, with or without
@@ -33,24 +35,27 @@
*
* iir.h: Definitions/Constants used by the Intel Integrated RAID driver
*
- * Written by: Achim Leubner <achim.leubner@intel.com>
+ * Written by: Achim Leubner <achim_leubner@adaptec.com>
* Fixes/Additions: Boji Tony Kannanthanam <boji.t.kannanthanam@intel.com>
*
* credits: Niklas Hallqvist; OpenBSD driver for the ICP Controllers.
* FreeBSD.ORG; Great O/S to work on and for.
+ *
+ * $Id: iir.h 1.5 2003/08/26 12:28:21 achim Exp $"
*/
-
-#ident "$Id: iir.h 1.4 2003/03/21 16:28:57 achim Exp $"
-
#ifndef _IIR_H
#define _IIR_H
#define IIR_DRIVER_VERSION 1
-#define IIR_DRIVER_SUBVERSION 3
+#define IIR_DRIVER_SUBVERSION 4
#define IIR_CDEV_MAJOR 164
+/* OEM IDs */
+#define OEM_ID_ICP 0x941c
+#define OEM_ID_INTEL 0x8000
+
#define GDT_VENDOR_ID 0x1119
#define GDT_DEVICE_ID_MIN 0x100
#define GDT_DEVICE_ID_MAX 0x2ff
@@ -149,8 +154,8 @@
/* IOCTLs */
#define GDT_IOCTL_GENERAL _IOWR('J', 0, gdt_ucmd_t) /* general IOCTL */
-#define GDT_IOCTL_DRVERS _IOWR('J', 1, int) /* get driver version */
-#define GDT_IOCTL_CTRTYPE _IOR('J', 2, gdt_ctrt_t) /* get ctr. type */
+#define GDT_IOCTL_DRVERS _IOR('J', 1, int) /* get driver version */
+#define GDT_IOCTL_CTRTYPE _IOWR('J', 2, gdt_ctrt_t) /* get ctr. type */
#define GDT_IOCTL_OSVERS _IOR('J', 3, gdt_osv_t) /* get OS version */
#define GDT_IOCTL_CTRCNT _IOR('J', 5, int) /* get ctr. count */
#define GDT_IOCTL_EVENT _IOWR('J', 8, gdt_event_t) /* get event */
OpenPOWER on IntegriCloud