Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-29 Thread Damian Gerow
Thus spake Eduard Martinescu ([EMAIL PROTECTED]) [29/04/05 19:06]:
: I ran into a similar error, only when processing if_vlan.  Removing 
: /usr/obj solved my issue.

For the record (and as I stated off-list to someone), I suspect this is a
bad memory issue: my motherboard (MSI K8T Master2-FAR) just ups and makes
RAM bad periodically.  It appears as though it's happened yet again.

Normally, with something /this/ regular, I wouldn't suspect bad RAM.  But
that's one of the symptoms of this board.  I wouldn't have noticed were I
not doing a firefox build and saw a GCC throw errors.

I'll try again once I get the machine back up and running.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-29 Thread Eduard Martinescu
I ran into a similar error, only when processing if_vlan.  Removing /usr/obj 
solved my issue.

Ed
- Original Message - 
From: "Jonathan Noack" <[EMAIL PROTECTED]>
To: "Damian Gerow" <[EMAIL PROTECTED]>
Cc: ; "Jose M Rodriguez" 
<[EMAIL PROTECTED]>
Sent: Thursday, April 28, 2005 3:18 PM
Subject: Re: UPDATE: ATA mkIII official patches for releng_5


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 4/28/2005 1:54 PM, Damian Gerow wrote:
Thus spake Jonathan Noack ([EMAIL PROTECTED]) [28/04/05 14:53]:
: Does this error happen all the time or only with ATA mkIII?
Only with ATA mkIII.  I'm running a system that I rebuilt this morning
without issue.
: Check /etc/stable-supfile to make sure you're getting RELENG_5_4
: (tag=RELENG_5_4 and no date=).  Also, do any of the hunks fail when
: patching?  An easy way to find out is by checking the patch before
: applying (this is a good habit anyway):
I'm definitely running RELENG_5_4 (I've also tried with RELENG_5), and 
none
of the hunks fail:

% cd /usr/src
% find . -type f -name \*.rej
%
: If they all say succeeded then the patch should apply correctly.  If
: this doesn't generate any leads, try "make -DALWAYS_CHECK_MAKE
: buildworld" before building the kernel.  I'm not sure but this could be
: an out-of-date make.
Not likely if the system I'm running was built this morning.  Though I
admit, it does /feel/ like a make error.
Have you ever removed /usr/obj?  If not, give it a little "rm -rf
/usr/obj" action and try again.  Otherwise, I'm running low on ideas.
We may need to bring in a make guru...
- --
Jonathan Noack | [EMAIL PROTECTED] | OpenPGP: 0x991D8195
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)
iD8DBQFCcTcJUFz01pkdgZURAnWuAKDJBmH2kUI2/AvvNauh+y3njqen8gCfdjds
DHiTsPAbBAhIujpH+zwjJ88=
=cBs5
-END PGP SIGNATURE-
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Jonathan Noack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 4/28/2005 1:54 PM, Damian Gerow wrote:
> Thus spake Jonathan Noack ([EMAIL PROTECTED]) [28/04/05 14:53]:
> : Does this error happen all the time or only with ATA mkIII?
> 
> Only with ATA mkIII.  I'm running a system that I rebuilt this morning
> without issue.
> 
> : Check /etc/stable-supfile to make sure you're getting RELENG_5_4
> : (tag=RELENG_5_4 and no date=).  Also, do any of the hunks fail when
> : patching?  An easy way to find out is by checking the patch before
> : applying (this is a good habit anyway):
> 
> I'm definitely running RELENG_5_4 (I've also tried with RELENG_5), and none
> of the hunks fail:
> 
> % cd /usr/src
> % find . -type f -name \*.rej
> %
> 
> : If they all say succeeded then the patch should apply correctly.  If
> : this doesn't generate any leads, try "make -DALWAYS_CHECK_MAKE
> : buildworld" before building the kernel.  I'm not sure but this could be
> : an out-of-date make.
> 
> Not likely if the system I'm running was built this morning.  Though I
> admit, it does /feel/ like a make error.

Have you ever removed /usr/obj?  If not, give it a little "rm -rf
/usr/obj" action and try again.  Otherwise, I'm running low on ideas.
We may need to bring in a make guru...

