diff options
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha.c | 2 | ||||
| -rw-r--r-- | sys/dev/aha/aha_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/aha/ahareg.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 919b1ecd6764..9a2232859c3a 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -1,4 +1,4 @@ -/* +/*- * Generic register and struct definitions for the Adaptech 154x/164x * SCSI host adapters. Product specific probe and attach routines can * be found in: diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index c43a428dda17..ba27bc5a20c0 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -1,4 +1,4 @@ -/* +/*- * Product specific probe and attach routines for: * Adaptec 154x. * diff --git a/sys/dev/aha/ahareg.h b/sys/dev/aha/ahareg.h index c64d8ea06a73..c5b61f813977 100644 --- a/sys/dev/aha/ahareg.h +++ b/sys/dev/aha/ahareg.h @@ -1,4 +1,4 @@ -/* +/*- * Generic register and struct definitions for the Adaptech 1540, 1542, * 1640, 1642 SCSI host adapters. Product specific probe and attach * routines can be found in: |
