Re: 1131 unneeded includes in the kernel...

2000-09-19 Thread Matthew Jacob
Oh- don't get me wrong. Valuable info. Thanks. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: 1131 unneeded includes in the kernel...

2000-09-19 Thread Matthew Jacob
How did you manage to generate this list. You're smoking crack on this one > dev/isp/isp_target.c > > as the isp_OS_PLATFORM.h includes is the only include this file has. -matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of

1131 unneeded includes in the kernel...

2000-09-19 Thread Poul-Henning Kamp
UNNEEDED #includes in the FreeBSD kernel agp_if.c cam/cam_periph.c cam/scsi/scsi_all.c cam/scsi/scsi_ch.c cam/scsi/scsi_pass.c cam/scsi/scsi_ses.c

Re: recent kernel, microuptime went backwards

2000-09-19 Thread Andrey A. Chernov
On Tue, Sep 19, 2000 at 08:30:25PM +0200, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Bruce Eva > ns writes: > >On Tue, 19 Sep 2000, Andrey A. Chernov wrote: > > > >> With very latest kernel I got lots of > >> > >> microuptime() went backwards (1.3624050 -> 1.998840) > >> > >> mes

Re: ssh and scp fail connecting to a root account

2000-09-19 Thread Brian Somers
> On 17 Sep 2000, Jason Evans wrote: > > > On Fri, Sep 15, 2000 at 03:40:12PM +0100, Konstantin Chuguev wrote: > > > Udo Schweigert wrote: > > > > > > > after a fresh build of -current openssh does not work if connecting to the > > > > root-user. For example (tested from a -stable machine, but t

Re: SMPng feedback

2000-09-19 Thread Kenneth Wayne Culver
> OK - its not my random driver, then :-). > Well, unless your random driver is not attached to the ums device... It does something when I use the mouse attached to the psm device... and the mouse is still jumpy. Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cur

Re: 'host' command with CNAMEs

2000-09-19 Thread Chad R. Larson
As I recall, Sean Kelly wrote: > I've got two machines here, one running 4.1-STABLE (from Aug 3) and a > 5.0-CURRENT (from Aug 10) and both of them show the same issue. When > you use the 'host' command to resolve a CNAME, it will show all the A > records twice: > > (7) smkelly@edgemaster:~$ hos

Re: 'host' command with CNAMEs

2000-09-19 Thread Ben Smithurst
Sean Kelly wrote: > I've got two machines here, one running 4.1-STABLE (from Aug 3) and a > 5.0-CURRENT (from Aug 10) and both of them show the same issue. When > you use the 'host' command to resolve a CNAME, it will show all the A > records twice: The problem is older than that: ben@magnesiu

Re: recent kernel, microuptime went backwards

2000-09-19 Thread Donn Miller
On Wed, 20 Sep 2000, Bruce Evans wrote: > On Tue, 19 Sep 2000, Andrey A. Chernov wrote: > > > microuptime() went backwards (1.3624050 -> 1.998840) > It really does go backwards. This is caused by the giant lock preventing > the clock interrupt task from running soon enough. The giant lock can

Re: bus_space_subregion()?

2000-09-19 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Andrew M. Miklic" writes: : is a function used throughout the code (bus_space_subregion()) that has : a prototype defined in FreeBSD, but no code associated with it--does : anyone know if there is a functional equivalent? No. I'm fairly sure that there's no equiva

'host' command with CNAMEs

2000-09-19 Thread Sean Kelly
I've got two machines here, one running 4.1-STABLE (from Aug 3) and a 5.0-CURRENT (from Aug 10) and both of them show the same issue. When you use the 'host' command to resolve a CNAME, it will show all the A records twice: (7) smkelly@edgemaster:~$ host www.microsoft.com www.microsoft.com is a

Re: Debugging -current SMPNG HANG on heavy disk-io

2000-09-19 Thread Michael Reifenberger
Hi, On Tue, 19 Sep 2000 [EMAIL PROTECTED] wrote: ... > This looks like you've hit the limit for the FFS node memory type. BINGO! >FFS node262144 65536K 65536K 65536K 20244600 6 256 So the symptom is clear. But the cause? With pre SMPng I had the default kmem sizes (which is 12MB

Re: Debugging -current SMPNG HANG on heavy disk-io

2000-09-19 Thread Michael Reifenberger
On Tue, 19 Sep 2000 [EMAIL PROTECTED] wrote: ... > This looks like you've hit the limit for the FFS node memory type. > > vmstat -m will indicate if this is correct. > ... > Increasing the kmem_map size (by setting a loader variable > (kern.vm.kmem.size) or defining VM_KMEM_SIZE and VM_KMEM_SIZE

