Cross patches

1999-04-22 Thread Warner Losh
I've had a bunch of requests for what I'm using to cross build. I've put up the cross compilation development patches that I have done so far at http://www.village.org/villagers/imp/freebsd-cross-1.patch.gz for anybody to give a test spin. There are no directions, but if you do a

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Daniel C. Sobral
Brian Feldman wrote: > > > > I just wish april would go away, very, very fast... > > > > > Here's a challenge to help you get by the rest of the days, figure out > > how to write my name, in its original form I was given at birth :-) > > Hmm... is it cheating to use Hiragana? (^_^) Being a chine

Problems with symbol sequences in recent kernels

1999-04-22 Thread Greg Lehey
I've just had a strange experience. I have some gdb macros which I use for debugging Vinum. One, ps, gives me a ps-like listing: (kgdb) ps Check your .gdbinit, it contains a y command pidprocaddr uid ppid pgrp flag stat comm wchan 1544 c68a5100 c6df30000 1534 1544

Re: pcm broken

1999-04-22 Thread Andrew Atrens
Ken, I can't offer you any help, just moral support :P - mine just broke too. Same message. Andrew. On Thu, 22 Apr 1999, Kenneth Wayne Culver wrote: > Date: Thu, 22 Apr 1999 22:50:46 -0400 (EDT) > From: Kenneth Wayne Culver > To: freebsd-current@freebsd.org > Subject: Re: pcm broken > > For

Re: USB keyboard attach function?

1999-04-22 Thread David Dawes
On Thu, Apr 22, 1999 at 02:01:35AM -0700, Amancio Hasty wrote: >Just a kind reminder we can unplug and plug a usb mouse as >well as a usb keyboard currently we have a small problem with >moused that it does not attempt to gain access of the mouse if there >is a usb disconnect / connect sequence.

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Brian Feldman
On Thu, 22 Apr 1999, Luoqi Chen wrote: > > Steve Kargl wrote: > > > > > > > > That's a little foolish since we've still not found all the egcs > > > > > optimizer bugs and whatnot; didn't you guys see the one Luigi found > > > > > the other day for ftpd? Now *that* had to be some obscure debuggi

Re: New ATA driver and crash dumps

1999-04-22 Thread Brian Feldman
On Thu, 22 Apr 1999, Soren Schmidt wrote: > It seems Brian Feldman wrote: > >> Hmm, I have a ZIP here which works, and I have reports from mike that > >> his LS120 works too, so I'm a bit confused here. > >> How does it not work ?? > > > >I get consistent errors reading from it (not hard errors, d

Re: pcm broken

1999-04-22 Thread Kenneth Wayne Culver
For some reason, when I rebuilt the kernel after a cvsup this morning, sound will no longer work. It gives this kernel warning when I try to play sound: timeout flushing dbuf_out, chan 1 cnt 0xff00 flags 0x00c1 sound worked fine yesterday, before I cvsupped. Can anyone give me an idea as t

IMPT HELP: maxproc at 128

1999-04-22 Thread Jason Nordwick
/etc/login.conf has a default entry of unlimited for maxproc. I need more processes to be run (in the kernel config the MAXUSER is 256). please help, jay To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Boot error

1999-04-22 Thread Robert Nordier
Ayan George wrote: > Ever since installing 4.0-CURRENT, I've gotten the following > message when I boot FreeBSD: > > Disk error 0x1 (lba=0x12007f) > No /boot/loader > > >> FreeBSD/i386 BOOT > Default: 0:wd(0,a)kernel > > boot: > > > If I type: > > wd(0,a)/boot/loader > > at the boot p

pcm broken

1999-04-22 Thread Kenneth Wayne Culver
For some reason, when I rebuilt the kernel after a cvsup this morning, sound will no longer work. It gives this kernel warning when I try to play sound: timeout flushing dbuf_out, chan 1 cnt 0xff00 flags 0x00c1 sound worked fine yesterday, before I cvsupped. Thanks. Kenneth Culver To Uns

Re: NFSv3 seriously broken in 3.1

