MFC of ACPI code possible?

2003-03-10 Thread Bjoern Fischer
Hello, I need a server running -STABLE to be powered down by 'halt -p'. Unfortunately the Hardware only supports ACPI and no APM. Is it possible to MFC the ACPI code (it's from Intel, partially?)? Running -CURRENT ist not an option for me at this time. Björn Fischer To Unsubscribe: send mail to

Re: 4.7-stable / crash

2003-03-10 Thread Mike Tancsa
Do you have Plug and Play enabled in the BIOS ? If so turn it off and try a PCI config reset if that is available in your BIOS. Also, try and get the fxp0 card and the SCSI controller on a different IRQ. I have found they dont always play well together. If they are in a slot that has a shared

4.7-stable / crash

2003-03-10 Thread Mike Hoskins
I had -stable crash this AM on a Dell Poweredge 1550... FreeBSD fubar.adept.org 4.7-STABLE FreeBSD 4.7-STABLE #6: Thu Feb 13 19:14:26 PST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FUBAR i386 Now I'm trying to determine exactly what happened. The only thing I have to go on are the followin

Re: USB code change needed?

2003-03-10 Thread Scott Johnson
So what do we need to do to get this patch into the source tree? Is there anyone around here who can help? Thanks, Scott At 07:34 AM 3/10/2003, Louis A. Mamakos wrote: I was having the same problem with a panic during boot if I had anything plugged into the USB adapter on my system. (Actually,

building qt31 and kde3

2003-03-10 Thread Qing Li
I am getting compilation errors while trying to build qt31. Version of Xft is Xft-2.1_3. Has anyone else run into this problem? >> FreeBSD 4.8-RC #0: Fri Mar 7 18:31:18 PST 2003 == gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt31/work/qt-x11-free-3.1.1/src'

palm m500 and USB (was Re: Sony Cybershot ...)

2003-03-10 Thread Joan Picanyol i Puig
* Greg 'groggy' Lehey <[EMAIL PROTECTED]> [20030311 01:00]: > There's a bug somewhere which stops pilot-link working with USB. I've > been talking to the author about it, and he's not very motivated to > fix it, particularly because we can't exclude the possibility that > the bug is in the USB sta

Re: Sony Cybershot should be in hardware notes (supported by umass)

2003-03-10 Thread Greg 'groggy' Lehey
On Tuesday, 11 March 2003 at 0:36:58 +0100, Joan Picanyol i Puig wrote: > * Doug Barton <[EMAIL PROTECTED]> [20030311 00:14]: I think it's already covered by the statement "Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supp

Re: Sony Cybershot should be in hardware notes (supported by umass)

2003-03-10 Thread Joan Picanyol i Puig
* Doug Barton <[EMAIL PROTECTED]> [20030311 00:14]: > > > I think it's already covered by the statement "Owing to the generic > > > nature of most USB devices, with some exceptions any device of a given > > > class will be supported, even if not explicitly listed here." > > I can't sync my Palm m50

Re: FreeBSD on an IBM PC Server 325

2003-03-10 Thread Doug White
On Fri, 7 Mar 2003, Ryan T. Dean wrote: > Greetings and Howdy- > I was gifted with an IBM PC Server 325 a few months back, and I've > been trying on and off since then to get FreeBSD loaded onto it. Its > nothing too special - dual PPro motherboard with an onboard AIC7880 SCSI > controller.

Re: Sony Cybershot should be in hardware notes (supported by umass)

2003-03-10 Thread Doug Barton
On Tue, 11 Mar 2003, Joan Picanyol i Puig wrote: > * Peter Jeremy <[EMAIL PROTECTED]> [20030310 21:12]: > > I think it's already covered by the statement "Owing to the generic > > nature of most USB devices, with some exceptions any device of a given > >

Re: Sony Cybershot should be in hardware notes (supported by umass)

2003-03-10 Thread Joan Picanyol i Puig
* Peter Jeremy <[EMAIL PROTECTED]> [20030310 21:12]: > I think it's already covered by the statement "Owing to the generic > nature of most USB devices, with some exceptions any device of a given > class will be supported, even if not explicitly listed here." I can&#

Re: High wired page count

2003-03-10 Thread Mike Hoskins
> Thus spake Peter Jeremy <[EMAIL PROTECTED]>: > > I just happened to have a close look at the memory usage figures on > > various -STABLE machines and noticed that all of them are reporting > > vm.stats.vm.v_wire_count roughly 1/3 of total RAM. (My look was > > triggered by the sound of my firewa

-pthread and test program

2003-03-10 Thread Richard Nyberg
This program i from the lang/ocaml port. It is supposed to check wether stack overflow is detectable or not. The test is compiled in two different ways: 1) cc stackov.c 2) cc -pthread stackov.c The first binary exits fast with a value of 0. The second binary however, never exits. It just runs for

2nd SCSI disk not recognized after updating 4.7-RELEASE to STABLE

2003-03-10 Thread joe moore
I have a Compaq Prosignia 200 with 4.3 GB and 9.1 GB SCSI drives on a Compaq SCSI controller sym0 (875). 4.7-RELEASE installs and runs fine. I cvsup'd to stable (as of a week ago) and now the second disk (da1) is no longer recognized so /usr won't mount. If I boot from a 4.8-RC1 install CD the fdis

Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-10 Thread Dag-Erling Smorgrav
Stijn Hoop <[EMAIL PROTECTED]> writes: > On Mon, Mar 10, 2003 at 11:48:38AM +0100, Dag-Erling Smorgrav wrote: > > "use.perl port" > Noted, thanks. I thought this was only needed for -STABLE, but apparently I > was wrong. After manually installing a symlink the port installed fine of > course, but

Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-10 Thread Stijn Hoop
On Mon, Mar 10, 2003 at 11:48:38AM +0100, Dag-Erling Smorgrav wrote: > Stijn Hoop <[EMAIL PROTECTED]> writes: > > This is with PERL_VERSION=5.8.0 in /etc/make.conf, and no /usr/bin/perl > > (since this is -CURRENT), which is why mkhtmlindex barfs. > > "use.perl port" Noted, thanks. I thought this

Re: Is XFree86 4.3.0 going to be in 4.8? -nt-

2003-03-10 Thread Dag-Erling Smorgrav
Stijn Hoop <[EMAIL PROTECTED]> writes: > This is with PERL_VERSION=5.8.0 in /etc/make.conf, and no /usr/bin/perl > (since this is -CURRENT), which is why mkhtmlindex barfs. "use.perl port" DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs