diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-01-11 06:22:48 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-01-11 06:22:48 +0000 |
commit | b6b7caec2ed0c41699d85d7d562f7a5026921ef8 (patch) | |
tree | 0c6c9f7694e0da133a58a65657efb060a5457893 /sys/dev/aha | |
parent | 290f99bb70bbce919fe303aa690b3b395fb0716e (diff) |
Notes
Diffstat (limited to 'sys/dev/aha')
-rw-r--r-- | sys/dev/aha/aha_isa.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index a9a36ca292926..4ff3450d12757 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -1,7 +1,8 @@ -/*- +/* * Product specific probe and attach routines for: * Adaptec 154x. - * + */ +/*- * Copyright (c) 1999-2003 M. Warner Losh * All rights reserved. * |