1999-04-22 Thread Matthew Dillon
:> Make sure AMD is compiled/configured to use UDP with NFSV3, not TCP. :> AMD defaults to tcp. : :I made a commit to -STABLE a few weeks ago (but not -CURRENT) that should :have made v3/udp the default. : :-- :-- David(obr...@nuxi.com -or- obr...@freebsd.org) Ah, cool. I'll bet the aut

Re: NFSv3 seriously broken in 3.1

1999-04-22 Thread David O'Brien
> Make sure AMD is compiled/configured to use UDP with NFSV3, not TCP. > AMD defaults to tcp. I made a commit to -STABLE a few weeks ago (but not -CURRENT) that should have made v3/udp the default. -- -- David(obr...@nuxi.com -or- obr...@freebsd.org) To Unsubscribe: send mail to majord..

New IDE drivers problem

1999-04-22 Thread Rick Whitesel
Hi: As I had stated earlier, the new IDE drivers broke on me yesterday. I have done some investigation and discovered that the ATA driver no longer believes I have any devices on ata1 (I think!). I have included the dmesg text. Any help in solving the problem would be greatly appreciated.

Re: NFSv3 seriously broken in 3.1

1999-04-22 Thread Matthew Dillon
:Symptoms are the following: We upgraded a perfectly running 2.2.7 client :to 3.1, and out of a sudden NFS performed sluggish, sometimes even hanging :for ten, twenty seconds, even five minutes or more. : :Adding the NFSv2 compatibility option to the AMD tables solved the :problem. : :Gerald :-- :

3.1-STABLE is currently broken

1999-04-22 Thread sthaug
... because usr.bin/colldef/data/de_DE.DIS_8859-15.src has been updated: # $Id: de_DE.DIS_8859-15.src,v 1.3.2.1 1999/04/22 08:34:03 foxfair Exp $ without the corresponding update to scan.l and parse.y in the colldef source. End result: ===> usr.bin/colldef/data colldef -I /usr/src/usr.bin/collde

ncr scsi doesn't boot

1999-04-22 Thread Dan Langille
Here's what it is under 2.2.8: Probing for devices on PCI bus 0: chip0 rev 2 on pci0:0:0 ncr0 rev 1 int a irq 11 on pci0:1:0 The following snapshots fail to find it: 3.1-19990421-STABLE no disks found, no PCI probes done 4.0-19990418-CURRENT gets to visual configuration but no

Re: Boot error

1999-04-22 Thread Daniel C. Sobral
Ayan George wrote: > > Ever since installing 4.0-CURRENT, I've gotten the following What were you running before? How did you make the upgrade? -- Daniel C. Sobral(8-DCS) d...@newsguy.com d...@freebsd.org "Well, Windows works, using a loose definition of 'works'.

Re: nice little kernel task for somebody

1999-04-22 Thread David Malone
> Here's a thing I've missed a couple of times: I'd like to be > able to see the limits for a process in /proc. I'd like to be able to open processes file discriptors too (so you can still get files back if all the filsystem references to it have gone, but a process still has it open). I might h

newbus resource manager

1999-04-22 Thread Garrett Wollman
< said: > Can newbus resource manager manage discontinuouse I/O port? > Many PC-98 devices use discontinuous I/O port like: > 0x00d0, 0x10d0, 0x20d0, 0x30d0, 0x40d0, ..., 0xf0d0 > Current API seems to assume contiguity and not to be able to manage > such I/O port addresses. Each one of these i

newbus - kernel compile failure (old + new PCI drivers)

1999-04-22 Thread Geoff Rehmet
Since the newbus changes, I have had kernel compile failures, due to the fact that I don't have any old style PCI drivers configured on my system. By #ifdef'ing out the code that wraperises the old driver code. Diffs are as follows (this requires defining "NOOLDPCIDRIVERS"). Obviously, this code

Boot error

1999-04-22 Thread Ayan George
All, Ever since installing 4.0-CURRENT, I've gotten the following message when I boot FreeBSD: Disk error 0x1 (lba=0x12007f) No /boot/loader >> FreeBSD/i386 BOOT Default: 0:wd(0,a)kernel boot: If I type: wd(0,a)/boot/loader at the boot prompt, it claims it cant find the file but I k

