linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [2.5.40] DAC960 broken?
@ 2002-10-02  0:15 David McIlwraith
  2002-10-02  1:09 ` Dave Olien
  0 siblings, 1 reply; 6+ messages in thread
From: David McIlwraith @ 2002-10-02  0:15 UTC (permalink / raw)
  To: linux-kernel

On compiling the driver w/ Dave Olein's patches:



gcc -Wp,-MD,./.DAC960.o.d -D__KERNEL__ -I/usr/src/linux-2.5.40/include -Wall
 -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-ali
asing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -I/usr/src/
linux-2.5.40/arch/i386/mach-generic -nostdinc -iwithprefix
lude    -DKBUILD_BASENAME=DAC960   -c -o DAC960.o DAC960.c
drivers/block/DAC960.c: In function `DAC960_RegisterBlockDevice':
drivers/block/DAC960.c:2112: structure has no member named `major_name'
drivers/block/DAC960.c: In function `DAC960_UnregisterBlockDevice':
drivers/block/DAC960.c:2137: structure has no member named `major_name'
drivers/block/DAC960.c:2150: warning: implicit declaration of function
`blk_clear'
drivers/block/DAC960.c: In function `DAC960_Initialize':
drivers/block/DAC960.c:2766: too many arguments to function `register_disk'
drivers/block/DAC960.c: In function `DAC960_Open':
drivers/block/DAC960.c:5316: too many arguments to function `register_disk'
   ld -m elf_i386  -r -o built-in.o elevator.o ll_rw_blk.o blkpg.o genhd.o
