Re: New feutures...........

2001-12-14 Thread Kenneth Wayne Culver
> First af all I would like to thank the FreeBSD developers for making > such a great system! Half a year ago, I had to choose an OS for my > server and the first decision was between Windows and Unix, ofcourse > it didn't take much research to determine that Unix were the better > choice. But now

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Kenneth Wayne Culver
I was thinking about looking into it, but I won't have time to start until the 18th. if you wanna do it, go for it, and I'll wait my turn for the next thing I can do in the kernel. :-D Ken On Tue, 11 Dec 2001, Andrew R. Reiter wrote: > > Someone already doing this? If not, I'm down. > > On T

Re: FreeBSD performing worse than Linux?

2001-11-30 Thread Kenneth Wayne Culver
As a side note, I turned off delayed ack on both machines, and had the sendsize and recvsize set at 32768... I'm talking about wirespeed too, not measured incredibly accurately, but just measured using one of the windowmaker dockapps :-D Ken On Fri, 30 Nov 2001, Kenneth Wayne Culver

Re: TCP Performance Graphs

2001-11-30 Thread Kenneth Wayne Culver
> > The question that immediately comes to mind is, why not simply use > > as big a value as possible? The problem comes down to buffering > > the data, and busy servers may have to buffer a lot of data. Having > > a 1 meg window size may have you buffer 1 meg per connection. Note > > that

Re: FreeBSD performing worse than Linux?

2001-11-30 Thread Kenneth Wayne Culver
Wierd, on my Dual PII 300 I'm getting around 8MB/sec to an 800MHz athlon. The athlon is using a 3com 905b I believe, and the PII is using an intel fxp type card. Granted this is from my living room to my bedroom so that may be part of what I see. Also, the Dual PII is running -STABLE as of a week

