aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/aac/aac.c3
-rw-r--r--sys/dev/aac/aac_pci.c2
-rw-r--r--sys/dev/aac/aacreg.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index 122cda760d5f..3801ce2fa64a 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -73,7 +73,8 @@ static void aac_host_command(struct aac_softc *sc);
static void aac_host_response(struct aac_softc *sc);
/* Command Buffer Management */
-static int aac_alloc_command(struct aac_softc *sc, struct aac_command **cmp);
+static int aac_alloc_command(struct aac_softc *sc,
+ struct aac_command **cmp);
static void aac_release_command(struct aac_command *cm);
static void aac_map_command_helper(void *arg, bus_dma_segment_t *segs,
int nseg, int error);
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index d56976139541..ee4de0bdb103 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -2,7 +2,7 @@
* Copyright (c) 2000 Michael Smith
* Copyright (c) 2001 Scott Long
* Copyright (c) 2000 BSDi
- * Copyright (c) Adaptec, Inc.
+ * Copyright (c) 2001 Adaptec, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h
index 848c0b37952d..fd5c9b92fc4a 100644
--- a/sys/dev/aac/aacreg.h
+++ b/sys/dev/aac/aacreg.h
@@ -1,6 +1,6 @@
/*-
* Copyright (c) 2000 Michael Smith
- * Copyright (c) 2001 Scott Long
+ * Copyright (c) 2000-2001 Scott Long
* Copyright (c) 2000 BSDi
* Copyright (c) 2001 Adaptec, Inc.
* All rights reserved.