diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-06 18:27:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-06 18:27:30 +0000 |
| commit | fa521b036670715f43656cf6c8bebc818f8b06c8 (patch) | |
| tree | 7c40833f4d1636da8fa92d3ff11956ab64488972 /sys/gnu/dev | |
| parent | aab95e55808cf89478d574bb998aef20b9a09bf6 (diff) | |
Notes
Diffstat (limited to 'sys/gnu/dev')
| -rwxr-xr-x | sys/gnu/dev/sound/pci/csaimg.h | 3 | ||||
| -rw-r--r-- | sys/gnu/dev/sound/pci/emu10k1.h | 2 | ||||
| -rw-r--r-- | sys/gnu/dev/sound/pci/maestro3_dsp.h | 2 | ||||
| -rw-r--r-- | sys/gnu/dev/sound/pci/maestro3_reg.h | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/sys/gnu/dev/sound/pci/csaimg.h b/sys/gnu/dev/sound/pci/csaimg.h index 51fdde1d66c4..ba3ba14914f6 100755 --- a/sys/gnu/dev/sound/pci/csaimg.h +++ b/sys/gnu/dev/sound/pci/csaimg.h @@ -1,4 +1,5 @@ -/**************************************************************************** +/*- + **************************************************************************** * "CWCIMAGE.H"-- For CS46XX. Ver 1.04 * Copyright 1998-2001 (c) Cirrus Logic Corp. * Version 1.04 diff --git a/sys/gnu/dev/sound/pci/emu10k1.h b/sys/gnu/dev/sound/pci/emu10k1.h index f3250f5fd177..95e2fa422631 100644 --- a/sys/gnu/dev/sound/pci/emu10k1.h +++ b/sys/gnu/dev/sound/pci/emu10k1.h @@ -1,4 +1,4 @@ -/* +/*- ********************************************************************** * emu10k1.h, derived from 8010.h * Copyright 1999-2001 Creative Labs, Inc. diff --git a/sys/gnu/dev/sound/pci/maestro3_dsp.h b/sys/gnu/dev/sound/pci/maestro3_dsp.h index 9c14f336dc9d..908abca55a8b 100644 --- a/sys/gnu/dev/sound/pci/maestro3_dsp.h +++ b/sys/gnu/dev/sound/pci/maestro3_dsp.h @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* +/*- * ESS Technology allegro audio driver. * * Copyright (C) 1992-2000 Don Kim (don.kim@esstech.com) diff --git a/sys/gnu/dev/sound/pci/maestro3_reg.h b/sys/gnu/dev/sound/pci/maestro3_reg.h index f74ed309c5ba..2e60a1c32af8 100644 --- a/sys/gnu/dev/sound/pci/maestro3_reg.h +++ b/sys/gnu/dev/sound/pci/maestro3_reg.h @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* +/*- * ESS Technology allegro audio driver. * * Copyright (C) 1992-2000 Don Kim (don.kim@esstech.com) |
