diff options
author | tanimura <tanimura@FreeBSD.org> | 1999-12-10 01:20:08 +0000 |
---|---|---|
committer | tanimura <tanimura@FreeBSD.org> | 1999-12-10 01:20:08 +0000 |
commit | 45d99c10189e03a43241d5074a7e19fce28d710b (patch) | |
tree | 45e0d3f0b69bcc7f0f0f2c6cfedf091b20892d6f /sys | |
parent | 8f028897e2d5348b1fa68a9585a00ab3fe7009da (diff) | |
download | FreeBSD-src-45d99c10189e03a43241d5074a7e19fce28d710b.zip FreeBSD-src-45d99c10189e03a43241d5074a7e19fce28d710b.tar.gz |
Make the origins clear.
Pointed out by: Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sound/pci/csa.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/pci/csaimg.h | 3 | ||||
-rw-r--r-- | sys/dev/sound/pci/csapcm.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/pci/csareg.h | 4 |
4 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 61dcd38..c339460 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -2,6 +2,10 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on cwcealdr.cpp and dhwiface.cpp in + * cwcealdr1.zip, the sample sources by Crystal Semiconductor. + * Copyright (c) 1996-1998 Crystal Semiconductor Corp. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/sound/pci/csaimg.h b/sys/dev/sound/pci/csaimg.h index 994c8bc..0fb196f 100644 --- a/sys/dev/sound/pci/csaimg.h +++ b/sys/dev/sound/pci/csaimg.h @@ -2,6 +2,9 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on cwcimage.h in cwcealdr1.zip, the + * sample source by Crystal Semiconductor. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index b8d3974..f2b37c0 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -2,6 +2,10 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on cwcealdr.cpp and dhwiface.cpp in + * cwcealdr1.zip, the sample sources by Crystal Semiconductor. + * Copyright (c) 1996-1998 Crystal Semiconductor Corp. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index 2453287..9fd68d8 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.h @@ -2,6 +2,10 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on hwdefs.h in cwcealdr1.zip, the + * sample source by Crystal Semiconductor. + * Copyright (c) 1996-1998 Crystal Semiconductor Corp. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |