Re: [parisc-linux] J5600 Video

2007-02-10 Thread Helge Deller
On Thursday 08 February 2007, Max Grabert wrote:
 On 07/02/07, Michael Greene [EMAIL PROTECTED] wrote:
 
  I have my old J5600 recompiled and running with 2.6.19.1 kernel. I put
  an old Voodoo3 2000 rev 1 in the secondary pci slot and it is recognized
  by the system (not compiled in the kernel just lspci).  Is there any
  trick to getting it to work with linux in the J5600 before I waste time
  trying?
 
 
 At one time I was trying to use a Voodoo3 3000 in a C3000, but I was
 unsuccessful (linux fb wouldn't initialise/turn on the display, and
 the native XFree86 driver would crash the machine).
 That was about 2 years ago I think, and some things have changed since
 then ... you might even be successful today. Just try and find out :-)

I think you will fail.
If I remember correctly Vodoo3 needs the on-board i386 Graphics-BIOS to get 
into a useful state which can be used by vodoo fbdev driver.
Vodoo1 or Vodoo2 do work as framebuffer devices though.

Helge


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] J5600 Video

2007-02-10 Thread Alan
 I think you will fail.
 If I remember correctly Vodoo3 needs the on-board i386 Graphics-BIOS to get 
 into a useful state which can be used by vodoo fbdev driver.
 Vodoo1 or Vodoo2 do work as framebuffer devices though.

The voodoo1/2 were designed as add on boards so there is enough info in
the docs to boot them, and in the source tree for glide to boot them
properly. The voodoo3 glide source tree may contain enough info, its hard
to tell.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



r1970 - in glibc-package/branches/glibc-2.5/debian: . patches patches/m68k

2007-02-10 Thread Aurelien Jarno
Author: aurel32
Date: 2007-02-10 13:42:47 +0100 (Sat, 10 Feb 2007)
New Revision: 1970

Added:
   glibc-package/branches/glibc-2.5/debian/patches/m68k/cvs-m68k-update.diff
Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/patches/series
Log:
* m68k/cvs-m68k-update.diff: new patch (bits from CVS).



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===
--- glibc-package/branches/glibc-2.5/debian/changelog   2007-02-10 10:20:43 UTC 
(rev 1969)
+++ glibc-package/branches/glibc-2.5/debian/changelog   2007-02-10 12:42:47 UTC 
(rev 1970)
@@ -112,6 +112,7 @@
 (workaround the missing MSG_NOSIGNAL support).
   * kfreebsd/local-amd64-dl-machine.diff: new patch from Petr Salinger (fix
 ld.so segfault on GNU/kFreeBSD amd64).
+  * m68k/cvs-m68k-update.diff: new patch (bits from CVS).
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).

Added: glibc-package/branches/glibc-2.5/debian/patches/m68k/cvs-m68k-update.diff
===
--- glibc-package/branches/glibc-2.5/debian/patches/m68k/cvs-m68k-update.diff   
2007-02-10 10:20:43 UTC (rev 1969)
+++ glibc-package/branches/glibc-2.5/debian/patches/m68k/cvs-m68k-update.diff   
2007-02-10 12:42:47 UTC (rev 1970)
@@ -0,0 +1,433 @@
+diff -Nurd ports/ChangeLog.m68k ports/ChangeLog.m68k
+--- ports/ChangeLog.m68k   2006-02-28 11:12:50.0 +0100
 ports/ChangeLog.m68k   2007-02-10 13:35:42.0 +0100
+@@ -1,3 +1,25 @@
++2006-10-03  Richard Sandiford  [EMAIL PROTECTED]
++
++  * sysdeps/m68k/dl-trampoline.S (_dl_runtime_profile): Round up the
++  frame size to longword rather than word alignment. Add missing
++  initialization of lrv_a0 and restore a0 from it after calling
++  _dl_call_pltexit.  Adjust the stack offsets of later data accordingly,
++  fixing a previously incorrect offset for the inregs parameter.
++  * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Add missing 
++  libm_hidden_def.
++  * sysdeps/m68k/fpu/fesetround.c (fesetround): Add missing
++  libm_hidden_def.
++  * sysdeps/unix/sysv/linux/m68k/sysdep.h: Guard against multiple
++  inclusion.
++  * sysdeps/m68k/ldsodefs.h: New file.
++  * sysdeps/m68k/tst-audit.h: New file.
++  * sysdeps/m68k/wcpcpy.c: Likewise.
++  * sysdeps/m68k/wcpcpy_chk.c: Likewise.
++* sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (fpregset): Sync field
++  order with linux. 
++  (ucontext): Sync field order with linux.
++  * sysdeps/unix/sysv/linux/m68k/bits/siginfo.h: New file.
++
+ 2006-02-28  Roland McGrath  [EMAIL PROTECTED]
+ 
+   * sysdeps/m68k/preconfigure: New file.
+diff -Nurd ports/sysdeps/m68k/dl-trampoline.S 
ports/sysdeps/m68k/dl-trampoline.S
+--- ports/sysdeps/m68k/dl-trampoline.S 2005-01-16 03:07:28.0 +0100
 ports/sysdeps/m68k/dl-trampoline.S 2007-02-10 13:21:53.0 +0100
+@@ -79,14 +79,14 @@
+   move.l %sp, %a2
+   move.l %sp, %a0
+   lea 28(%sp), %a1
+-  | Round framesize up to even
+-  addq.l #1, %d1
+-  lsr #1, %d1
+-  sub.l %d1, %a0
++  | Round framesize up to longword alignment
++  addq.l #3, %d1
++  and.l #-3, %d1
+   sub.l %d1, %a0
+   move.l %a0, %sp
++  lsr.l #2,%d1
+   jra 2f
+-1:move.w (%a1)+, (%a0)+
++1:move.l (%a1)+, (%a0)+
+ 2:dbra %d1,1b
+   /*
+  %a2+24  return address
+@@ -113,16 +113,18 @@
+  %sp  %a0
+   */
+   fmove.x %fp0, -(%sp)
++  move.l %a0, -(%sp)
+   move.l %d1, -(%sp)
+   move.l %d0, -(%sp)
+   pea (%sp)
+-  pea 20(%sp)
+-  move.l 40(%sp), -(%sp)
+-  move.l 40(%sp), -(%sp)
++  pea 28(%sp)
++  move.l 44(%sp), -(%sp)
++  move.l 44(%sp), -(%sp)
+   jbsr _dl_call_pltexit
+   lea 16(%sp), %sp
+   move.l (%sp)+, %d0
+   move.l (%sp)+, %d1
++  move.l (%sp)+, %a0
+   fmove.x (%sp)+, %fp0
+   lea 20(%sp), %sp
+   rts
+diff -Nurd ports/sysdeps/m68k/fpu/feholdexcpt.c 
ports/sysdeps/m68k/fpu/feholdexcpt.c
+--- ports/sysdeps/m68k/fpu/feholdexcpt.c   2001-07-06 06:55:55.0 
+0200
 ports/sysdeps/m68k/fpu/feholdexcpt.c   2007-02-10 13:15:01.0 
+0100
+@@ -37,3 +37,4 @@
+ 
+   return 0;
+ }
++libm_hidden_def (feholdexcept);
+diff -Nurd ports/sysdeps/m68k/fpu/fesetround.c 
ports/sysdeps/m68k/fpu/fesetround.c
+--- ports/sysdeps/m68k/fpu/fesetround.c2001-07-06 06:55:55.0 
+0200
 ports/sysdeps/m68k/fpu/fesetround.c2007-02-10 13:13:37.0 
+0100
+@@ -36,3 +36,4 @@
+ 
+   return 0;
+ }
++libm_hidden_def (fesetround);
+diff -Nurd ports/sysdeps/m68k/ldsodefs.h ports/sysdeps/m68k/ldsodefs.h
+--- ports/sysdeps/m68k/ldsodefs.h  1970-01-01 01:00:00.0 +0100
 ports/sysdeps/m68k/ldsodefs.h  2007-02-10 13:26:21.0 +0100
+@@ -0,0 +1,43 @@

Registration completed successfully

2007-02-10 Thread Heidi Kenny
Dear OjekpTb6

An account has been created for you at flasklet's helpdesk.
Your details are:

username : EeIJqBn
password : c4X1ga
site: www *dot* 120pills *dot* com
(Just type this link in your browser! Enjoy!)

Yuki was dazed, her face buried into the seat, the radio on, when I got back to 
the car He went out there Then you put a bucket under the open end of the pipe 
and out of it drips the juice that you burn in your caroj to make them move 
nHA1QEb4


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Building glibc 2.5 on Hurd

2007-02-10 Thread Samuel Thibault
Hi,

Aurelien Jarno, le Thu 08 Feb 2007 20:52:33 +0100, a écrit :
 sigsuspend_not_cancel is not defined for Hurd in
 sysdeps/mach/hurd/sigsuspend.c. This function is called from
 sysdeps/posix/pause.c.
 
 Any volunteer to implement it?

Mmm, it looks to me like the current __sigsuspend() doesn't handle
cancellation anyway (probably because libpthread on the Hurd is a
separate library). So something like the following could be just fine:

diff -u -p -r1.23 sigsuspend.c
--- sysdeps/mach/hurd/sigsuspend.c  3 Aug 2002 06:54:20 -   1.23
+++ sysdeps/mach/hurd/sigsuspend.c  11 Feb 2007 00:30:43 -
@@ -80,4 +80,5 @@ __sigsuspend (set)
   return -1;
 }
 libc_hidden_def (__sigsuspend)
+strong_alias (__sigsuspend, __sigsuspend_nocancel)
 weak_alias (__sigsuspend, sigsuspend)

Samuel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of glibc_2.5-0exp4_ia64.changes

2007-02-10 Thread Archive Administrator
glibc_2.5-0exp4_ia64.changes uploaded successfully to localhost
along with the files:
  libc6.1_2.5-0exp4_ia64.deb
  libc6.1-dev_2.5-0exp4_ia64.deb
  libc6.1-prof_2.5-0exp4_ia64.deb
  libc6.1-pic_2.5-0exp4_ia64.deb
  locales-all_2.5-0exp4_ia64.deb
  nscd_2.5-0exp4_ia64.deb
  libc6.1-dbg_2.5-0exp4_ia64.deb
  libc6.1-udeb_2.5-0exp4_ia64.udeb
  libnss-dns-udeb_2.5-0exp4_ia64.udeb
  libnss-files-udeb_2.5-0exp4_ia64.udeb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]