domain sockets question (don't laugh)

2001-10-23 Thread Kenneth Wayne Culver
While I've been coding for a long time, and am fairly decent at coding in the kernel, I've never really had a chance to get into sockets programming. So I thought I'd write a simple set of programs to see how things work. From what I understand, when you read on a socket, you have to do it in a lo

Re: altq question.

2001-10-18 Thread Kenneth Wayne Culver
> either you have set the bandwidth wrong (does "ipfw pipe show" > list the speed you want for the pipes ? can you post its > output ?) or you are doing the measurement on a saturated link, > in which case when you use dummynet with dynamic queues you have > a lot more buffering going on, and thi

altq question.

2001-10-18 Thread Kenneth Wayne Culver
I was wondering if anyone had ever used altq to throttle people on an adsl connection. Basically what I want to do make each user share bandwidth evenly, but in such a way that they can use all the available bandwidth individually if nobody else is using it. However, I also want to be able to set

Re: FreeBSD and Athlon Processors

2001-08-31 Thread Kenneth Wayne Culver
> > > > Yeah. As long as you avoid motherboards with the VIA KT133A/KT133 > > chipset and the VIA 686B Southbridge, you're probably fine (not all such > > motherboards supposedly have problems, but how do you tell the > > difference?). For more info, check out: Well, I've been using an a

Re: How to visit physical memory above 4G?

2001-08-03 Thread Kenneth Wayne Culver
Also, the PIII CAN'T natively support more than 4GB of ram. If a particular PIII motherboard supports this, then it's using some kind of wierd chipset that allows this to happen. 4GB is the limit with a 32 bit chip I believe; and the PIII is a 32-bit chip. Ken On Thu, 2 Aug 2001, Rik van Riel wr

Re: How to visit physical memory above 4G?

2001-08-03 Thread Kenneth Wayne Culver
Oh ok, I knew that regular PIII's only had 32 bits... but it's still obviously a pain in the butt to use above 4GB. Ken On Thu, 2 Aug 2001, Rik van Riel wrote: > On Thu, 2 Aug 2001, Kenneth Wayne Culver wrote: > > > Also, the PIII CAN'T natively support

Re: How to visit physical memory above 4G?

2001-08-03 Thread Kenneth Wayne Culver
BUT, don't the motherboards also have to support this? And isn't it only supported through some wierd segmentation thing? KEn On Thu, 2 Aug 2001, John Baldwin wrote: > > On 02-Aug-01 Kenneth Wayne Culver wrote: > > Also, the PIII CAN'T natively support

Re: CardBus support...

2001-07-30 Thread Kenneth Wayne Culver
Cardbus is only supported in FreeBSD-CURRENT. It may never be ported to 4.x Ken On Mon, 30 Jul 2001, Rich Neswold wrote: > Hello, > > We have a few Dell laptops that came with the 3C-575BT ethernet cards. I > was curious about the status of cardbus support under FreeBSD. I couldn't > find a Ca

Re: pci device driver writing newbie

2001-07-19 Thread Kenneth Wayne Culver
> On Wed, Jul 18, 2001 at 09:08:31PM -0400, Kenneth Wayne Culver wrote: > > get my module (which right now does mostly nothing except probing and > > attaching) to detect the ACPI function of this chip, but right now pciconf > > -l shows it as "chip0". I found th

pci device driver writing newbie

2001-07-18 Thread Kenneth Wayne Culver
I'm currently trying to write a driver for the hardware monitoring function of the Via 686a/b chipset, but I have a problem. I'm trying to get my module (which right now does mostly nothing except probing and attaching) to detect the ACPI function of this chip, but right now pciconf -l shows it as

Re: eXperimental bandwidth delay product code (was Re: Networkperformance tuning.)

2001-07-16 Thread Kenneth Wayne Culver
I have been testing this over a very slow (barely ever over 24000 bps due to a crappy phone line) dial-up link, and as expected, over an idle line there is no difference (typing in an interactive ssh session seems a little quicker, but that could just be me). The gain comes when someone is downloa

Re: Block Device I/O

2001-07-13 Thread Kenneth Wayne Culver
> I saw an old message in 1999 freebsd-hackers archive that said that block > devices were being replaced from freebsd. I tried to follow the trail of > the message but could not find anything more...Also I could not find > any bdevsw[] in the code. I shall be thankful if anyone could give any

Re: TCP Window Size

2001-07-10 Thread Kenneth Wayne Culver
You made it way to big... On 10 Jul 2001, Joseph Lekostaj wrote: > > I've been trying to up my TCP window size from the default 16K and it's caused >nothing but problems. From the info I've found so far, these are the sysctl i've >changed: > > kern.ipc.maxsockbuffer=2097152 > net.inet.tcp.r

Re: Athlon MP / AMD 760MP Chipset (Athlon SMP question)

2001-07-10 Thread Kenneth Wayne Culver
SMP works on athlons... while internally AMD uses the Alpha EV6 bus to give each CPU a full 200MHz point-to-point bus between it and it's RAM, to the OS, it just looks like any other intel based SMP machine. (It just runs faster) Ken On Mon, 9 Jul 2001, Nathan Vidican wrote: > I seem to rec

more on latency

2001-07-09 Thread Kenneth Wayne Culver
I think I found the reason that my FreeBSD box is performing so poorly as a NATing router. When I do an ipnat -l to see what "active connections" are there on the router, a list about 3 pages long (using ipnat -l | more) appears. I think maybe it's having trouble because for every packet coming in

NAT (ipf/ipnat) latency problems

2001-07-08 Thread Kenneth Wayne Culver
Recently over the weekend my friends and I had a lanparty, and we wanted to use FreeBSD as his gateway machine (to replace Win2k) to his cable modem. When I got there, he and 3 other people had been playing a game online (over the internet through the Win2k NAT, the game was counterstrike for thos

Re: Article: Network performance by OS

2001-06-18 Thread Kenneth Wayne Culver
atch for FS... > > I am sure Linux can be even faster on an SMP machine with a Journaling > FS (XFS, RFS, JFS, ext3, etc). > > Rayson > > --- Kenneth Wayne Culver <[EMAIL PROTECTED]> wrote: > > This is not really a "hardcore networking app" but a custom a

Re: Article: Network performance by OS

2001-06-16 Thread Kenneth Wayne Culver
This is not really a "hardcore networking app" but a custom app written by the person who did the benchmark. The main reason that FreeBSD came in last was mostly because the guy didn't mount his filesystem correctly. On Sat, 16 Jun 2001, Matthew Hagerty wrote: > Greetings, > > Here is a surpris

Re: Compaq e500, 3com cardbus card help

2001-02-25 Thread Kenneth Wayne Culver
: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| = On 25 Feb 2001, Dag-Erling Smorgrav wrote: > Kenneth Wayne Culver <

Re: Compaq e500, 3com cardbus card help

2001-02-24 Thread Kenneth Wayne Culver
University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| = On 24 Feb 2001, Dag-Erling Smorgrav wrote: > Kenneth Wayne Culver <[EMAIL PROTECTED]> writes: &g

Re: Compaq e500, 3com cardbus card help

2001-02-22 Thread Kenneth Wayne Culver
FreeBSD supports cardbus in -CURRENT, but I wouldn't expect it to ever support cardbus in 4.x. If you are daring you can get -CURRENT, but from what I hear right now, it's not working very well. = | Kenneth Culver | Fre

Re: kernel threads

2001-01-04 Thread Kenneth Wayne Culver
> Are threads on FreeBSD 4.x implemented at the > kernel level? No, as far as I know, those are coming in FreeBSD 5.0 (which won't be out for a while) > > If so, since when (I remember 2.x used MIT-threads, > so I'm guessing at least since 3.x)? > > How can I see for myself that threads are re

Re: What's the best PCMCIA Ethernet card?

2000-09-09 Thread Kenneth Wayne Culver
I've seen cardbus cards do almost a full 100 mbit, but regular pcmcia cards can't do much at all. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24767726 |

Re: BSD,Posix,Linux Threading - Are they really useable?

2000-07-28 Thread Kenneth Wayne Culver
Currently as far as I know, there isn't really a way to do this, although much work is being done in -CURRENT to fix this. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24

Re: cvs-crypto missing from 4.0-stable via cvsup?

2000-07-09 Thread Kenneth Wayne Culver
Yep, there was a message a few days about this on -current I think. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The

Re: VM coloring description in NOTES

2000-06-26 Thread Kenneth Wayne Culver
lverk/| = On Mon, 26 Jun 2000, Arun Sharma wrote: > On Mon, Jun 26, 2000 at 12:50:41PM -0400, Kenneth Wayne Culver wrote: > > Just curious because I have no experience in this area... but what exactly > > does cache coloring get us... I've never actually gotten a really st

Re: VM coloring description in NOTES

2000-06-26 Thread Kenneth Wayne Culver
Just curious because I have no experience in this area... but what exactly does cache coloring get us... I've never actually gotten a really straight answer on this... Thanks = | Kenneth Culver | FreeBSD: The best NT up

Re: subscribe

2000-06-11 Thread Kenneth Wayne Culver
> subscribe [EMAIL PROTECTED] send this to [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: bktr, unknown PCI device?

2000-05-21 Thread Kenneth Wayne Culver
It's just another part of the card that doesn't need to have a driver for it to function, take a look at my dmesg: bktr0: mem 0xe9002000-0xe9002fff irq 5 at device 17.0 on pci0 bktr0: Hauppauge Model 61291 D110 Hauppauge WinCast/TV, Philips NTSC tuner. pci0: (vendor=0x109e, dev=0x0878) at 17.1

Re: What are the best gcc optimization options for Pentium 200 MMX

2000-04-08 Thread Kenneth Wayne Culver
Thanks :-) = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of M

Re: What are the best gcc optimization options for Pentium 200 MMX

2000-04-08 Thread Kenneth Wayne Culver
Why exactly whould you not touch the -march options? I have had no problems using them, and my system (5.0-CURRENT) seems a little faster with -march=i686. I could be wrong though as I havn't done any exact tests... it just seems a bit more responsive.. ==

Re: Is traditional unixes kernel really stable ?

2000-04-07 Thread Kenneth Wayne Culver
I don't think that's quite true. I've seen microkernels crash because of bad drivers. I think no matter what, even in a microkernel the drivers have to interface directly to the kernel. I could be wrong but I thought that in a microkernel, drivers were loaded as kernel modules. =

Re: Linux ioctl not implemented error

1999-11-30 Thread Kenneth Wayne Culver
Oops... not a member of that one... I'll go look then... :-) sorry to have cross posted... = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and s

Re: Linux ioctl not implemented error

1999-11-30 Thread Kenneth Wayne Culver
As Chris Costello wrote ... > > On Tue, Nov 30, 1999, Kenneth Wayne Culver wrote: > > > Wait... vmware for linux works under FreeBSD now??? or it just runs > > > freebsd??? > > > >It runs on FreeBSD. > > More precisely: on -current. > > In the mea

Re: Linux ioctl not implemented error

1999-11-30 Thread Kenneth Wayne Culver
| | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| = On Tue, 30 Nov 1999, Chris Costello wrote: > On Tue, Nov 30, 1999, Kenneth Wa

Re: Linux ioctl not implemented error

1999-11-30 Thread Kenneth Wayne Culver
Wait... vmware for linux works under FreeBSD now??? or it just runs freebsd??? = | Kenneth Culver | FreeBSD: The best OS around.| | Unix Systems Administrator | ICQ #: 24767726 | | and student at Th