Re: 3Com driver problems

2001-12-15 Thread TD790
In a message dated 12/15/2001 1:07:28 PM Eastern Standard Time, "."@babalo.ru writes: > At 06:41 PM 12/14/2001, you wrote: > >[EMAIL PROTECTED] writes: > > > Try to front end your machine with a switch...the 5 cards is most > > likely your > > > problem. With each device you increase your b

re: Sherlock Wemm reports....

2001-12-15 Thread TD790
Sherlock Wemm writes >FYI, this is another [EMAIL PROTECTED] clone. and your point is? I dont see any of you helping this guy out; you apparently are a lot better at tracking me down than problems with ethernet drivers, which dont ever seem to get addressed unless some company that one of

3Com driver problems

2001-12-16 Thread TD790
In a message dated 12/16/01 10:25:31 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > Well, I'm unable to lock up my -current box with a 3c905-tx (non-B or C). > However, I can see the delay (apparently) caused by the stat collection > routine, which was previously mentioned in the messag

PRO/1000 vs PRO/100 Performance

2001-12-31 Thread TD790
Does anyone have a feel for how the PRO/1000 XT card/driver compares to the eepro100/fxp driver as a 100Mb/s solution? Thanks, Dennis To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Running out of bufferspace

2002-01-01 Thread TD790
In a message dated 12/31/01 11:52:47 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Thing is, my mbufs are fine, peak is 1/3rd of max. I also use sowriteable() > to check if it's safe to send, and sbspace() tells me I have the full 128K > sndbuf that I configured available. > > So

Re: Running out of bufferspace

2002-01-01 Thread TD790
In a message dated 01/01/2002 4:20:06 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > >Just note that "no buffers" often means that the queue is full, not that > you > >are out of system buffers. You may be chasing a ghost. > > Well a queue should be cleaned shouldn't it? The mount_s

Re: Phobos 4-port NIC

2002-01-05 Thread TD790
In a message dated 01/04/2002 10:54:51 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > I have recently acquired a pair of Phobos 4-port NIC's, the P430TX > model. On it, it has 4 Intel 21143TD chips, and one larger Intel > 21152AB chip. > > The driver (binary only) provided by Phobos

Re: Oh my god, Google has a USENET archive going back to 1981!

2002-01-07 Thread TD790
In a message dated 01/07/2002 7:32:36 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > > Drool away, buddy! Here's mine, and it still works (chicklet > > keyboard, built in cassette drive, metal filing cabinet company > > case,40 character B&W monitor, and all): > > > >PET 2001-8

Re: Oh my god, Google has a USENET archive going back to 1981!

2002-01-08 Thread TD790
In a message dated 01/08/2002 2:11:05 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Miguel Mendez wrote: > > Now that I'm subscribed to c64-hackers let's do some lda's here an there. > I > > even have some Oxyron demo disks around :) > > > > How about BSD for the 6510? ;-P > Ca

Re: Oh my god, Google has a USENET archive going back to 1981!

2002-01-09 Thread TD790
In a message dated 1/8/02 12:18:27 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > > Think they have the code to the C64 "supermon" assembler? I spend 3 > evenings > > poking it in from Compute! and now I can't find the cassette anywhere. > > I have that somewhere. I also have the "C

Re: Oh my god, Google has a USENET archive going back to 1981!

2002-01-09 Thread TD790
In a message dated 01/09/2002 10:49:10 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > On Wed, Jan 09, 2002 at 09:51:09AM -0500, [EMAIL PROTECTED] wrote: > > > > Uh oh. I just realized that THIS thread will be in google for the next 20 > > years. and we sound like a bunch of geeks...

if_rl autodetect problems?

2002-01-25 Thread TD790
A MB with an onboard RTL8100 autonegotiates a 100Mb/s FDX connection ok on a crossover an a 10/100 switch, but it doesnt detect a 10Mb/s hub at all in 4.4-RELEASE. Is this a known problem? if so, has it been corrected? DB To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe free

Re: if_rl autodetect problems? - more

2002-01-26 Thread TD790
In a message dated 01/25/2002 6:42:32 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > > > > A MB with an onboard RTL8100 autonegotiates a 100Mb/s FDX connection ok on > a > > crossover an a 10/100 switch, but it doesnt detect a 10Mb/s hub at all in > > 4.4-RELEASE. Is this a know

NMBCLUSTERS question

2002-01-28 Thread TD790
Is the kernel smart enough to know if there is enough memory available if you allocate too many nmbclusters? For example, if you have a disk with a kernel compiled with 25000 clusters and you pop it on a machine with only 64M, will it crash and burn? Also are clusters allocated out of the VM_K

if_rl.c autoneg fix

2002-01-30 Thread TD790
The problem I was having with the if_rl driver not working properly when connected to a 10Mb hub (ie no link partner capabilities) can be fixed by removing a line with a cryptic comment about broken autonegotiation. in the file /sys/dev/mii/rlphy.c: void rlphy_reset(sc) struct mii_sof