ciss.ko module anyone?

2002-03-01 Thread Francis Jordan
Could someone please email me a copy of the ciss.ko module (gzipped if possible)? I am trying to install FreeBSD on a Compaq Proliant ML370 and the install CD of 4.5-RELEASE doesn't see the SmartArray 5i. Thanks FJ __ Do You Yahoo!? Yahoo! Sports

Re: XFCom_SiS for Xfree86

1999-09-26 Thread Francis Jordan
Richard Puga wrote: > Xfree86/Linux emulation question. > > I have a SIS 6326 AGP based motherboard and undstand that it is > supported by XFCom_SiS located at > ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/X/XFCom/xsis/glibc2/xsis.tgz > > Has anyone gotten this to work under FreeBSD? No, an

Re: A new package fetching utility, pkg_get

1999-09-24 Thread Francis Jordan
Jaakko Salomaa wrote: > > On Fri, 24 Sep 1999, Daniel C. Sobral wrote: > > > > This is quite interesting and I'm looking at it now. Just one quick > > > question though - why did you "roll your own" ftp I/O handling instead > > > of simply using fetch(3) or ftpio(3)? > > > BTW, I'm now utilizin

Re: More than 32 signals. Thought?

1999-08-30 Thread Francis Jordan
Marcel Moolenaar wrote: > > [cc'd to David E. Cross (cro...@cs.rpi.edu) and James Raynard > (jrayn...@freebsd.org)] > > I'm thinking about extending the number of signals. I like your thoughts > and opinions. > > Basicly what I'm going to do is rewrite the signalling code to use a new > sigset_t

Re: More than 32 signals. Thought?

1999-08-30 Thread Francis Jordan
Marcel Moolenaar wrote: > > [cc'd to David E. Cross ([EMAIL PROTECTED]) and James Raynard > ([EMAIL PROTECTED])] > > I'm thinking about extending the number of signals. I like your thoughts > and opinions. > > Basicly what I'm going to do is rewrite the signalling code to use a new > sigset_t a

Re: Threaded X libraries

1999-08-13 Thread Francis Jordan
> I'm attempting to build the X11 libs with the thread safety stuff (I beleive > Linux can already be built like this) and have discovered when linking that > we don't have the getpwnam_r & getpwuid_r functions in out libc_r. Is anyone > planning on adding these? I asked the same question a while

Re: Threaded X libraries

1999-08-13 Thread Francis Jordan
> I'm attempting to build the X11 libs with the thread safety stuff (I beleive > Linux can already be built like this) and have discovered when linking that > we don't have the getpwnam_r & getpwuid_r functions in out libc_r. Is anyone > planning on adding these? I asked the same question a whil

building thread-safe Xlibs

1999-06-25 Thread Francis Jordan
Can anyone please give me some clues as to how to build X with thread support enabled. I think the right way to do it is to add the relevant options to config/cf/FreeBSD.cf, something like #define HasPosixThreads YES #define ThreadedX YES #define ThreadsLibraries-pt

building thread-safe Xlibs

1999-06-25 Thread Francis Jordan
Can anyone please give me some clues as to how to build X with thread support enabled. I think the right way to do it is to add the relevant options to config/cf/FreeBSD.cf, something like #define HasPosixThreads YES #define ThreadedX YES #define ThreadsLibraries-pth