Re: New ATA driver and crash dumps

1999-04-22 Thread Rick Whitesel
Hi: I built a version that removed the SCSI and ATM support with no change. Something has changed such that only one channel of the PCI IDE controller is reported. I will continue my investigation. Rick - Original Message - From: Soren Schmidt To: Christopher Masto Cc: Sent: Wednes

Re: NFSv3 seriously broken in 3.1

1999-04-22 Thread Sheldon Hearn
On Thu, 22 Apr 1999 00:51:03 +0200, Gerald Pfeifer wrote: > Symptoms are the following: We upgraded a perfectly running 2.2.7 client > to 3.1, and out of a sudden NFS performed sluggish, sometimes even hanging > for ten, twenty seconds, even five minutes or more. > > Adding the NFSv2 compatibil

Re: _my_ world is broken

1999-04-22 Thread Glenn Johnson
>On Thu, 22 Apr 1999, Alexander Leidinger wrote: > > >unsetenv CXXFLAGS > >I don't know if you're supposed to be able to make world with this >variable set, but it screws up several things at present. I tripped >over this myself a few weeks back. > >Kris > Look in /usr/share/mk/sys.mk and you will

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Luoqi Chen
> Steve Kargl wrote: > > > > > > That's a little foolish since we've still not found all the egcs > > > > optimizer bugs and whatnot; didn't you guys see the one Luigi found > > > > the other day for ftpd? Now *that* had to be some obscure debugging > > > > work! :-) > > > > > > Clearly, that goe

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Daniel C. Sobral
Steve Kargl wrote: > > > > That's a little foolish since we've still not found all the egcs > > > optimizer bugs and whatnot; didn't you guys see the one Luigi found > > > the other day for ftpd? Now *that* had to be some obscure debugging > > > work! :-) > > > > Clearly, that goes to show Luigi

Re: New IDE

1999-04-22 Thread Rick Whitesel
Hi: No change. I forget to mention that there is an ATM card in the system. I am going to build a version that does not support the ATM card or the SCSI. I will let you know what happens. Rick - Original Message - From: Soren Schmidt To: Rick Whitesel Cc: Sent: Thursday, April 22,

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Andy Farkas
On Thu, 22 Apr 1999, Daniel Eischen wrote: > I have to echo these feelings. NFS, as both server and client, is > working without noticeable problems for us under the old 2.2-stable. > I am afraid of upgrading to 3.1-stable with the reported NFS problems, > and we can't get by without NFS. I was

Re: New IDE

1999-04-22 Thread Soren Schmidt
It seems Rick Whitesel wrote: > Hi: > I am using /sys/dev/ata/ata-all.c rev 1.11. All this worked just fine > with the new IDE drivers until yesterday. Hmm, wierd, I see no problems here.. Try do a config -r configfile, make depend, make and see if the problem is still there... -Søren To Un

nice little kernel task for somebody

1999-04-22 Thread Poul-Henning Kamp
Here's a thing I've missed a couple of times: I'd like to be able to see the limits for a process in /proc. Any takers ? -- Poul-Henning Kamp FreeBSD coreteam member p...@freebsd.org "Real hackers run -current on their laptop." FreeBSD -- It will take a long time befo

Re: New IDE

1999-04-22 Thread Rick Whitesel
Hi: I am using /sys/dev/ata/ata-all.c rev 1.11. All this worked just fine with the new IDE drivers until yesterday. Rick - Original Message - From: Soren Schmidt To: Rick Whitesel Cc: Sent: Thursday, April 22, 1999 9:11 AM Subject: Re: New IDE It seems Rick Whitesel wrote: > Hi:

Re: _my_ world is broken

1999-04-22 Thread Kris Kennaway
On Thu, 22 Apr 1999, Alexander Leidinger wrote: > c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations > -fomit-frame-pointer -funroll-loops -I/ > usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c > /usr/src/gnu/lib/libgcc/../.. > /../contrib/egcs/gcc/cp/exception.cc

Re: New IDE

