make.conf INSTALL knob

2001-04-25 Thread Eric D. Futch
I originally sent this to freebsd-stable but didn't get any replies. It has been reworded. I ran across this while playing with the INSTALL knob in make.conf. In almost all of the Makefiles in src/ there is either -C or -c hard coded as an argument to install. This means that changes you make

Re: FTP_PASSIVE_MODE and libftpio

2000-04-20 Thread Eric D. Futch
Take a look at http://quake.nyct.net/~efutch/FreeBSD/ftpio.c.patch-3 and let me know if this is what you want. Really it's such a stupid problem that not patching it wouldn't make sense. -- Eric Futch New York Connect.Net, Ltd. [EMAIL PROTECTED] Technical Support Staff http:

Re: FTP_PASSIVE_MODE and libftpio

2000-04-19 Thread Eric D. Futch
Maybe I didn't make it clear enough that fetch(1), and others uknown to me, that use libftpio behave differently than ftp(1). I could imagine that the current behaviour would cause confusion since ftp(1) checks the value of FTP_PASSIVE_MODE and acts appropriately and programs using libftpio do not

FTP_PASSIVE_MODE and libftpio

2000-04-19 Thread Eric D. Futch
In reference to a problem someone reported on the freebsd-mobile mailing list, I took a look at the handling of the FTP_PASSIVE_MODE environment variable in libftpio. What I found was that it would use passive ftp based on if the environment variable was set or not and didn't acutally check it's

Re: dev/vx/if_vx_pci.c 5.0-CURRENT

2000-04-05 Thread Eric D. Futch
Connect.Net, Ltd. [EMAIL PROTECTED] Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Wed, 5 Apr 2000, Brooks Davis wrote: >On Wed, Apr 05, 2000 at 08:43:30PM -0400, Eric D. Futch wrote: > >I think if you

Re: dev/vx/if_vx_pci.c 5.0-CURRENT

2000-04-05 Thread Eric D. Futch
Ok.. I figured I'd take this on on my way to getting more comfy with FreeBSD. Check out my patch and let me know how far I've gone off the deep end :) http://quake.nyct.net/~efutch/FreeBSD/if_vx_pci.c.patch Unfortunately I do not have the acutal card to test this patch. It did survive a buildk

Re: SMP buildworld times / performance tests

2000-03-30 Thread Eric D. Futch
Oops.. some of us are using i8254 on SMP machines. This motherboard is a Intel PR440FX. Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #5: Mon Mar 27 20:39:24 ES

Re: microuptime() still going backwards (long)

2000-03-14 Thread Eric D. Futch
I hate to say "me too" but I saw this for the first time today with cvsup crunching away. The motherboard is a Intel PR440FX (SMP). I don't have APM enabled at all. I just thought it was ntp4 playing tricks :) FreeBSD quake.nyct.net 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Sat Mar 11 18:56:11 EST 2

Re: Weird problems with PnP (related to sio?)?

2000-03-11 Thread Eric D. Futch
Ugh... nevermind. Getting rid of the PNPBIOS option from the kernel config got rid of all the unknown strangeness, although I still can't explain it. The signal 11's only hit kdm, so I'm assuming that's a different problem. Can someone commit the PnP magic for this modem or should I just send-pr?

Re: Weird problems with PnP (related to sio?)?

2000-03-11 Thread Eric D. Futch
# cat QUAKE | grep ^device | grep pnp # Attached is my kernel config. -- Eric Futch New York Connect.Net, Ltd. [EMAIL PROTECTED] Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Sat, 11 Mar 2000, Mark Ove

Weird problems with PnP (related to sio?)?

2000-03-11 Thread Eric D. Futch
I'm having some weird problems with PnP, I guess. I have a "SmartLink 56K Voice Fax Modem" that I just stuck into the computer. Before I added the PnP magic to src/sys/isa/sio.c, in the kernel messages just said unknown for it, which is what I expected. So at that point I had three unkowns, one

Re: USB broken?

1999-12-29 Thread Eric D. Futch
Grr damn... please ignore.. I'm sorry.. not gonna post anything else. -- Eric Futch New York Connect.Net, Ltd. [EMAIL PROTECTED] Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Wed, 29 D

Re: USB broken?

1999-12-29 Thread Eric D. Futch
I'm running 3.4-stable with source cvsup'd about a week ago. I configed my kernel for USB support. After turning on the USB interface in BIOS kernel panics after it probes uchi0. Below is the panic message plus trace. % uname -a FreeBSD quake.nyct.net 3.4-STABLE FreeBSD 3.4-STABLE #3: Wed Dec 2

Re: USB broken?

1999-12-29 Thread Eric D. Futch
York Connect.Net, Ltd. [EMAIL PROTECTED] Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Wed, 29 Dec 1999, Bill Paul wrote: Of all the gin joints in all the towns in all the world, Eric D. Futch had to walk in

USB broken?

1999-12-29 Thread Eric D. Futch
I'm running -current that's about a week old. I configed my kernel for USB support. After turning on the USB interface in BIOS kernel panics after it probes uchi0. Below is the panic screen, I don't have much else to go on. --- uhci0: rev 0x01 int d irq 10 on pci0.7.2> kernel trap 12 with int

Re: if_fxp.c

1999-12-27 Thread Eric D. Futch
hehe oops.. follow up to my own message this is for -stable :) -- Eric Futch New York Connect.Net, Ltd. [EMAIL PROTECTED] Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" On Mon, 27 Dec 1999, Eri

if_fxp.c

1999-12-27 Thread Eric D. Futch
This is from -current as of Wed Dec 22 01:48:17 EST 1999 ../../pci/if_fxp.c: In function `fxp_intr': ../../pci/if_fxp.c:1069: warning: label `getit' defined but not used ../../pci/if_fxp.c:1064: warning: label `dropit' defined but not used -- Eric Futch New York Connect.Net, Ltd. [