- --
Jonathan Noack | [EMAIL PROTECTED] | OpenPGP: 0x991D8195
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFCcTcJUFz01pkdgZURAnWuAKDJBmH2kUI2/AvvNauh+y3njqen8gCfdjds
DHiTsPAbBAhIujpH+zwjJ88=
=cBs5
-END PGP SIGNATURE-
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Damian Gerow
Thus spake Jonathan Noack ([EMAIL PROTECTED]) [28/04/05 14:53]:
: Does this error happen all the time or only with ATA mkIII?

Only with ATA mkIII.  I'm running a system that I rebuilt this morning
without issue.

: Check /etc/stable-supfile to make sure you're getting RELENG_5_4
: (tag=RELENG_5_4 and no date=).  Also, do any of the hunks fail when
: patching?  An easy way to find out is by checking the patch before
: applying (this is a good habit anyway):

I'm definitely running RELENG_5_4 (I've also tried with RELENG_5), and none
of the hunks fail:

% cd /usr/src
% find . -type f -name \*.rej
%

: If they all say succeeded then the patch should apply correctly.  If
: this doesn't generate any leads, try "make -DALWAYS_CHECK_MAKE
: buildworld" before building the kernel.  I'm not sure but this could be
: an out-of-date make.

Not likely if the system I'm running was built this morning.  Though I
admit, it does /feel/ like a make error.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Jonathan Noack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 4/28/2005 12:05 PM, Damian Gerow wrote:
> Thus spake Jose M Rodriguez ([EMAIL PROTECTED]) [28/04/05 12:32]:
> : > I'm positive it's something about my build environment, but I don't
> : > know /what/.
> : 
> : For safety, and only about what I'm using (RELENG_5_4), you:
> : - cvs/cvsup fresh sources
> : - apply the patchset
> : - untar the tarball
> : 
> : And get what build error?
> 
> # rm -rf /usr/src
> # cvsup -g /etc/stable-supfile > /dev/null
> # cd /usr/src
> # patch -p0 < ~/ata-mk3n.diff-releng5
> 
> # tar -zxf ~/ata-mk3n-releng5.tar.gz
> # make buildkernel KERNCONF=GENERIC
> 
> --
> >>> Kernel build for GENERIC started on Thu Apr 28 13:04:42 EDT 2005
> --
> ===> GENERIC
> mkdir -p /usr/obj/usr/src/sys
> 
> 
> 
> ===> ata/atapci
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: 
> if-less endif
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need 
> an operator
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: 
> if-less endif
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need 
> an operator
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need 
> an operator
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: 
> if-less endif
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need 
> an operator
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need 
> an operator
> "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 325: Need 
> an operator
> "Makefile", line 9: 1 open conditional:
> "Makefile", line 9:  at line 315 (evaluated to true)
> make: fatal errors encountered -- cannot continue
> *** Error code 1
> 
> Stop in /usr/src/sys/modules/ata.
> *** Error code 1
> 
> Stop in /usr/src/sys/modules.
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/GENERIC.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> #
> 
> And yes, if I do a 'make buildworld' beforehand, I get the same error.

Does this error happen all the time or only with ATA mkIII?

Check /etc/stable-supfile to make sure you're getting RELENG_5_4
(tag=RELENG_5_4 and no date=).  Also, do any of the hunks fail when
patching?  An easy way to find out is by checking the patch before
applying (this is a good habit anyway):

$ cd /usr/src
$ patch -C < ~/ata-mk3n.diff-releng5 2>&1 | grep Hunk

If they all say succeeded then the patch should apply correctly.  If
this doesn't generate any leads, try "make -DALWAYS_CHECK_MAKE
buildworld" before building the kernel.  I'm not sure but this could be
an out-of-date make.

Hope that helps.

- --
Jonathan Noack | [EMAIL PROTECTED] | OpenPGP: 0x991D8195
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFCcTB9UFz01pkdgZURAhzxAKCUrw4pd3FbN+RNsEnZNsx/nShjlQCfUcF2
wQ1CdxV0knP3z256NXyFIQU=
=sGNH
-END PGP SIGNATURE-
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Damian Gerow
Thus spake Scot Hetzel ([EMAIL PROTECTED]) [28/04/05 14:21]:
: Look at the ata/Makefile and make sure there are no lines like:
: 
: <
: :
: 
: :
: >
: 
: As this indicates a conflict is in the file, and you'll need to fix it.

