* Who is the Linux telephone subsystem maintainer?
@ 2002-01-31 16:45 Thomas Davis
2002-01-31 17:40 ` Alan Cox
2002-02-01 1:43 ` 2.5.3-dj7 Daniel E. Shipton
0 siblings, 2 replies; 4+ messages in thread
From: Thomas Davis @ 2002-01-31 16:45 UTC (permalink / raw)
To: linux-kernel
I've been working on a driver the Creative VOIPBlaster.
(http://sourceforge.net/projects/voip-blaster)
It's based on the Linux telephony API.
Who is the maintainer for this subsection?
Thanks!
--
------------------------+--------------------------------------------------
Thomas Davis | ASG Cluster guy
tadavis@lbl.gov |
(510) 486-4524 | "80 nodes and chugging Captain!"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Who is the Linux telephone subsystem maintainer?
2002-01-31 16:45 Who is the Linux telephone subsystem maintainer? Thomas Davis
@ 2002-01-31 17:40 ` Alan Cox
2002-02-01 1:43 ` 2.5.3-dj7 Daniel E. Shipton
1 sibling, 0 replies; 4+ messages in thread
From: Alan Cox @ 2002-01-31 17:40 UTC (permalink / raw)
To: Thomas Davis; +Cc: linux-kernel
> I've been working on a driver the Creative VOIPBlaster.
> (http://sourceforge.net/projects/voip-blaster)
>
> It's based on the Linux telephony API.
> Who is the maintainer for this subsection?
For the API mostly Craig Southern I guess, for dropping drivers into 2.4
just send it my way.
Alan
^ permalink raw reply [flat|nested] 4+ messages in thread
* 2.5.3-dj7
2002-01-31 16:45 Who is the Linux telephone subsystem maintainer? Thomas Davis
2002-01-31 17:40 ` Alan Cox
@ 2002-02-01 1:43 ` Daniel E. Shipton
2002-02-01 13:52 ` 2.5.3-dj7 Dave Jones
1 sibling, 1 reply; 4+ messages in thread
From: Daniel E. Shipton @ 2002-02-01 1:43 UTC (permalink / raw)
To: davej; +Cc: linux-kernel
One of these days the kernel + modules will compile without error for
me.....
but today is not the day....
gcc -D__KERNEL__ -I/home/kernel/linux-2.5/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i686 -DMODULE -DMODVERSIONS -include
/home/kernel/linux-2.5/include/linux/modversions.h
-DKBUILD_BASENAME=ataraid -DEXPORT_SYMTAB -c ataraid.c
ataraid.c: In function `ataraid_make_request':
ataraid.c:105: structure has no member named `b_rdev'
ataraid.c:103: warning: `minor' might be used uninitialized in this
function
ataraid.c: In function `ataraid_split_request':
ataraid.c:182: structure has no member named `b_rsector'
ataraid.c:193: warning: passing arg 1 of
`generic_make_request_Rsmp_094ec5c7' makes pointer from integer without
a cast
ataraid.c:193: too many arguments to function
`generic_make_request_Rsmp_094ec5c7'
ataraid.c:194: warning: passing arg 1 of
`generic_make_request_Rsmp_094ec5c7' makes pointer from integer without
a cast
ataraid.c:194: too many arguments to function
`generic_make_request_Rsmp_094ec5c7'
ataraid.c: In function `ataraid_init':
ataraid.c:249: `hardsect_size' undeclared (first use in this function)
ataraid.c:249: (Each undeclared identifier is reported only once
ataraid.c:249: for each function it appears in.)
ataraid.c:280: warning: passing arg 2 of
`blk_queue_make_request_Rsmp_b22de294' from incompatible pointer type
ataraid.c: In function `ataraid_exit':
ataraid.c:289: `hardsect_size' undeclared (first use in this function)
make[2]: *** [ataraid.o] Error 1
make[2]: Leaving directory `/home/kernel/linux-2.5/drivers/ide'
make[1]: *** [_modsubdir_ide] Error 2
make[1]: Leaving directory `/home/kernel/linux-2.5/drivers'
make: *** [_mod_drivers] Error 2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.5.3-dj7
2002-02-01 1:43 ` 2.5.3-dj7 Daniel E. Shipton
@ 2002-02-01 13:52 ` Dave Jones
0 siblings, 0 replies; 4+ messages in thread
From: Dave Jones @ 2002-02-01 13:52 UTC (permalink / raw)
To: Daniel E. Shipton; +Cc: linux-kernel
On Thu, Jan 31, 2002 at 07:43:22PM -0600, Daniel E. Shipton wrote:
> One of these days the kernel + modules will compile without error for
> me.....
I trust from $subject, you meant 2.5.3-dj1, or 2.5.2-dj7
unless you are from the future 8-)
Either way..
> ataraid.c: In function `ataraid_make_request':
> ataraid.c:105: structure has no member named `b_rdev'
> ataraid.c:103: warning: `minor' might be used uninitialized in this
> function
ataraid needs some more TLC to make it work with the new block layer.
Theres a bunch of parts that still need attention, and surprisingly
some of the more common ones haven't been touched yet.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-02-01 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-31 16:45 Who is the Linux telephone subsystem maintainer? Thomas Davis
2002-01-31 17:40 ` Alan Cox
2002-02-01 1:43 ` 2.5.3-dj7 Daniel E. Shipton
2002-02-01 13:52 ` 2.5.3-dj7 Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox