Re: stange probelm with vmstat

2001-11-21 Thread Matthew
Thank you for the help. But i need the boot.config to have the -P/-H flag in there. Can i put in some other place? What's the right way to use loader. - Original Message - From: Doug White [EMAIL PROTECTED] To: Matthew [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 20,

add some constraints in cpufunc.h

2001-11-21 Thread David Xu
4.4-stable, file sys/i386/include/cpufunc.h, --- cpufunc.h.orig Wed Nov 21 13:35:36 2001 +++ cpufunc.h Wed Nov 21 15:00:12 2001 @@ -72,7 +72,7 @@ { u_int result; - __asm __volatile(bsfl %0,%0 : =r (result) : 0 (mask)); + __asm __volatile(bsfl %0,%0 : =r (result)

Re: subscribe mailing list.

2001-11-21 Thread Axel Scheepers
On Tue, Nov 20, 2001 at 11:17:52PM -0700, Ricky Liang wrote: i would like to subscribe the freebsd mailing list.. Try [EMAIL PROTECTED] to subsribe, see the email header below ;) List-ID: freebsd-hackers.FreeBSD.ORG List-Archive: http://docs.freebsd.org/mail/ (Web Archive) List-Help:

Re: hot swap with ugen

2001-11-21 Thread Ian Dowse
In message [EMAIL PROTECTED], Srinivas Dharmasanam writ es: Hi, I'm using the generic usb device drive ugen for controlling a USB device. The problem is I'm having to reboot the computer each time I disconnect/connect the device in order for FreeBSD to see the USB device. Are you running usbd

patch, please review/test: write support for loader(8)

2001-11-21 Thread Alfred Perlstein
Jonathan Mini [EMAIL PROTECTED] sent me a variation of this patch, it implments write support for UFS partitions from loader. Please review/test: http://people.freebsd.org/~alfred/stand.diff -- -Alfred Perlstein [[EMAIL PROTECTED]] 'Instead of asking why a piece of software is using 1970s

kernel config for kern.flp disk

2001-11-21 Thread Eric Anderson
Where can I find the kernel config for the kern.flp disk? Also, is there a decent how-to or faq about the boot.flp disk, and how to rebuild your own (using basically theirs, just with an install.cfg thrown in and no userconfig options in the kernel)? Thanks in advance! Eric --

tar and nodump flag

2001-11-21 Thread Walter C. Pelissero
How about adding the nodump flag processing in tar? Something like: --- /usr/src/gnu/usr.bin/tar/create.c Wed Aug 11 09:03:39 1999 +++ create.cWed Nov 21 13:52:54 2001 @@ -817,6 +817,8 @@ strcpy (namebuf + len, d-d_name); if (f_exclude check_exclude (namebuf))

New Dental Practice Philosophy

2001-11-21 Thread Steven M. Seltzer
Hi, I would like to wish you a very Happy Thanksgiving! We recently created a one page practice philosophy statement that emphasizes teamwork, caring, helping others, and developing your full potential by assuming a more active role in the practice. This philosophy is designed specifically

Re: kernel config for kern.flp disk

2001-11-21 Thread Makoto Matsushita
anderson Where can I find the kernel config for the kern.flp disk? anderson Also, is there a decent how-to or faq about the boot.flp anderson disk, and how to rebuild your own (using basically theirs, anderson just with an install.cfg thrown in and no userconfig options anderson in the kernel)?

(no subject)

2001-11-21 Thread Lcycsh
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

ALS4000

2001-11-21 Thread Skye Poier
Hi All, (sorry for the xpost) Since I haven't had any help with getting my Intel 82801BA (ICH2) sound to work properly (plays 20% too fast) I went out and bought an ASound Express 32bit PnP sound card (based on the ALS4000 chipset) and dropped that in. I added device sbc and device pcm to my

Re: hot swap with ugen

2001-11-21 Thread Srinivas Dharmasanam
That was it. Thank you. Regards, -Srinivas From: Ian Dowse [EMAIL PROTECTED] To: Srinivas Dharmasanam [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: hot swap with ugen Date: Wed, 21 Nov 2001 10:44:24 + In message [EMAIL PROTECTED], Srinivas Dharmasanam writ es:

Re: stange probelm with vmstat

2001-11-21 Thread Bernd Walter
On Wed, Nov 21, 2001 at 12:03:04PM -, Matthew wrote: Thank you for the help. But i need the boot.config to have the -P/-H flag in there. Can i put in some other place? You can also switch to serial via /boot/loader.rc. I have -h and -D in /boot.config so boot1 is using a serial. These

RE: patch, please review/test: write support for loader(8)

2001-11-21 Thread John Baldwin
On 21-Nov-01 Alfred Perlstein wrote: Jonathan Mini [EMAIL PROTECTED] sent me a variation of this patch, it implments write support for UFS partitions from loader. Please review/test: http://people.freebsd.org/~alfred/stand.diff If bcache.c:write_strategy(), I wouldn't update the bcache

Re: dummynet pipe show problem

2001-11-21 Thread rick norman
Hi, I'm still running into lots of problems with this on 4.3. Is it neccessary to introduce a delay in the pipe ? Would a delay of zero work ? Has this been fixed in 4.4 ? Rick Luigi Rizzo wrote: On Tue, Oct 30, 2001 at 10:47:33AM -0800, rick norman wrote: Hi, I have enclosed a short

sysctls for hardware monitoring?

2001-11-21 Thread Mike Meyer
In looking over the various options for monitoring the health of the hardware, I notice that it's pretty much a mess. All the software in question runs privileged and grovels through memory in some way. Linux uses a device driver that's a directory full of files holding sensor information. That