Re: 8.3-PRERELEASE and ATA_CAM

2012-05-13 Thread Kevin Oberman
On Sun, May 13, 2012 at 9:54 PM, Ask Bjørn Hansen wrote: > > On Apr 6, 2012, at 0:48, Daniel Braniss wrote: > >> with the latest svn, I can't compile kernel with  options ATA_CAM: >> >> ... >> linking kernel.debug >> ata-disk.o(.text+0x93): In function `ad_init': >> /r+d/stable/8.3/sys/dev/ata/ata

Re: 8.3-PRERELEASE and ATA_CAM

2012-05-13 Thread Ask Bjørn Hansen
On Apr 6, 2012, at 0:48, Daniel Braniss wrote: > with the latest svn, I can't compile kernel with options ATA_CAM: > > ... > linking kernel.debug > ata-disk.o(.text+0x93): In function `ad_init': > /r+d/stable/8.3/sys/dev/ata/ata-disk.c:389: undefined reference to > `ata_setmode' I ran into th

Re: 8.3-PRERELEASE and ATA_CAM

2012-04-07 Thread Marius Strobl
On Sat, Apr 07, 2012 at 01:52:05PM +0200, Marius Strobl wrote: > On Sat, Apr 07, 2012 at 10:53:39AM +0300, Daniel Braniss wrote: > > > On Fri, Apr 06, 2012 at 10:48:13AM +0300, Daniel Braniss wrote: > > > > with the latest svn, I can't compile kernel with options ATA_CAM: > > > > > > > > ... > >

Re: 8.3-PRERELEASE and ATA_CAM

2012-04-07 Thread Marius Strobl
On Sat, Apr 07, 2012 at 10:53:39AM +0300, Daniel Braniss wrote: > > On Fri, Apr 06, 2012 at 10:48:13AM +0300, Daniel Braniss wrote: > > > with the latest svn, I can't compile kernel with options ATA_CAM: > > > > > > ... > > > linking kernel.debug > > > ata-disk.o(.text+0x93): In function `ad_init

Re: 8.3-PRERELEASE and ATA_CAM

2012-04-07 Thread Daniel Braniss
> On Fri, Apr 06, 2012 at 10:48:13AM +0300, Daniel Braniss wrote: > > with the latest svn, I can't compile kernel with options ATA_CAM: > > > > ... > > linking kernel.debug > > ata-disk.o(.text+0x93): In function `ad_init': > > /r+d/stable/8.3/sys/dev/ata/ata-disk.c:389: undefined reference to >

RE: 8.3-PRERELEASE and ATA_CAM

2012-04-06 Thread Dewayne Geraghty
Marius, Perhaps this mutual exclusivity issue between ATA_CAM with atapicam and friends, should be mentioned in UPDATING as I'm sure the same question will recur. Thank-you for your guidance resolving the same issue that I had in 9.0 Stable. Regards, Dewayne. ___

Re: 8.3-PRERELEASE and ATA_CAM

2012-04-06 Thread Marius Strobl
On Fri, Apr 06, 2012 at 10:48:13AM +0300, Daniel Braniss wrote: > with the latest svn, I can't compile kernel with options ATA_CAM: > > ... > linking kernel.debug > ata-disk.o(.text+0x93): In function `ad_init': > /r+d/stable/8.3/sys/dev/ata/ata-disk.c:389: undefined reference to > `ata_setmode'