Re: NIS woes

1999-02-07 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Dag-Erling Smorgrav had to walk into mine and say: > Bill Paul writes: > > Of all the gin joints in all the towns in all the world, Dag-Erling > > Smorgrav had to walk into mine and say: > > > Luna, however, seem

Re: NIS woes

1999-02-07 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Dag-Erling Smorgrav had to walk into mine and say: > Bill Paul writes: > > Of all the gin joints in all the towns in all the world, Dag-Erling > > Smorgrav had to walk into mine and say: > > > Yes to most of the

Re: 3c905B stops responding during ifconfig alias

1999-02-11 Thread Bill Paul
This patch was generated using a version of if_xl.c from FreeBSD-current, but it should work on any version of the driver with only a couple of mild warnings. -Bill -- ===== -Bill Paul(212) 854-6020 | System Manager

How the hell does one create a new bus?!

1999-02-14 Thread Bill Paul
how to create new busses, how to create top level bus drivers and how to create drivers for devices attached to busses. If anyone can point me at such a guide or can just explain to me how this nonsense is supposed to work, I'd be grateful. -Bill -- =====

Request for review: changes to if_vlan.c

1999-02-27 Thread Bill Paul
r originally added the vlan code has plans to fix these two things, then by all means do so, otherwise I'm going to take it upon myself to hack up ifconfig and write the man pages myself. -Bill -- ===== -Bill Pau

Re: if_vlan (small correction)

1999-02-27 Thread Bill Paul
gh. -Bill -- ===== -Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu Work: wp...@ctr.columbia.edu | Center for Telecommunications Research Home: wp...@skynet.ctr.columbia.edu | Columbia University, New

Re: Request for review: changes to if_vlan.c