1999-04-22 Thread Soren Schmidt
It seems Rick Whitesel wrote: > Hi: > I have been using the new IDE drivers on a ASUS P2B-DS (Dual P II > with Adaptec SCSI) motherboard without any problems until yesterday > afternoon. I noticed that when I booted up yesterday afternoon with the > latest build that I no longer had a IDE C

New IDE

1999-04-22 Thread Rick Whitesel
Hi: I have been using the new IDE drivers on a ASUS P2B-DS (Dual P II with Adaptec SCSI) motherboard without any problems until yesterday afternoon. I noticed that when I booted up yesterday afternoon with the latest build that I no longer had a IDE CD-ROM. In fact dmesg shows that only one

PNP and CURRENT-19990421

1999-04-22 Thread Thomas T. Veldhouse
Hi all, I CVSUP'd last night (4-21-99) to the latest and greatest. I created a completely new kernel configuration file based upon GENERIC and LINT. My problem arose when I added the support for "pnp0". I have a Yamaha sound card (pcm0) which needs PNP. When compiling the kernel, it failed

Temporary fix for PCCARD's to work...

1999-04-22 Thread Soren Schmidt
Below find a quick fix that makes PCCARD work again. Beware that if you have it compiled in the kernel you should remove the kldload in /etc/rc.pccard, as it will happily load the module, and screw up the whole situation... Index: i386/isa/intr_machdep.c ==

Re: USB keyboard attach function?

1999-04-22 Thread Viren R. Shah
> "Daniel" == Daniel O'Connor writes: Daniel> On 22-Apr-99 Amancio Hasty wrote: >> The problem was not really a bios problem not sure what the guys >> did to fix the boot loader probably switch to using a dos int function >> to access the keyboard from the boot loader. Daniel> Hmm.. wha

Re: New ATA driver and crash dumps

1999-04-22 Thread Soren Schmidt
It seems Brian Feldman wrote: >> Hmm, I have a ZIP here which works, and I have reports from mike that >> his LS120 works too, so I'm a bit confused here. >> How does it not work ?? > >I get consistent errors reading from it (not hard errors, data errors). The >md5 checksums I created on the disk u

Re: New ATA driver and crash dumps

1999-04-22 Thread Brian Feldman
On Thu, 22 Apr 1999, Soren Schmidt wrote: > It seems Brian Feldman wrote: > > >This and atapi-fd not working are the only hang-ups I have with using ATA. > >Heck, the benefits even outweigh that since my new UDMA2 hard drive is only > >supported with your wonderful new ATA drivers, not wd! The Al

Re: New ATA driver and crash dumps

1999-04-22 Thread Soren Schmidt
It seems Brian Feldman wrote: >This and atapi-fd not working are the only hang-ups I have with using ATA. >Heck, the benefits even outweigh that since my new UDMA2 hard drive is only >supported with your wonderful new ATA drivers, not wd! The Aladdin support >works great. > Is there any way I ca

Re: New ATA driver and crash dumps