Re: PRE_SMPNG snap

2000-09-19 Thread Mike Meyer
Vallo Kallaste writes: > On Sat, Sep 16, 2000 at 03:01:28PM -0500, Mike Meyer <[EMAIL PROTECTED]> wrote: > > > > I've had a ton of experience with ahc lately, as those of you who follow > > > -questions, -stable, or -scsi know. r1.48 of aic7xxx.c is horribly > > > broken. I can't get current sn

bus_space_subregion()?

2000-09-19 Thread Andrew M. Miklic
All, I'm trying to port the TGA/TGA2 driver from NetBSD to FreeBSD, and there is a function used throughout the code (bus_space_subregion()) that has a prototype defined in FreeBSD, but no code associated with it--does anyone know if there is a functional equivalent? Andrew Miklic To Unsubsc

Re: recent kernel, microuptime went backwards

2000-09-19 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Bruce Eva ns writes: >On Tue, 19 Sep 2000, Andrey A. Chernov wrote: > >> With very latest kernel I got lots of >> >> microuptime() went backwards (1.3624050 -> 1.998840) >> >> messages just before >> >> Mounting root from ufs:/dev/da0s1a > >It really does go back

Re: Debugging -current SMPNG HANG on heavy disk-io

2000-09-19 Thread Tor . Egge
> (kgdb) ps > pidprocaddruid pri ppid pgrp flag stat comm wchan >37 c7874a00 c96650000 32 636 004086 3 tar piperd c9663f20 >36 c7874bc0 c960a0000 32 636 004006 3 tar FFS node >c02f4220 This looks like you've hit

Re: recent kernel, microuptime went backwards

2000-09-19 Thread Bruce Evans
On Tue, 19 Sep 2000, Andrey A. Chernov wrote: > With very latest kernel I got lots of > > microuptime() went backwards (1.3624050 -> 1.998840) > > messages just before > > Mounting root from ufs:/dev/da0s1a It really does go backwards. This is caused by the giant lock preventing the clock in

Re: SMPng feedback

2000-09-19 Thread Mark Murray
> IT's new as of last night. There is a random there, but it's not doing > anything when I move the mouse. OK - its not my random driver, then :-). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/ep if_ep_pccard.c src/sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c src/sys/pccard pccard_nbk.c

2000-09-19 Thread Warner Losh
In message <[EMAIL PROTECTED]> Warner Losh writes: : Thanks. CVS didn't commit the makefile change and then lost it :-(. : I've fixed it. Actually, CVS didn't eat the change, I just forgot to commit it. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: USW2 Root: -current build report for Tue Sep 19 02:07:44 CDT 2000

2000-09-19 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jordan Hubbard writes: : current current, who broke current. :) Hmmm. Someone else broke it too! We're sadly having a run on conical hats. Good thing I didn't throw mine away from the last time. My breakage was later, the one in sys/modules/sn. : install: tr_TR

Re: buildkernel problems

2000-09-19 Thread Warner Losh
In message <[EMAIL PROTECTED]> Donn Miller writes: : Here's problems I'm having with the latest (as of now) cvsup'd sources. I fixed this as of 8:35am MDT today. Sorry about any inconveince my incomplete checkin caused. This is one reason I don't like the modules/foo dev/foo split we have today

Re: CURRENT kernel make depend fails in sn module

2000-09-19 Thread Matthew Thyer
Matthew Thyer wrote: > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ > -I@/../include -I/usr/include > /usr/src/sys/modules/sn/../../dev/sn/if_sn.c > /usr/src/sys/modules/sn/../../dev/sn/if_sn_isa.c > /usr/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c > /usr/src/sys/modules/s

Re: SMPng feedback

2000-09-19 Thread Kenneth Wayne Culver
Personally, the whole system seems a bit sluggish with the SMPng stuff there... I'm assuming this will be fixed later. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 247677

Re: SMPng feedback

2000-09-19 Thread Kenneth Wayne Culver
IT's new as of last night. There is a random there, but it's not doing anything when I move the mouse. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24767726

CURRENT kernel make depend fails in sn module

2000-09-19 Thread Matthew Thyer
Just synced my repo with cvsup4 and find that make depend fails. This is after "config -r MATT". "make includes" in /usr/src doesn't fix it either. ===> sn @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/makeobjops.pl -h @/kern/device_if.m perl @/kern/makeobjops.pl -h @/kern

recent kernel, microuptime went backwards