1999-03-01 Thread Bill Paul
don't you?" This isn't to say that we should pay attention to everybody who complains since some of them are just out and out crackpots, but I happen to think the jumbo frame support is a big win (based on the performance stats I've seen). Maybe we can add anoth

2nd request for review for vlan changes

1999-03-07 Thread Bill Paul
rmation because sa_family had gotten mangled to 16 (AF_APPLETALK). I still need to write a vlan(4) man page. -Bill -- ===== -Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu Work: wp...@ctr.

Re: 3com Nic Problems

1999-03-28 Thread Bill Paul
then you must force the 3Com nic to 10Mbps half-duplex: # ifconfig xl0 media 10baseT/UTP mediaopt half-duplex This is because the NE2K and 8039 (ne2k compatible) don't support full duplex mode. -Bill -- = -Bill Paul

Re: RealTek driver woes

1999-03-30 Thread Bill Paul
go _way_ out on a limb here and suggest that you try and coerce your system BIOS to assign the RealTek interface an IRQ other than 9. I say 'try' because sometimes you aren't given the option to configure this. Usually there's some configuration menu that lets you 'rese

Re: Checksum offload support for Intel 82550/82551

2003-02-24 Thread Bill Paul
0x9 is an 82557/8/9, which won't gain anything from these mods, I'm sorry to say. -Bill -- = -Bill Paul(510) 749-2329 | Senior Engineer, Master of Unix-Fu [EMAIL PROTECTED] | Wind River Systems

Checksum offload support for Intel 82550/82551

2003-02-24 Thread Bill Paul
ike to commit this soon. I'm fairly confident that (at the very least) it doesn't break any existing functionality. Unfortunately, I'm not in a position to do in-depth performance tests right now. -Bill -- = -Bill

Re: Checksum offload support for Intel 82550/82551

2003-02-26 Thread Bill Paul
me know how this works. -Bill -- ===== -Bill Paul(510) 749-2329 | Senior Engineer, Master of Unix-Fu [EMAIL PROTECTED] | Wind River Systems =

Re: Checksum offload support for Intel 82550/82551

2003-02-25 Thread Bill Paul
ot works. I don't know if this is still a problem or not. At the moment, I have no easy way to test it. > There are more verbose details on these lists too. > Are there any chances to get these fixed? Like I said, it depends on time and availability of resources. -Bill -- ===

Re: bge driver not recognising BCM 5705M

2003-08-01 Thread Bill Paul
y to experiment is compile your kernel _WITHOUT_ bge support, and then build if_bge.ko as a module: # cd /sys/modules/bge # make; make load -Bill --

Re: bge driver not recognising BCM 5705M

2003-08-01 Thread Bill Paul
> >>>>> "Bill" == Bill Paul <[EMAIL PROTECTED]> writes: > > >> I'm somewhat confused. > Bill> So am I: where were you when I asked sent e-mail to this list > Bill> asking for people to test the 5705 changes before I committed > B

Re: Realtek 8139 + Acer Laptop

2003-09-27 Thread Bill Paul
you need to do to enable/power up the on-board NIC that we're not doing This is something you should be asking the PCI gurus about, not the networking gurus. -Bill -- = -Bill Paul(510) 749-2329 | Senio

Re: More on rl0 woes

1999-04-04 Thread Bill Paul
the replies garbled? Is there a lot of other activity on the network at the time? Can you initiate another (smaller) NFS transfer when the first one wedges? You have to give me as much information as you can. I need to be able to clearly identify the symptoms of the problem with out all the 'oh

Patched RealTek driver -- please test

1999-04-05 Thread Bill Paul
r with a TCP stream from the client while the NFS test was running and it didn't lock up. -Bill -- ===== -Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu Work: wp...@ctr.columbia.edu

Re: Patched RealTek driver -- please test

1999-04-05 Thread Bill Paul
me peculiar kind of hardware fault. Maybe your PCI chipset blows. Maybe the RealTek blows when used in combination with your PCI chipset. Regardless, it's a condition which I can't reproduce on my own hardware, and if I can't reproduce the problem, I can't fix it. -Bill

Re: Patched RealTek driver -- please test

1999-04-06 Thread Bill Paul
ably worsen performance at 100Mbps, but it would be interesting to see if it fixes your problem. Please try it and let me know what happens. (I left the loop detection code in place just for giggles.) -Bill -- = -B

Re: Patched RealTek driver -- please test

1999-04-06 Thread Bill Paul
:29:26 wpaul Exp $ Sorry about that. -Bill -- = -Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu Work: wp...@ctr.columbia.edu | Center for Telecommunications Research Home: wp

Pccard support still works with newbus, right?

1999-04-18 Thread Bill Paul
that all the newbus stuff has been rolled in. If the pccard support for the x86 still works under 'emulation' using an ISA device shim, then that's fine. If not... well, then I suppoose _I'm_ the one who's going to end up testing it. -Bill --

Re: NFS Patch #8 for current available - new TCP fixes

1999-04-28 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Matthew Dillon had to walk into mine and say: > (fanfair!) (Darth Vader's imperial march theme) > NFS Patch #8 for -current is now available. This patch fixes serious bugs > w/ NFS/TCP. Probably not *all* the failure

Re: if_xl.c noise

1999-05-01 Thread Bill Paul
nt and stick with it. -Bill -- ===== -Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu Work: wp...@ctr.columbia.edu | Center for Telecommunications Research Home: wp...@skynet.ctr.columbia.ed

Anybody actually using gigabit ethernet?

1999-05-11 Thread Bill Paul
g is limited to blasting traffic between two hosts through a fiber patch. So, if anybody is actually using a Tigon-based gigabit board with STABLE or CURRENT, let me know. Is it working reliably? Is performance good? Is it bad? Inquiring minds want to know. -Bill -- =

Re: Anybody actually using gigabit ethernet?

1999-05-11 Thread Bill Paul
#x27;m asking for feedback from other people. -Bill -- ===== -Bill Paul(212) 854-6020 | System Manager, Master of Unix-Fu Work: wp...@ctr.columbia.edu | Center for Telecommunications Research Home: wp...@skynet.c

Possible EHCI bugs

2003-06-15 Thread Bill Paul
ng in the USB code is re-using a free()ed memory buffer. Unfortunately, I don't have this particular hardware available to me, and I don't know how much debugging support the individual at Transmeta will be able to offer. (He has his own problems.) Hopefully this will at least help spur some

Heads up: checking in change to ata-card.c

2003-06-26 Thread Bill Paul
you all for your attention. Don't forget to tip the waitress. -Bill P.S.: Be sure to join us next time when I ream out whoever it was that broke support for my 3Com 3c575C cardbus ethernet NIC. -- = -Bil

Re: Heads up: checking in change to ata-card.c

2003-06-26 Thread Bill Paul
aid: "Bill! Your driver hasn't worked right on in months! I'm at wit's end! You leave me *NO* alternative! I'm just going to have to fix it for you! At gunpoint! No no, don't try and stop me! This is for your own good!" well, then, gosh, I'd let 'em. B

Re: Heads up: checking in change to ata-card.c

2003-06-26 Thread Bill Paul
re otherwise not working, > so it should be fairly safe. This patch also tests good with my drive. -Bill -- = -Bill Paul(510) 749-23

Call for testers: rl(4) optimized for 8139C+

2003-07-04 Thread Bill Paul
fact say 8139C+.) I hope RealTek has actually sold this chip well, because it actually seems to perform really well. -Bill -- = -Bill Paul(510) 749-23

Call for testers: Broadcom 5705 gigabit ethernet

2003-07-13 Thread Bill Paul
y help anyone is able to provide. -Bill -- ===== -Bill Paul(510) 749-2329 | Senior Engineer, Master of Unix-Fu [EMAIL PROTECTED] | Wind River Systems = "If stupidity were

Broadcom 5705, addendum

2003-07-13 Thread Bill Paul
and miidevs into /sys/dev/mii - Recompile your kernel and/or if_bge.ko and miibus.ko modules. -Bill -- = -Bill Paul(510) 749-2329 | Senior Engineer, Master of Unix-Fu [EMAIL PROTECTED] | Wind

Re: Help diagnosing NIS breakage ?

2003-07-14 Thread Bill Paul
gt; > just hides the bug again. As a work-around, we could try yp_order > > first, and if that fails, try yp_master. It's not a bug in our implementation, it's implementation weirdness in the server. :) -Bill --

Re: Help diagnosing NIS breakage ?

2003-07-14 Thread Bill Paul
ist. The fact that it fails for root means it must have something to do with probing for the master.passwd.by* maps, but I'm not sure what yet. -Bill --

More Broadcom BCM5705 updates

2003-07-14 Thread Bill Paul
/sys/dev/mii - Rebuild your kernel and/or if_bge.ko and miibus.ko modules -Bill -- ===== -Bill Paul(510) 749-2329 | Senior Engineer, Master of Unix-Fu [EMAIL PROTECTED] | Wind River Sy

Re: Help diagnosing NIS breakage ?

2003-07-15 Thread Bill Paul
rning NS_SUCCESS all the time. I uploaded a new diff, please test this instead: http://www.freebsd.org/~wpaul/getpwent.diff Thanks for providing me access to this machine, it helped me realize where I'd gone wrong in my patch. If this works for you, and if nobody objects, I will check it in.

Re: Help diagnosing NIS breakage ?

2003-07-17 Thread Bill Paul
k, though my test for the geteuid() == 0 case was a bit of a kludge since I don't actually have root on the test box. -Bill -- ===== -Bill Paul(510) 749-2329 | Senior Engineer, Master o

<    1   2