1999-04-22 Thread Brian Feldman
On Wed, 21 Apr 1999, Soren Schmidt wrote: > It seems Christopher Masto wrote: > > My machine panicked today for the first time since switching to the > > new ATA drivers, and I noticed that I no longer have crash dumps. > > Is this something that is expected to be put back in soon? > > > > I know

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Richard Tobin
> People desperate for current functionality can wait, back port themselves or > run current. I have taken all three options in the past :-) I agree. I have recently installed 3.1-STABLE on two machines, and in each case the ethernet drivers (xl and lnc) had been broken since 3.1 (both are now fi

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Daniel Eischen
> This is the only thing stopping me from upgrading our production machines > to 3.1-STABLE. > > Please, please, please backport these fixes! I have to echo these feelings. NFS, as both server and client, is working without noticeable problems for us under the old 2.2-stable. I am afraid of upg

Re: LINT Question

1999-04-22 Thread Bruce Evans
>LINT has two versions of values for ports. One is in quotes and the >other is not. > >For example, > >device npx0at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13 >device sio0at isa? port "IO_COM1" tty flags 0x10 irq 4 > >The definition of IO_NPX and IO_COM1 have the same

Re: USB keyboard attach function?

1999-04-22 Thread Amancio Hasty
Hi David! Just a kind reminder we can unplug and plug a usb mouse as well as a usb keyboard currently we have a small problem with moused that it does not attempt to gain access of the mouse if there is a usb disconnect / connect sequence. Regards -- Amancio Hasty ha...@star-gate.com

Re: USB keyboard attach function?

1999-04-22 Thread David Dawes
On Thu, Apr 22, 1999 at 10:18:13AM +0200, Nick Hibma wrote: >I've heard of no one trying, but I (we!) would love to hear whether you >get this to work. > >There is not problem is using two keyboards at the same time, but I am >not sure whether X can already handle more than one keyboard attached t

_my_ world is broken

1999-04-22 Thread Alexander Leidinger
Hi, _my_ world breaks with: c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations -fomit-frame-pointer -funroll-loops -I/ usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c /usr/src/gnu/lib/libgcc/../.. /../contrib/egcs/gcc/cp/exception.cc -o exception.o /usr/src/gnu/

Re: USB keyboard attach function?

1999-04-22 Thread Amancio Hasty
That might be the case however I and Viren R. Shah have found out that with the lastest current we can indeed talk to the bootloader which we couldn't before. The only thing which change in my computer was a cvsup update ,i.e., I did not touch my bios setting nor do I have an AT keyboard attached.

Re: USB keyboard attach function?

1999-04-22 Thread Nick Hibma
I've heard of no one trying, but I (we!) would love to hear whether you get this to work. There is not problem is using two keyboards at the same time, but I am not sure whether X can already handle more than one keyboard attached to a system. I don't think that you can specify the keyboard /dev/

LINT Question

1999-04-22 Thread Thomas Dean
I think I mis-directed this earlier. I am running 4.0-current SMP as of Apr 21. LINT has two versions of values for ports. One is in quotes and the other is not. For example, device npx0at nexus? port IO_NPX iosiz 0x0 flags 0x0 irq 13 device sio0at isa? port "IO_COM1"

Re: USB keyboard attach function?

1999-04-22 Thread Nick Hibma
I am quite sure that you using the legacy USB keyboard support of your BIOS. The USB keyboard can not kick in before the PCI probes have been done. Nick On Wed, 21 Apr 1999, Amancio Hasty wrote: > Hi, > > >is now. My only concern is that the FreeBSD bootloader does not appear > > If you

buildworld as normal user...

1999-04-22 Thread John-Mark Gurney
well, I just completed buildworld as a normal user, and would like to recieve comments on various fixes... a) create GAMEGRP in bsd.own.mk and change games in games/Makefile.inc to use ${GAMEGRP} b) add conditional of NOFSCHG in addition to PRECIOUSLIB in bsd.lib.mk so

Re: USB keyboard attach function?

1999-04-22 Thread Nick Hibma
> Not quite a fix however the following patches fixes disconnect /reconnect > problems with my USB mouse and the 3com USB modem . This is a > bandage please don't commit is just that right if I diconnect my usb > modem or usb mouse my system panics hence the following simple patch. That loo

Re: USB keyboard attach function?

1999-04-22 Thread Amancio Hasty
> Did you update your rc.conf lately? It should contain the startup of > the usbd daemon. I know start usbd upon startup 8) > > A side note, someone fixed syscons so it no longer panics if > > the atkbd device is not configured . In my case, I have > > a USB keyboard and a USB mouse connecte

Re: solid NFS patch #6 avail for -current - need testers files)

1999-04-22 Thread Geoff Buckingham
Previously on Wed, Apr 21, 1999 at 12:31:03PM -0700, Matthew Dillon wrote: : : I think the existing release schedule is pretty good. Any faster and : we might as well not have two branches at all. We really need a : -current branch in order to make and test radical changes, and the :

Re: USB keyboard attach function?

1999-04-22 Thread Nick Hibma
> While playing over here with the USB stuff, I rebooted the system and > disconnected the USB keyboard waited till the system was fully up > and re-connected the USB keyboard which resulted in the system > not attaching the USB keyboard. Did you update your rc.conf lately? It should contai