block_ioctl.o deadline-iosched.o floppy.o DAC960.o
ld: cannot open DAC960.o: No such file or directory
make[2]: *** [built-in.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.5.40/drivers/block'
make[1]: *** [block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.40/drivers'
make: *** [drivers] Error 2

Anyone have any ideas?

Thanks in advance,
David McIlwraith mailto:quack@bigpond.net.au



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.40] DAC960 broken?
  2002-10-02  0:15 [2.5.40] DAC960 broken? David McIlwraith
@ 2002-10-02  1:09 ` Dave Olien
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Olien @ 2002-10-02  1:09 UTC (permalink / raw)
  To: David McIlwraith; +Cc: linux-kernel


I'm looking at it.  I'll try post a patch tomorrow for 2.5.40.


On Wed, Oct 02, 2002 at 10:15:57AM +1000, David McIlwraith wrote:
> On compiling the driver w/ Dave Olein's patches:
> 
> 
> 
> gcc -Wp,-MD,./.DAC960.o.d -D__KERNEL__ -I/usr/src/linux-2.5.40/include -Wall
>  -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-ali
> asing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -I/usr/src/
> linux-2.5.40/arch/i386/mach-generic -nostdinc -iwithprefix
> lude    -DKBUILD_BASENAME=DAC960   -c -o DAC960.o DAC960.c
> drivers/block/DAC960.c: In function `DAC960_RegisterBlockDevice':
> drivers/block/DAC960.c:2112: structure has no member named `major_name'
> drivers/block/DAC960.c: In function `DAC960_UnregisterBlockDevice':
> drivers/block/DAC960.c:2137: structure has no member named `major_name'
> drivers/block/DAC960.c:2150: warning: implicit declaration of function
> `blk_clear'
> drivers/block/DAC960.c: In function `DAC960_Initialize':
> drivers/block/DAC960.c:2766: too many arguments to function `register_disk'
> drivers/block/DAC960.c: In function `DAC960_Open':
> drivers/block/DAC960.c:5316: too many arguments to function `register_disk'
>    ld -m elf_i386  -r -o built-in.o elevator.o ll_rw_blk.o blkpg.o genhd.o
> block_ioctl.o deadline-iosched.o floppy.o DAC960.o
> ld: cannot open DAC960.o: No such file or directory
> make[2]: *** [built-in.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.5.40/drivers/block'
> make[1]: *** [block] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.5.40/drivers'
> make: *** [drivers] Error 2
> 
> Anyone have any ideas?
> 
> Thanks in advance,
> David McIlwraith mailto:quack@bigpond.net.au
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.40] DAC960 broken?
  2002-10-02  0:04   ` David McIlwraith
@ 2002-10-02  0:14     ` David McIlwraith
  0 siblings, 0 replies; 6+ messages in thread
From: David McIlwraith @ 2002-10-02  0:14 UTC (permalink / raw)
  To: linux-kernel

Somewhat premature.

----- Original Message -----
From: "David McIlwraith" <quack@bigpond.net.au>
To: "Daniel Phillips" <phillips@arcor.de>
Cc: <linux-kernel@vger.kernel.org>
Sent: Wednesday, October 02, 2002 10:04 AM
Subject: Re: [2.5.40] DAC960 broken?


> Patch for 2.5.38 works, albeit if you copy DAC960.[ch] from 2.5.38 to
> drivers/block. The patch is broken in 2.5.40.
>
> ----- Original Message -----
> From: "Daniel Phillips" <phillips@arcor.de>
> To: "David McIlwraith" <quack@bigpond.net.au>;
> <linux-kernel@vger.kernel.org>
> Sent: Wednesday, October 02, 2002 9:19 AM
> Subject: Re: [2.5.40] DAC960 broken?
>
>
> > On Wednesday 02 October 2002 01:08, David McIlwraith wrote:
> > > Is the DAC960 driver broken? I note that the maintainer is no longer
> active,
> > > and it does not compile.
> > >
> > > Is there patches to fix this problem?
> >
> > Dave Olien has a functional patch.  Look for his posts on this list.
> >
> > --
> > Daniel
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.40] DAC960 broken?
  2002-10-01 23:19 ` Daniel Phillips
@ 2002-10-02  0:04   ` David McIlwraith
  2002-10-02  0:14     ` David McIlwraith
  0 siblings, 1 reply; 6+ messages in thread
From: David McIlwraith @ 2002-10-02  0:04 UTC (permalink / raw)
  To: Daniel Phillips; +Cc: linux-kernel

Patch for 2.5.38 works, albeit if you copy DAC960.[ch] from 2.5.38 to
drivers/block. The patch is broken in 2.5.40.

----- Original Message -----
From: "Daniel Phillips" <phillips@arcor.de>
To: "David McIlwraith" <quack@bigpond.net.au>;
<linux-kernel@vger.kernel.org>
Sent: Wednesday, October 02, 2002 9:19 AM
Subject: Re: [2.5.40] DAC960 broken?


> On Wednesday 02 October 2002 01:08, David McIlwraith wrote:
> > Is the DAC960 driver broken? I note that the maintainer is no longer
active,
> > and it does not compile.
> >
> > Is there patches to fix this problem?
>
> Dave Olien has a functional patch.  Look for his posts on this list.
>
> --
> Daniel
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [2.5.40] DAC960 broken?
  2002-10-01 23:08 David McIlwraith
@ 2002-10-01 23:19 ` Daniel Phillips
  2002-10-02  0:04   ` David McIlwraith
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Phillips @ 2002-10-01 23:19 UTC (permalink / raw)
  To: David McIlwraith, linux-kernel

On Wednesday 02 October 2002 01:08, David McIlwraith wrote:
> Is the DAC960 driver broken? I note that the maintainer is no longer active,
> and it does not compile.
> 
> Is there patches to fix this problem?

Dave Olien has a functional patch.  Look for his posts on this list.

-- 
Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [2.5.40] DAC960 broken?
@ 2002-10-01 23:08 David McIlwraith
  2002-10-01 23:19 ` Daniel Phillips
  0 siblings, 1 reply; 6+ messages in thread
From: David McIlwraith @ 2002-10-01 23:08 UTC (permalink / raw)
  To: linux-kernel

Is the DAC960 driver broken? I note that the maintainer is no longer active,
and it does not compile.

Is there patches to fix this problem?

Regards,
David McIlwraith mailto:quack@bigpond.net.au



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-10-02  1:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02  0:15 [2.5.40] DAC960 broken? David McIlwraith
2002-10-02  1:09 ` Dave Olien
  -- strict thread matches above, loose matches on Subject: below --
2002-10-01 23:08 David McIlwraith
2002-10-01 23:19 ` Daniel Phillips
2002-10-02  0:04   ` David McIlwraith
2002-10-02  0:14     ` David McIlwraith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).