Nope.  All patches applied without problems.  Makefile and Makefile.inc (and
that which Makefile.inc includes) all look clean to me.  My kmod.mk is the
same as one on a working system.  I'm at a loss.

  - Damian
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Scot Hetzel
On 4/28/05, Scot Hetzel <[EMAIL PROTECTED]> wrote:
> On 4/28/05, Damian Gerow <[EMAIL PROTECTED]> wrote:
> > I'm using the latest -n patchset.  I tried against RELENG_5_4, and against a
> > RELENG_5 sup from last night.  I still get the kmod.mk build error.
> >
> > I'm positive it's something about my build environment, but I don't know
> > /what/.
> 
> If you modified your /etc/make.conf, try commenting all your changes
> out.  Or post a copy here so someone can see if there is a problem in
> your make.conf file.
> 
Didn't notice your earlier post about your make.conf file.

Look at the ata/Makefile and make sure there are no lines like:

<
:

:
>

As this indicates a conflict is in the file, and you'll need to fix it.

Scot
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Scot Hetzel
On 4/28/05, Damian Gerow <[EMAIL PROTECTED]> wrote:
> I'm using the latest -n patchset.  I tried against RELENG_5_4, and against a
> RELENG_5 sup from last night.  I still get the kmod.mk build error.
> 
> I'm positive it's something about my build environment, but I don't know
> /what/.

If you modified your /etc/make.conf, try commenting all your changes
out.  Or post a copy here so someone can see if there is a problem in
your make.conf file.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Damian Gerow
Thus spake Jose M Rodriguez ([EMAIL PROTECTED]) [28/04/05 12:32]:
: > I'm positive it's something about my build environment, but I don't
: > know /what/.
: 
: For safety, and only about what I'm using (RELENG_5_4), you:
: - cvs/cvsup fresh sources
: - apply the patchset
: - untar the tarball
: 
: And get what build error?

# rm -rf /usr/src
# cvsup -g /etc/stable-supfile > /dev/null
# cd /usr/src
# patch -p0 < ~/ata-mk3n.diff-releng5

# tar -zxf ~/ata-mk3n-releng5.tar.gz
# make buildkernel KERNCONF=GENERIC

--
>>> Kernel build for GENERIC started on Thu Apr 28 13:04:42 EDT 2005
--
===> GENERIC
mkdir -p /usr/obj/usr/src/sys



===> ata/atapci
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 325: Need an 
operator
"Makefile", line 9: 1 open conditional:
"Makefile", line 9:  at line 315 (evaluated to true)
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/sys/modules/ata.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
#

And yes, if I do a 'make buildworld' beforehand, I get the same error.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Jose M Rodriguez
El Jueves, 28 de Abril de 2005 17:41, Damian Gerow escribió:
> Thus spake Jose M Rodriguez ([EMAIL PROTECTED]) [28/04/05 
06:10]:
> : > Any clues at all?  I'd *really* like to apply the patches to my
> : > system, but continuously run into that kmod.mk problem.
> :
> : Using this in RELENG_5_4 without problems. latest -n patchset. 
> : look into the list archive for the sos announce.
>
> I'm using the latest -n patchset.  I tried against RELENG_5_4, and
> against a RELENG_5 sup from last night.  I still get the kmod.mk
> build error.
>
> I'm positive it's something about my build environment, but I don't
> know /what/.
>

For safety, and only about what I'm using (RELENG_5_4), you:
- cvs/cvsup fresh sources
- apply the patchset
- untar the tarball

And get what build error?

--
  josemi
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Damian Gerow
Thus spake Jose M Rodriguez ([EMAIL PROTECTED]) [28/04/05 06:10]:
: > Any clues at all?  I'd *really* like to apply the patches to my
: > system, but continuously run into that kmod.mk problem.
: 
: Using this in RELENG_5_4 without problems. latest -n patchset.  look 
: into the list archive for the sos announce.

I'm using the latest -n patchset.  I tried against RELENG_5_4, and against a
RELENG_5 sup from last night.  I still get the kmod.mk build error.

I'm positive it's something about my build environment, but I don't know
/what/.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Jose M Rodriguez
El Jueves, 28 de Abril de 2005 11:30, Damian Gerow escribió:
> Any clues at all?  I'd *really* like to apply the patches to my
> system, but continuously run into that kmod.mk problem.

Using this in RELENG_5_4 without problems. latest -n patchset.  look 
into the list archive for the sos announce.

--
  josemi
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-28 Thread Damian Gerow
Any clues at all?  I'd *really* like to apply the patches to my system, but
continuously run into that kmod.mk problem.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-20 Thread Damian Gerow
Thus spake tofik suleymanov ([EMAIL PROTECTED]) [20/04/05 03:55]:
: This patch worked fine on RELENG_5 for amd64.Here are the  steps we 
: did(as long as i remmember them):
: 
: (assuming RELENG_5 is already up and running):
: tar -zxf ata-mk3n-releng5.tar.gz
: cp -R sys/modules/ata /usr/src/sys/modules/
: cp -Rf  sys/dev/ata  /usr/src/sys/dev/
: #  applying the patch
: cd /usr/src/
: gzip -d ata-mk3n.diff-releng5.gz
: patch < /usr/src/ata-mk3n.diff-releng5
: # build and install kernel part
: make buildkernel KERNCONF=PIZDA
: make installkernel KERNCONF=PIZDA

That's about what I did:

# rm -rf /usr/src
# cvsup /etc/stable-supfile

# cd /usr/src
# cp ~/machine sys/amd64/conf
# tar -zxf ~/ata-mk3n-releng5.tar.gz
# patch < ~/ata-mk3n.diff-releng5
# make buildkernel KERNCONF=GENERIC

===> ata/atapci
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 325: Need an 
operator
"Makefile", line 9: 1 open conditional:
"Makefile", line 9:  at line 315 (evaluated to true)
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/sys/modules/ata.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
#

I don't really see what I'm doing wrong.  My make.conf isn't insane, either:

KERNCONF?=machine

CFLAGS= -O -pipe
COPTFLAGS= -O -pipe

INSTALL=install -C

PPP_NOSUID=true
NO_I4B=true
NO_LPR=true
NO_SENDMAIL=true

CUPS_OVERWRITE_BASE=yes
NO_SUID_XSERVER=yes
X_WINDOW_SYSTEM=xorg

WITH_LIBMAP=yes

And the perl stuff.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-20 Thread tofik suleymanov
Damian Gerow wrote:
Thus spake Soren:
: I've just uploaded the latest ATA mkIII patches for releng_5 (and 
: releng_5_4 for that matter).
:
: Since this work is now in -current there will only be releng_5 patches 
: now and then if there is sufficient interest.

Since the work was done for ATAPICAM, I decided to try the patches on a new
RELENG_5 build (cvsup'ed earlier this evening).  I'm not quite sure what I'm
doing wrong, but the build's failing for me in strange ways.  This is with n
applied to a freshly sup'ed tree.  From what I can tell, the changes to
kmod.mk /shouldn't/ be causing problems, but...  they are?
   --
   >>> Kernel build for machine started on Sun Apr 17 20:53:18 EDT 2005
   --
<...>
   ===> ata/ataisa
   rm -f /usr/src/sys/modules/ata/ataisa/export_syms ataisa.ko ataisa.kld 
ata-isa.o @ machine symb.tmp tmp.o opt_ata.h ata_if.h isa_if.h bus_if.h 
device_if.h
   rm -f .depend GPATH GRTAGS GSYMS GTAGS
   ===> ata/atapci
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
   "/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 325: Need an 
operator
   "Makefile", line 9: 1 open conditional:
   "Makefile", line 9: at line 315 (evaluated to true)
   make: fatal errors encountered -- cannot continue
   *** Error code 1
   Stop in /usr/src/sys/modules/ata.
   *** Error code 1
   Stop in /usr/src/sys/modules.
   *** Error code 1
   Stop in /usr/obj/usr/src/sys/machine.
   *** Error code 1
   Stop in /usr/src.
   *** Error code 1
   Stop in /usr/src.
 

This patch worked fine on RELENG_5 for amd64.Here are the  steps we 
did(as long as i remmember them):

(assuming RELENG_5 is already up and running):
tar -zxf ata-mk3n-releng5.tar.gz
cp -R sys/modules/ata /usr/src/sys/modules/
cp -Rf  sys/dev/ata  /usr/src/sys/dev/
#  applying the patch
cd /usr/src/
gzip -d ata-mk3n.diff-releng5.gz
patch < /usr/src/ata-mk3n.diff-releng5
# build and install kernel part
make buildkernel KERNCONF=PIZDA
make installkernel KERNCONF=PIZDA


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-17 Thread Damian Gerow
Thus spake Soren:
: I've just uploaded the latest ATA mkIII patches for releng_5 (and 
: releng_5_4 for that matter).
:
: Since this work is now in -current there will only be releng_5 patches 
: now and then if there is sufficient interest.

Since the work was done for ATAPICAM, I decided to try the patches on a new
RELENG_5 build (cvsup'ed earlier this evening).  I'm not quite sure what I'm
doing wrong, but the build's failing for me in strange ways.  This is with n
applied to a freshly sup'ed tree.  From what I can tell, the changes to
kmod.mk /shouldn't/ be causing problems, but...  they are?

--
>>> Kernel build for machine started on Sun Apr 17 20:53:18 EDT 2005
--

<...>

===> ata/ataisa
rm -f /usr/src/sys/modules/ata/ataisa/export_syms ataisa.ko ataisa.kld 
ata-isa.o @ machine symb.tmp tmp.o opt_ata.h ata_if.h isa_if.h bus_if.h 
device_if.h
rm -f .depend GPATH GRTAGS GSYMS GTAGS
===> ata/atapci
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: if-less 
endif
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 311: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 313: Need an 
operator
"/usr/src/sys/modules/ata/atapci/../../../conf/kmod.mk", line 325: Need an 
operator
"Makefile", line 9: 1 open conditional:
"Makefile", line 9:  at line 315 (evaluated to true)
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/sys/modules/ata.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/machine.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-13 Thread Christian Laursen
Søren Schmidt <[EMAIL PROTECTED]> writes:

> I've just uploaded the latest ATA mkIII patches for releng_5 (and
> releng_5_4 for that matter).

Seems to work fine on my laptop running 5.4-RC2. 

Suspend/resume doesn't work, but it didn't do that either with the code
in RELENG_5_4. It seems to fail in a slightly different way now though.

-- 
Christian Laursen
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: UPDATE: ATA mkIII official patches for releng_5

2005-04-13 Thread Karl Denninger
Is there any plan to MFC this?

--
-- 
Karl Denninger ([EMAIL PROTECTED]) Internet Consultant & Kids Rights Activist
http://www.denninger.netMy home on the net - links to everything I do!
http://scubaforum.org   Your UNCENSORED place to talk about DIVING!
http://www.spamcuda.net SPAM FREE mailboxes - FREE FOR A LIMITED TIME!
http://genesis3.blogspot.comMusings Of A Sentient Mind

On Wed, Apr 13, 2005 at 10:07:21AM +0200, Søren Schmidt wrote:
> 
> I've just uploaded the latest ATA mkIII patches for releng_5 (and 
> releng_5_4 for that matter).
> 
> Since this work is now in -current there will only be releng_5 patches 
> now and then if there is sufficient interest.
> 
> Anyhow, they are on http:/people.freebsd.org/~sos/ATA
> 
> Enjoy!
> 
> -- 
> 
> -Søren
> 
> 
> ___
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 
> %SPAMBLOCK-SYS: Matched [freebsd], message ok
> 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


UPDATE: ATA mkIII official patches for releng_5

2005-04-13 Thread Søren Schmidt
I've just uploaded the latest ATA mkIII patches for releng_5 (and 
releng_5_4 for that matter).

Since this work is now in -current there will only be releng_5 patches 
now and then if there is sufficient interest.

Anyhow, they are on http:/people.freebsd.org/~sos/ATA
Enjoy!
--
-Søren
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"