Re: How to generate and test GENERIC-STABLE kernel ?

2003-09-26 Thread Wes Peters
On Wednesday 24 September 2003 22:27, Rob Lahaye wrote: > Hi, > > I was wondering whether the GENERIC files (e.g. in > /usr/src/sys/i386/conf/GENERIC) are also updated when I cvsup the > source-tree for building a new world and kernel. Haven't seen any > change to GENERIC so far. Yes, they are. T

Re: about gcc

2003-09-26 Thread Kris Kennaway
On Fri, Sep 26, 2003 at 12:01:04PM -0400, Peng Zhang wrote: > Hi, > > Thanks for the reply. I think I can do this. However everytime you want > to install a software, you need read the Makefile to figure out which > variables you need set up. Is there something like use.perl for gcc? No. The poi

Re: Large memory issues on 4-STABLE

2003-09-26 Thread Kevin Oberman
> Date: Mon, 15 Sep 2003 11:51:26 -0700 (PDT) > From: Doug White <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Mon, 15 Sep 2003, Irvine Short wrote: > > > Thanks for the definitive reply! > > You're quite welcome. > > > > > This is relevant to the work we're doing - some of my users ac

psm0 lockup on boot (FreeBSD 4.9 PreRelease #2)

2003-09-26 Thread Jorge Aldana
Hello, I lost the previous thread on the psm0 lock but also wanted to report that after cvsup-ing for the arp patch and rebuilding that the lockup still occurs, any leads on a fix/workaround? (Besides removing psm0 or disabling the sound card). Jorge __

Re: 4.9 Boot Hang when USB Devices Attached

2003-09-26 Thread Joe Kelsey
Kent Stewart wrote: On Friday 26 September 2003 12:06 pm, Joe Kelsey wrote: Brandon Fosdick wrote: Joe Kelsey wrote: When I upgraded to fix the OpenSSH problems, the system started hanging at boot time right after the USB/OHCI messages whenever I had devices plugged into the USB ports (mainly a

Re: 4.9 Boot Hang when USB Devices Attached

2003-09-26 Thread Paul Horechuk
The ASUS A7A266 does NOT have the nForce2 either, but the patch (actually two lines of inserted code for usb.c) does fix the problem. I had to actually disable the USB in the BIOS to boot. Simply removing the USB mouse did not work. - Original Message - From: "Joe Kelsey" <[EMAIL PROTECTE

Re: 4.9 Boot Hang when USB Devices Attached

2003-09-26 Thread Kent Stewart
On Friday 26 September 2003 12:06 pm, Joe Kelsey wrote: > Brandon Fosdick wrote: > > Joe Kelsey wrote: > >> When I upgraded to fix the OpenSSH problems, the system started > >> hanging at boot time right after the USB/OHCI messages whenever I > >> had devices plugged into the USB ports (mainly a US

Re: 4.9 Boot Hang when USB Devices Attached

2003-09-26 Thread Joe Kelsey
Brandon Fosdick wrote: Joe Kelsey wrote: When I upgraded to fix the OpenSSH problems, the system started hanging at boot time right after the USB/OHCI messages whenever I had devices plugged into the USB ports (mainly a USB mouse). Now, in order to boot, I have to unplug the mouse and wait for

Re: 4.9 Boot Hang when USB Devices Attached

2003-09-26 Thread Brandon Fosdick
Joe Kelsey wrote: I have a system running FreeBSD zircon.zircon.seattle.wa.us 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #20: Fri Sep 19 12:55:28 PDT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ZIRCON i386 When I upgraded to fix the OpenSSH problems, the system started hanging at boot time right a

Re: USB keyboard problem

2003-09-26 Thread plasma
Hi all, I tried to find what the problem is. I add the following patch to ukbd.c: [[[ --- /usr/src/sys/dev/usb/ukbd.c.origMon Mar 31 08:31:35 2003 +++ /usr/src/sys/dev/usb/ukbd.c Sat Sep 27 01:31:54 2003 @@ -693,6 +693,12 @@ int mod, omod; int key, c; int i, j; +#i