summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
committerobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
commitc63dab466c1f033b389bd6ea609f595059544212 (patch)
tree42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/ips
parentfb9845a19e4bbed8172870281b730ff77f07b9be (diff)
downloadFreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.zip
FreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.tar.gz
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/dev/ips')
-rw-r--r--sys/dev/ips/ips.c7
-rw-r--r--sys/dev/ips/ips_commands.c7
-rw-r--r--sys/dev/ips/ips_disk.c7
-rw-r--r--sys/dev/ips/ips_ioctl.c8
-rw-r--r--sys/dev/ips/ips_pci.c5
5 files changed, 16 insertions, 18 deletions
diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c
index 98a09d3..0cbcf6b 100644
--- a/sys/dev/ips/ips.c
+++ b/sys/dev/ips/ips.c
@@ -1,9 +1,8 @@
/*-
+ * Written by: David Jeffery
* Copyright (c) 2002 Adaptec Inc.
* All rights reserved.
*
- * Written by: David Jeffery
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -24,10 +23,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <dev/ips/ips.h>
#include <sys/stat.h>
diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c
index c83de4c..f5c95f1 100644
--- a/sys/dev/ips/ips_commands.c
+++ b/sys/dev/ips/ips_commands.c
@@ -1,9 +1,8 @@
/*-
+ * Written by: David Jeffery
* Copyright (c) 2002 Adaptec Inc.
* All rights reserved.
*
- * Written by: David Jeffery
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -24,10 +23,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <dev/ips/ips.h>
diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c
index 2ea2c76..7b073b7 100644
--- a/sys/dev/ips/ips_disk.c
+++ b/sys/dev/ips/ips_disk.c
@@ -1,9 +1,8 @@
/*-
+ * Written by: David Jeffery
* Copyright (c) 2002 Adaptec Inc.
* All rights reserved.
*
- * Written by: David Jeffery
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -24,10 +23,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <dev/ips/ips.h>
#include <dev/ips/ips_disk.h>
diff --git a/sys/dev/ips/ips_ioctl.c b/sys/dev/ips/ips_ioctl.c
index 4788ffc..de52b3f 100644
--- a/sys/dev/ips/ips_ioctl.c
+++ b/sys/dev/ips/ips_ioctl.c
@@ -1,9 +1,8 @@
/*-
+ * Written by: David Jeffery
* Copyright (c) 2002 Adaptec Inc.
* All rights reserved.
*
- * Written by: David Jeffery
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -24,13 +23,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <dev/ips/ips.h>
#include <dev/ips/ips_ioctl.h>
+
static void ips_ioctl_finish(ips_command_t *command)
{
ips_ioctl_t *ioctl_cmd = command->arg;
diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c
index 8cda989..47ff7ec 100644
--- a/sys/dev/ips/ips_pci.c
+++ b/sys/dev/ips/ips_pci.c
@@ -24,12 +24,13 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <dev/ips/ips.h>
+
static int ips_pci_free(ips_softc_t *sc);
static int ips_pci_probe(device_t dev)
OpenPOWER on IntegriCloud