2000-09-19 Thread Andrey A. Chernov
With very latest kernel I got lots of microuptime() went backwards (1.3624050 -> 1.998840) messages just before Mounting root from ufs:/dev/da0s1a -- Andrey A. Chernov <[EMAIL PROTECTED]> http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/ep if_ep_pccard.c src/sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c src/sys/pccard pccard_nbk.c

2000-09-19 Thread Warner Losh
In message <[EMAIL PROTECTED]> Jun Kuriyama writes: : After this commit, I cannot "make depend" for GENERIC configuration. Thanks. CVS didn't commit the makefile change and then lost it :-(. I've fixed it. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current

Re: PRE_SMPNG snap

2000-09-19 Thread Vallo Kallaste
On Sat, Sep 16, 2000 at 03:01:28PM -0500, Mike Meyer <[EMAIL PROTECTED]> wrote: > > I've had a ton of experience with ahc lately, as those of you who follow > > -questions, -stable, or -scsi know. r1.48 of aic7xxx.c is horribly > > broken. I can't get current snaps after that revision was commi

Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/ep if_ep_pccard.c src/sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c src/sys/pccard pccard_nbk.c

2000-09-19 Thread Donn Miller
On Tue, 19 Sep 2000, Jun Kuriyama wrote: > At Mon, 18 Sep 2000 21:39:20 -0700 (PDT), > Warner Losh <[EMAIL PROTECTED]> wrote: > > sn driver updated more than minorly. Add module dependencies to allow > > module to load. Also change name to if_sn. Add some debugging code. > > attempt to f

Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/ep if_ep_pccard.c src/sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c src/sys/pccard pccard_nbk.c

2000-09-19 Thread Jun Kuriyama
At Mon, 18 Sep 2000 21:39:20 -0700 (PDT), Warner Losh <[EMAIL PROTECTED]> wrote: > sn driver updated more than minorly. Add module dependencies to allow > module to load. Also change name to if_sn. Add some debugging code. > attempt to fix the cannot allocate memory problem I'd been seein

Re: SMPng feedback

2000-09-19 Thread Alexander Leidinger
On 18 Sep, Kenneth Wayne Culver wrote: > 1) When I'm playing music (mp3), and I move the mouse or move a window in > X, the sound stutters and I get a pcm0: hwptr went backwards x -> y (where > x and y are different numbers). I see this too. If I use xmms instead of mpg123 I didn't need to move

Re: USW2 Root: -current build report for Tue Sep 19 02:07:44 CDT 2000

2000-09-19 Thread Jordan Hubbard
> Another possible place is your BSD.usr.dist isn't updated properly and > tr_TR.ISO_8859-9 directory isn't there I'll try a quick update of current.freebsd.org and get back to you. Thanks for the quick response. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd

Re: USW2 Root: -current build report for Tue Sep 19 02:07:44 CDT 2000

2000-09-19 Thread Andrey A. Chernov
On Tue, Sep 19, 2000 at 12:44:49PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 19, 2000 at 01:00:17AM -0700, Jordan Hubbard wrote: > > current current, who broke current. :) > > > ===> share/timedef > > for l in cs_CZ.ISO_8859-2 da_DK.ISO_8859-1 de_AT.ISO_8859-1 de_DE.ISO_8859-1 >en_GB.ISO

Re: USW2 Root: -current build report for Tue Sep 19 02:07:44 CDT 2000

2000-09-19 Thread Andrey A. Chernov
On Tue, Sep 19, 2000 at 01:00:17AM -0700, Jordan Hubbard wrote: > current current, who broke current. :) > ===> share/timedef > for l in cs_CZ.ISO_8859-2 da_DK.ISO_8859-1 de_AT.ISO_8859-1 de_DE.ISO_8859-1 >en_GB.ISO_8859-1 en_US.ISO_8859-1 es_ES.ISO_8859-1 fi_FI.ISO_8859-1 >fr_FR.ISO_88

USW2 Root: -current build report for Tue Sep 19 02:07:44 CDT 2000

2000-09-19 Thread Jordan Hubbard
2:12:27 -0500 (CDT) From: USW2 Root <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: -current build report for Tue Sep 19 02:07:44 CDT 2000 Doing nightly build attempt for 5.0-2919-CURRENT at Tue Sep 19 02:07:44 CDT 2000 Updating source tree... Ma

buildkernel problems

2000-09-19 Thread Donn Miller
Here's problems I'm having with the latest (as of now) cvsup'd sources. - Donn perl @/kern/makeobjops.pl -h @/kern/bus_if.m perl @/kern/makeobjops.pl -h @/pci/pci_if.m perl @/kern/makeobjops.pl -h @/dev/mii/miibus_if.m rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I.