Commit 99458ba3 authored by Dave Jones's avatar Dave Jones

[PATCH] Christoph Hellwig contact update

From 2.4
parent 8404118b
/*
* ad1848.c
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*/
#define AD_F_CS4231 0x0001 /* Returned if a CS4232 (or compatible) detected */
#define AD_F_CS4248 0x0001 /* Returned if a CS4248 (or compatible) detected */
......
/*
* cs4232.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
int probe_cs4232 (struct address_info *hw_config,int useisapnp);
void attach_cs4232 (struct address_info *hw_config);
......
/*
* gus.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
#include "ad1848.h"
......
/*
* uart401.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
/* From uart401.c */
int probe_uart401 (struct address_info *hw_config, struct module *owner);
......
/*
* opl3.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
int opl3_detect (int ioaddr, int *osp);
int opl3_init(int ioaddr, int *osp, struct module *owner);
......
/*
* pas2.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
/* From pas_card.c */
int pas_set_intr(int mask);
......
......@@ -48,7 +48,7 @@
* Added module parameter pss_firmware to allow the user to tell
* the driver where the fireware file is located. The default
* setting is the previous hardcoded setting "/etc/sound/pss_synth".
* 00-03-03: Christoph Hellwig <chhellwig@gmx.net>
* 00-03-03: Christoph Hellwig <chhellwig@infradead.org>
* Adapted to module_init/module_exit
* 11-10-2000: Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
* Added __init to probe_pss(), attach_pss() and probe_pss_mpu()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment