diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
| commit | 098ca2bda93c701c5331d4e6aace072495b4caaa (patch) | |
| tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/trm | |
| parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/trm')
| -rw-r--r-- | sys/dev/trm/trm.c | 5 | ||||
| -rw-r--r-- | sys/dev/trm/trm.h | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 2319828b8d0c..fac2c90dec9b 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -8,7 +8,6 @@ * DC395U2D/U2W(TRM-S2080) * PCI SCSI Bus Master Host Adapter * (SCSI chip set used Tekram ASIC TRM-S1040,TRM-S2080) - *(C)Copyright 1995-2001 Tekram Technology Co.,Ltd. */ #include <sys/cdefs.h> @@ -27,8 +26,8 @@ __FBSDID("$FreeBSD$"); * 1.11 10/13/2001 Oscar Feng Fixed wrong Async speed display bug. */ -/* - * +/*- + * (C)Copyright 1995-2001 Tekram Technology Co.,Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/trm/trm.h b/sys/dev/trm/trm.h index e9eadbea8181..21248835a510 100644 --- a/sys/dev/trm/trm.h +++ b/sys/dev/trm/trm.h @@ -1,10 +1,12 @@ -/* +/*- * File Name : trm.h * * Tekram DC395U/UW/F ,DC315/U * PCI SCSI Bus Master Host Adapter Device Driver * (SCSI chip set used Tekram ASIC TRM-S1040) * + * (C)Copyright 1995-2001 Tekram Technology Co.,Ltd. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |
