Re: dev/psm0 not found

2010-12-21 Thread Ivan Klymenko
В Mon, 20 Dec 2010 17:26:15 -0500
John Baldwin j...@freebsd.org пишет:

 On Monday, December 20, 2010 4:38:57 pm Ivan Klymenko wrote:
  В Mon, 20 Dec 2010 16:02:46 -0500
  John Baldwin j...@freebsd.org пишет:
  
  Not working :(
 
 This was debugging, not a fix.  Try this possible fix:
 
 Index: atkbdc_isa.c
 ===
 --- atkbdc_isa.c  (revision 216591)
 +++ atkbdc_isa.c  (working copy)
 @@ -272,14 +272,16 @@
* list entry so we can use a standard bus_get_resource()
* method.
*/
 - if (sc-irq == NULL) {
 - if (resource_int_value(name, unit, irq, t) != 0)
 - t = -1;
 - } else
 - t = rman_get_start(sc-irq);
 - if (t  0)
 - resource_list_add(ivar-resources, SYS_RES_IRQ,
 ivar-rid,
 -   t, t, 1);
 + if (order == KBDC_RID_KBD) {
 + if (sc-irq == NULL) {
 + if (resource_int_value(name, unit, irq,
 t) != 0)
 + t = -1;
 + } else
 + t = rman_get_start(sc-irq);
 + if (t  0)
 + resource_list_add(ivar-resources,
 SYS_RES_IRQ,
 + ivar-rid, t, t, 1);
 + }
  
   if (resource_disabled(name, unit))
   device_disable(child);
 
I have a question:
these changes will appear in HEAD?

Thanks!
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [dtrace] syscall provider naming convention.

2010-12-21 Thread Andriy Gapon
on 21/12/2010 11:27 Artem Belevich said the following:
 On Tue, Dec 21, 2010 at 1:26 AM, Artem Belevich fbsdl...@src.cx wrote:
 On Mon, Dec 20, 2010 at 3:15 AM, Andriy Gapon a...@freebsd.org wrote:
 It would be nice to get the i386 counterpart too when this goes into the 
 tree.

 Here's updated version that has syscall:linux32 working on i386, too.

 https://sites.google.com/site/abc678site/files/dt-systrace-20101221.patch.gz
 
 Forgot to mention. The patch is against stable/8 r216436

The previous version applied fine to head, I think that that should be the case
with this version too.

I have one comment though.  I am not sure about renaming syscall.ko to
syscall_freebsd.ko.  Perhaps we could keep the old name?  Or add a new module
under that name that would load native syscall module and all emulation syscall
modules (if any)?

-- 
Andriy Gapon
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [dtrace] syscall provider naming convention.

2010-12-21 Thread Artem Belevich
On Tue, Dec 21, 2010 at 1:26 AM, Artem Belevich fbsdl...@src.cx wrote:
 On Mon, Dec 20, 2010 at 3:15 AM, Andriy Gapon a...@freebsd.org wrote:
 It would be nice to get the i386 counterpart too when this goes into the 
 tree.

 Here's updated version that has syscall:linux32 working on i386, too.

 https://sites.google.com/site/abc678site/files/dt-systrace-20101221.patch.gz

Forgot to mention. The patch is against stable/8 r216436

--Artem
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [dtrace] syscall provider naming convention.

2010-12-21 Thread Artem Belevich
On Mon, Dec 20, 2010 at 3:15 AM, Andriy Gapon a...@freebsd.org wrote:
 It would be nice to get the i386 counterpart too when this goes into the tree.

Here's updated version that has syscall:linux32 working on i386, too.

https://sites.google.com/site/abc678site/files/dt-systrace-20101221.patch.gz

--Artem
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on ia64/ia64

2010-12-21 Thread FreeBSD Tinderbox
TB --- 2010-12-21 19:12:26 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-12-21 19:12:26 - starting HEAD tinderbox run for ia64/ia64
TB --- 2010-12-21 19:12:26 - cleaning the object tree
TB --- 2010-12-21 19:12:37 - cvsupping the source tree
TB --- 2010-12-21 19:12:37 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2010-12-21 19:12:53 - building world
TB --- 2010-12-21 19:12:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 19:12:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 19:12:53 - TARGET=ia64
TB --- 2010-12-21 19:12:53 - TARGET_ARCH=ia64
TB --- 2010-12-21 19:12:53 - TZ=UTC
TB --- 2010-12-21 19:12:53 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 19:12:53 - cd /src
TB --- 2010-12-21 19:12:53 - /usr/bin/make -B buildworld
 World build started on Tue Dec 21 19:12:54 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Dec 21 20:33:09 UTC 2010
TB --- 2010-12-21 20:33:09 - generating LINT kernel config
TB --- 2010-12-21 20:33:09 - cd /src/sys/ia64/conf
TB --- 2010-12-21 20:33:09 - /usr/bin/make -B LINT
TB --- 2010-12-21 20:33:09 - building LINT kernel
TB --- 2010-12-21 20:33:09 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 20:33:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 20:33:09 - TARGET=ia64
TB --- 2010-12-21 20:33:09 - TARGET_ARCH=ia64
TB --- 2010-12-21 20:33:09 - TZ=UTC
TB --- 2010-12-21 20:33:09 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 20:33:09 - cd /src
TB --- 2010-12-21 20:33:09 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Dec 21 20:33:09 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c: In function 'clear_entries':
/src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma expression 
has no effect
*** Error code 1

Stop in /obj/ia64.ia64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-12-21 20:45:06 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-12-21 20:45:06 - ERROR: failed to build lint kernel
TB --- 2010-12-21 20:45:06 - 4476.16 user 685.79 system 5560.20 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [head tinderbox] failure on ia64/ia64

2010-12-21 Thread Matthew Fleming
This one has me puzzled.  The line numbers don't match up with the
current version of the code, so it may be from in between my two drops
today.

I will start a make universe on my test box meanwhile.

Thanks,
matthew

On Tue, Dec 21, 2010 at 12:45 PM, FreeBSD Tinderbox
tinder...@freebsd.org wrote:
 TB --- 2010-12-21 19:12:26 - tinderbox 2.6 running on 
 freebsd-current.sentex.ca
 TB --- 2010-12-21 19:12:26 - starting HEAD tinderbox run for ia64/ia64
 TB --- 2010-12-21 19:12:26 - cleaning the object tree
 TB --- 2010-12-21 19:12:37 - cvsupping the source tree
 TB --- 2010-12-21 19:12:37 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
 /tinderbox/HEAD/ia64/ia64/supfile
 TB --- 2010-12-21 19:12:53 - building world
 TB --- 2010-12-21 19:12:53 - MAKEOBJDIRPREFIX=/obj
 TB --- 2010-12-21 19:12:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2010-12-21 19:12:53 - TARGET=ia64
 TB --- 2010-12-21 19:12:53 - TARGET_ARCH=ia64
 TB --- 2010-12-21 19:12:53 - TZ=UTC
 TB --- 2010-12-21 19:12:53 - __MAKE_CONF=/dev/null
 TB --- 2010-12-21 19:12:53 - cd /src
 TB --- 2010-12-21 19:12:53 - /usr/bin/make -B buildworld
 World build started on Tue Dec 21 19:12:54 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Dec 21 20:33:09 UTC 2010
 TB --- 2010-12-21 20:33:09 - generating LINT kernel config
 TB --- 2010-12-21 20:33:09 - cd /src/sys/ia64/conf
 TB --- 2010-12-21 20:33:09 - /usr/bin/make -B LINT
 TB --- 2010-12-21 20:33:09 - building LINT kernel
 TB --- 2010-12-21 20:33:09 - MAKEOBJDIRPREFIX=/obj
 TB --- 2010-12-21 20:33:09 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2010-12-21 20:33:09 - TARGET=ia64
 TB --- 2010-12-21 20:33:09 - TARGET_ARCH=ia64
 TB --- 2010-12-21 20:33:09 - TZ=UTC
 TB --- 2010-12-21 20:33:09 - __MAKE_CONF=/dev/null
 TB --- 2010-12-21 20:33:09 - cd /src
 TB --- 2010-12-21 20:33:09 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Dec 21 20:33:09 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 [...]
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c: In function 'clear_entries':
 /src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma expression 
 has no effect
 *** Error code 1

 Stop in /obj/ia64.ia64/src/sys/LINT.
 *** Error code 1

 Stop in /src.
 *** Error code 1

 Stop in /src.
 TB --- 2010-12-21 20:45:06 - WARNING: /usr/bin/make returned exit code  1
 TB --- 2010-12-21 20:45:06 - ERROR: failed to build lint kernel
 TB --- 2010-12-21 20:45:06 - 4476.16 user 685.79 system 5560.20 real


 http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


umidi question

2010-12-21 Thread Raoul

Hello all,

It seems to me than the midi part (umidi)
of the uaudio driver does not work with poll nor SIGIO.
Am i right here, or is my test very buggy!!!

Thanks


Raoul
rm...@free.fr
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: umidi question

2010-12-21 Thread Hans Petter Selasky
On Tuesday 21 December 2010 22:26:19 Raoul wrote:
 Hello all,
 
 It seems to me than the midi part (umidi)
 of the uaudio driver does not work with poll nor SIGIO.
 Am i right here, or is my test very buggy!!!
 
 Thanks

Hi,

FIOASYNC is supported and poll is supported - yes.

See /sys/dev/usb/usb/usb_dev.c which is the interface which snd_uaudio is 
using to create the umidiX.Y device nodes.

--HPS
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc/powerpc

2010-12-21 Thread FreeBSD Tinderbox
TB --- 2010-12-21 20:45:07 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-12-21 20:45:07 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2010-12-21 20:45:07 - cleaning the object tree
TB --- 2010-12-21 20:45:18 - cvsupping the source tree
TB --- 2010-12-21 20:45:18 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2010-12-21 20:45:56 - building world
TB --- 2010-12-21 20:45:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 20:45:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 20:45:56 - TARGET=powerpc
TB --- 2010-12-21 20:45:56 - TARGET_ARCH=powerpc
TB --- 2010-12-21 20:45:56 - TZ=UTC
TB --- 2010-12-21 20:45:56 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 20:45:56 - cd /src
TB --- 2010-12-21 20:45:56 - /usr/bin/make -B buildworld
 World build started on Tue Dec 21 20:45:57 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Dec 21 22:22:13 UTC 2010
TB --- 2010-12-21 22:22:13 - generating LINT kernel config
TB --- 2010-12-21 22:22:13 - cd /src/sys/powerpc/conf
TB --- 2010-12-21 22:22:13 - /usr/bin/make -B LINT
TB --- 2010-12-21 22:22:13 - building LINT kernel
TB --- 2010-12-21 22:22:13 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 22:22:13 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 22:22:13 - TARGET=powerpc
TB --- 2010-12-21 22:22:13 - TARGET_ARCH=powerpc
TB --- 2010-12-21 22:22:13 - TZ=UTC
TB --- 2010-12-21 22:22:13 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 22:22:13 - cd /src
TB --- 2010-12-21 22:22:13 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Dec 21 22:22:13 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c: In function 'clear_entries':
/src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma expression 
has no effect
*** Error code 1

Stop in /obj/powerpc.powerpc/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-12-21 22:30:40 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-12-21 22:30:40 - ERROR: failed to build lint kernel
TB --- 2010-12-21 22:30:40 - 5092.55 user 827.05 system 6333.30 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sparc64

2010-12-21 Thread FreeBSD Tinderbox
TB --- 2010-12-21 21:20:27 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-12-21 21:20:27 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2010-12-21 21:20:27 - cleaning the object tree
TB --- 2010-12-21 21:20:40 - cvsupping the source tree
TB --- 2010-12-21 21:20:40 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2010-12-21 21:20:56 - building world
TB --- 2010-12-21 21:20:56 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 21:20:56 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 21:20:56 - TARGET=sparc64
TB --- 2010-12-21 21:20:56 - TARGET_ARCH=sparc64
TB --- 2010-12-21 21:20:56 - TZ=UTC
TB --- 2010-12-21 21:20:56 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 21:20:56 - cd /src
TB --- 2010-12-21 21:20:56 - /usr/bin/make -B buildworld
 World build started on Tue Dec 21 21:20:57 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Dec 21 22:22:20 UTC 2010
TB --- 2010-12-21 22:22:20 - generating LINT kernel config
TB --- 2010-12-21 22:22:20 - cd /src/sys/sparc64/conf
TB --- 2010-12-21 22:22:20 - /usr/bin/make -B LINT
TB --- 2010-12-21 22:22:20 - building LINT kernel
TB --- 2010-12-21 22:22:20 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 22:22:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 22:22:20 - TARGET=sparc64
TB --- 2010-12-21 22:22:20 - TARGET_ARCH=sparc64
TB --- 2010-12-21 22:22:20 - TZ=UTC
TB --- 2010-12-21 22:22:20 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 22:22:20 - cd /src
TB --- 2010-12-21 22:22:20 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Dec 21 22:22:20 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c: In function 'clear_entries':
/src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma expression 
has no effect
*** Error code 1

Stop in /obj/sparc64.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-12-21 22:31:09 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-12-21 22:31:09 - ERROR: failed to build lint kernel
TB --- 2010-12-21 22:31:09 - 3235.20 user 651.47 system 4241.92 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on powerpc64/powerpc

2010-12-21 Thread FreeBSD Tinderbox
TB --- 2010-12-21 20:56:55 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-12-21 20:56:55 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2010-12-21 20:56:55 - cleaning the object tree
TB --- 2010-12-21 20:57:12 - cvsupping the source tree
TB --- 2010-12-21 20:57:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2010-12-21 20:57:29 - building world
TB --- 2010-12-21 20:57:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 20:57:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 20:57:29 - TARGET=powerpc
TB --- 2010-12-21 20:57:29 - TARGET_ARCH=powerpc64
TB --- 2010-12-21 20:57:29 - TZ=UTC
TB --- 2010-12-21 20:57:29 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 20:57:29 - cd /src
TB --- 2010-12-21 20:57:29 - /usr/bin/make -B buildworld
 World build started on Tue Dec 21 20:57:29 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Tue Dec 21 22:29:06 UTC 2010
TB --- 2010-12-21 22:29:06 - generating LINT kernel config
TB --- 2010-12-21 22:29:06 - cd /src/sys/powerpc/conf
TB --- 2010-12-21 22:29:06 - /usr/bin/make -B LINT
TB --- 2010-12-21 22:29:06 - building LINT kernel
TB --- 2010-12-21 22:29:06 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 22:29:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 22:29:06 - TARGET=powerpc
TB --- 2010-12-21 22:29:06 - TARGET_ARCH=powerpc64
TB --- 2010-12-21 22:29:06 - TZ=UTC
TB --- 2010-12-21 22:29:06 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 22:29:06 - cd /src
TB --- 2010-12-21 22:29:06 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Dec 21 22:29:06 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c: In function 'clear_entries':
/src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma expression 
has no effect
*** Error code 1

Stop in /obj/powerpc.powerpc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-12-21 22:37:21 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-12-21 22:37:21 - ERROR: failed to build lint kernel
TB --- 2010-12-21 22:37:21 - 4624.38 user 937.01 system 6025.48 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


[head tinderbox] failure on sparc64/sun4v

2010-12-21 Thread FreeBSD Tinderbox
TB --- 2010-12-21 21:36:28 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2010-12-21 21:36:28 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2010-12-21 21:36:28 - cleaning the object tree
TB --- 2010-12-21 21:36:39 - cvsupping the source tree
TB --- 2010-12-21 21:36:39 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2010-12-21 21:36:54 - building world
TB --- 2010-12-21 21:36:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 21:36:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 21:36:54 - TARGET=sun4v
TB --- 2010-12-21 21:36:54 - TARGET_ARCH=sparc64
TB --- 2010-12-21 21:36:54 - TZ=UTC
TB --- 2010-12-21 21:36:54 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 21:36:54 - cd /src
TB --- 2010-12-21 21:36:54 - /usr/bin/make -B buildworld
 World build started on Tue Dec 21 21:36:55 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Tue Dec 21 22:37:11 UTC 2010
TB --- 2010-12-21 22:37:11 - generating LINT kernel config
TB --- 2010-12-21 22:37:11 - cd /src/sys/sun4v/conf
TB --- 2010-12-21 22:37:11 - /usr/bin/make -B LINT
TB --- 2010-12-21 22:37:11 - building LINT kernel
TB --- 2010-12-21 22:37:11 - MAKEOBJDIRPREFIX=/obj
TB --- 2010-12-21 22:37:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2010-12-21 22:37:11 - TARGET=sun4v
TB --- 2010-12-21 22:37:11 - TARGET_ARCH=sparc64
TB --- 2010-12-21 22:37:11 - TZ=UTC
TB --- 2010-12-21 22:37:11 - __MAKE_CONF=/dev/null
TB --- 2010-12-21 22:37:11 - cd /src
TB --- 2010-12-21 22:37:11 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Dec 21 22:37:11 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c: In function 'clear_entries':
/src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete type
/src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma expression 
has no effect
*** Error code 1

Stop in /obj/sun4v.sparc64/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2010-12-21 22:45:16 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2010-12-21 22:45:16 - ERROR: failed to build lint kernel
TB --- 2010-12-21 22:45:16 - 3219.63 user 642.05 system 4128.56 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [head tinderbox] failure on powerpc64/powerpc

2010-12-21 Thread Matthew Fleming
On Tue, Dec 21, 2010 at 2:37 PM, FreeBSD Tinderbox
tinder...@freebsd.org wrote:
 TB --- 2010-12-21 20:56:55 - tinderbox 2.6 running on 
 freebsd-current.sentex.ca
 TB --- 2010-12-21 20:56:55 - starting HEAD tinderbox run for powerpc64/powerpc
 TB --- 2010-12-21 20:56:55 - cleaning the object tree
 TB --- 2010-12-21 20:57:12 - cvsupping the source tree
 TB --- 2010-12-21 20:57:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
 /tinderbox/HEAD/powerpc64/powerpc/supfile
 TB --- 2010-12-21 20:57:29 - building world
 TB --- 2010-12-21 20:57:29 - MAKEOBJDIRPREFIX=/obj
 TB --- 2010-12-21 20:57:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2010-12-21 20:57:29 - TARGET=powerpc
 TB --- 2010-12-21 20:57:29 - TARGET_ARCH=powerpc64
 TB --- 2010-12-21 20:57:29 - TZ=UTC
 TB --- 2010-12-21 20:57:29 - __MAKE_CONF=/dev/null
 TB --- 2010-12-21 20:57:29 - cd /src
 TB --- 2010-12-21 20:57:29 - /usr/bin/make -B buildworld
 World build started on Tue Dec 21 20:57:29 UTC 2010
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 stage 5.1: building 32 bit shim libraries
 World build completed on Tue Dec 21 22:29:06 UTC 2010
 TB --- 2010-12-21 22:29:06 - generating LINT kernel config
 TB --- 2010-12-21 22:29:06 - cd /src/sys/powerpc/conf
 TB --- 2010-12-21 22:29:06 - /usr/bin/make -B LINT
 TB --- 2010-12-21 22:29:06 - building LINT kernel
 TB --- 2010-12-21 22:29:06 - MAKEOBJDIRPREFIX=/obj
 TB --- 2010-12-21 22:29:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
 TB --- 2010-12-21 22:29:06 - TARGET=powerpc
 TB --- 2010-12-21 22:29:06 - TARGET_ARCH=powerpc64
 TB --- 2010-12-21 22:29:06 - TZ=UTC
 TB --- 2010-12-21 22:29:06 - __MAKE_CONF=/dev/null
 TB --- 2010-12-21 22:29:06 - cd /src
 TB --- 2010-12-21 22:29:06 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Tue Dec 21 22:29:06 UTC 2010
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
 [...]
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c: In function 'clear_entries':
 /src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete type
 /src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma expression 
 has no effect
 *** Error code 1

I think Tinderbox has a bad source tree.  Lines 557 and 569 make sense
from the old version of kern_fail.c before either of my commits.  So
is Tinderbox somehow building with an old kern_fail.c but an updated
sys/fail.h?  That would explain the build error, but I have no idea
how it could have gotten into such a situation.

But line 557 is a comment in between functions after both r216616 and r216620.

Thanks,
matthew
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: [head tinderbox] failure on powerpc64/powerpc

2010-12-21 Thread Mike Tancsa
On 12/21/2010 5:49 PM, Matthew Fleming wrote:
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete 
 type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete 
 type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete 
 type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete 
 type
 /src/sys/kern/kern_fail.c:557: error: dereferencing pointer to incomplete 
 type
 /src/sys/kern/kern_fail.c: In function 'clear_entries':
 /src/sys/kern/kern_fail.c:569: error: dereferencing pointer to incomplete 
 type
 /src/sys/kern/kern_fail.c:569: warning: left-hand operand of comma 
 expression has no effect
 *** Error code 1
 
 I think Tinderbox has a bad source tree.  Lines 557 and 569 make sense
 from the old version of kern_fail.c before either of my commits.  So
 is Tinderbox somehow building with an old kern_fail.c but an updated
 sys/fail.h?  That would explain the build error, but I have no idea
 how it could have gotten into such a situation.



It updates from my local mirror which updates from cvsup18.  The last
update was

CVSup update ends at 2010-12-21 16:44:39
CVSup update begins at 2010-12-21 17:43:00
Updating from cvsup18.freebsd.org
Connected to cvsup18.freebsd.org
Updating collection cvs-all/cvs
 Append to CVSROOT-ports/commitlogs/ports
 Append to CVSROOT-src/commitlogs/sys
 Edit ports/devel/p5-DateTime-Format-Strptime/Makefile,v
 Edit ports/devel/p5-DateTime-Format-Strptime/distinfo,v
 Edit ports/multimedia/playd/Makefile,v
 Edit ports/multimedia/playd/distinfo,v
 Edit src/sys/nfsserver/nfs_srvsubs.c,v
src/sys/nfsserver/nfs_srvsubs.c,v: Checksum mismatch -- will transfer
entire file
 Edit src/sys/sparc64/include/cpufunc.h,v
src/sys/sparc64/include/cpufunc.h,v: Checksum mismatch -- will transfer
entire file
 Edit src/sys/sparc64/include/vmparam.h,v
src/sys/sparc64/include/vmparam.h,v: Checksum mismatch -- will transfer
entire file
 Edit src/sys/sparc64/sparc64/tick.c,v
src/sys/sparc64/sparc64/tick.c,v: Checksum mismatch -- will transfer
entire file
 Edit src/sys/sys/mount.h,v
src/sys/sys/mount.h,v: Checksum mismatch -- will transfer entire file
Skipping collection gnats/current
Skipping collection www/current
Skipping collection mail-archive/current
Updating collection distrib/self
Applying fixups for collection cvs-all/cvs
 Fixup src/sys/nfsserver/nfs_srvsubs.c,v
 Fixup src/sys/sparc64/include/cpufunc.h,v
 Fixup src/sys/sparc64/include/vmparam.h,v
 Fixup src/sys/sparc64/sparc64/tick.c,v
 Fixup src/sys/sys/mount.h,v
Finished successfully
CVSup update ends at 2010-12-21 17:45:11




___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


usb issues

2010-12-21 Thread justin v

Hi,

Any advice on how to deal with this USB trouble.. ?


This is scrolling through messages..  and when i plug in my USB device,  
ANY, it is not recognized, when normally it is...




exit
[...@yeaguy ~]$ tail -f /var/log/messages
Dec 21 22:13:11 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:11 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:13 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:13 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:15 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:15 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:16 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:16 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:18 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:18 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:20 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:20 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3



Dec 21 22:13:21 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:21 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:23 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:23 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:24 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:24 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:26 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:26 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3
Dec 21 22:13:27 yeaguy kernel: uhub_reattach_port: port 3 reset failed,  
error=USB_ERR_TIMEOUT
Dec 21 22:13:27 yeaguy kernel: uhub_reattach_port: device problem  
(USB_ERR_TIMEOUT), disabling port 3




--
Using Opera's revolutionary email client: http://www.opera.com/mail/
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: umidi question

2010-12-21 Thread Raoul
on Tue, 21 Dec 2010 23:13:25 +0100
Hans Petter Selasky hsela...@c2i.net wrote:

 On Tuesday 21 December 2010 22:26:19 Raoul wrote:
  Hello all,
  
  It seems to me than the midi part (umidi)
  of the uaudio driver does not work with poll nor SIGIO.
  Am i right here, or is my test very buggy!!!
  
  Thanks
 
 Hi,
 
 FIOASYNC is supported and poll is supported - yes.
 
 See /sys/dev/usb/usb/usb_dev.c which is the interface which snd_uaudio is 
 using to create the umidiX.Y device nodes.
 

Hi,

Thanks for for prompt reply, and sorry for the noise.

Best regards

Raoul
rm...@free.fr
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org