diff options
| author | Scott Long <scottl@FreeBSD.org> | 2001-08-05 06:15:00 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2001-08-05 06:15:00 +0000 |
| commit | fadfef893fc310adfeb8c138b6a811779423d5bc (patch) | |
| tree | fd98d6e9b499e2c4ceb266e8164bd52dc7061253 /sys/dev/aac | |
| parent | 557b792532015dc223400729a02b138173161359 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac.c | 3 | ||||
| -rw-r--r-- | sys/dev/aac/aac_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/aac/aacreg.h | 2 |
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. |
