Re: IP checksum offloading with intel 82559 fast ethernet.

2000-06-21 Thread Bill Paul
> > Don't some of the Gigabit FreeBSD drivers actually utilize > > the on-board > > checksum processing??? FreeBSD 5.0-current has support for TCP/IP checksum offload, and the if_ti driver makes use of it. The Tigon NICs do this in firmware though. I attempted to add support to the SysKonnect d

Jails

2000-06-21 Thread lists
Hi, Does anyone out there know of any patches available to let me assign more than one ip to a jail. While on the subject of jails, just out of curiosity, is there any reason that I cant ping out of a jail even when Im root on the jail (it says operation not permitted?) Any help would be great

Re: ACPI project progress report

2000-06-21 Thread Josef Karthauser
On Tue, Jun 20, 2000 at 08:14:41PM +0200, Narvi wrote: > > You obviously haven't considered the ability to be able to near hot-swap > motherboard and cpu - or even RAM - in this way. > You're right! I hadn't! (Although I've dreamed about it a few times). Joe To Unsubscribe: send mail to [

Re: Jails

2000-06-21 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, lists@se curity.za.net writes: >Hi, > >Does anyone out there know of any patches available to let me assign more >than one ip to a jail. Havn't heard about any. >While on the subject of jails, just out of curiosity, is there any reason >that I cant ping out of a

(no subject)

2000-06-21 Thread hegemoOn
unsuscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

(no subject)

2000-06-21 Thread hegemoOn
unsuscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Conflict between Intel 82558/9 and VIA MVP4?

2000-06-21 Thread Geoff Buckingham
On Wed, Jun 14, 2000 at 09:03:24AM -0700, Les Biffle wrote: > We're having problems with the Intel EtherExpress 10/100 NICs in our > product platform. We suspect unfavorable interaction between the 82558 > and 82559 Intel parts and our motherboard chipset. Here are some > specifics: > > We're u

Re: Conflict between Intel 82558/9 and VIA MVP4?

2000-06-21 Thread Les Biffle
Hi Geoff, > Excuse me if I have missed something obviouse ( I havn't had a lot to > do with PC hardware recently.) Is your 'riser' a customer part of the > board or something that just plugs into an existing PCI slot. If the > later I **ASSUME** (and may be wrong) that it is a PCI to PCI bridge

Linux ioctls

2000-06-21 Thread Coleman Kane
Who i currently working on the linux emu ioctl code? I need to add another ioctl to it to support glide games under freebsd in linux emulation. -- Coleman Kane President, UC Free O.S. Users Group - http://pohl.ececs.uc.edu To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: pricerange for dinner.

2000-06-21 Thread Greg Lehey
On Sunday, 18 June 2000 at 23:05:54 -0500, Kris Kirby wrote: > On Fri, 16 Jun 2000, Greg Lehey wrote: >> My company has a policy in place that I shouldn't spend more than $35 >> per day for all meals together. >> >> See whether I care. I'll go along with anything that the others >> approve of, as

if_de or if_dc?

2000-06-21 Thread Dennis
I asked this on the hackers list and noone answered, so maybe some of the isps know? What is the distiction/benefit of using the if_dc driver rather than the if_de driver with the d-link quad card? They seem to work with both. Dennis To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: if_de or if_dc?

2000-06-21 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Dennis writes: > >I asked this on the hackers list and noone answered, so maybe some of the >isps know? Why don't you spend some time testing it and tell us the result ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP sin

Re: if_de or if_dc?

2000-06-21 Thread Blaz Zupan
On Wed, 21 Jun 2000, Dennis wrote: > What is the distiction/benefit of using the if_dc driver rather than the > if_de driver with the d-link quad card? They seem to work with both. I'd say, use the if_dc driver, if it works for you. My guess is it will be better maintained (because it actually HA

Re: if_de or if_dc?

2000-06-21 Thread Joe Greco
Either seems to work, but the if_de driver does not properly support full duplex. -- ... Joe --- Joe Greco - Systems Administrator [EMAIL PROTECTED] Solaria Public Access UNIX - Milwaukee, WI

Re: High Availability Freebsd?

2000-06-21 Thread Greg Skafte
there is a linux vrrpd @ http://w3.arobas.net/~jetienne/vrrpd I haven't had an opportunity to review it yet or to see how linux specific the code is Doug White wrote: > > On Tue, 20 Jun 2000, Robert Withrow wrote: > > > - Warm (or hot) standby. > > Put me on the 'interested' list for t

Re: if_de or if_dc?

2000-06-21 Thread Dennis
At 03:22 PM 6/21/00 -0500, Joe Greco wrote: >Either seems to work, but the if_de driver does not properly support full >duplex. is that for all cards, or just some? The cards Im using seem to detect correctly for all the hubs, switches and crossovers to cards that I've tried with the de driver.

Re: Linux ioctls

2000-06-21 Thread Vladimir N. Silyaev
In the FreeBSD after 4.0 Release, have ability to registrate new Linux -> FreeBSD ioctl's translators in the any part of the kernel code. It's looks like this: #define LINUX_IOCTL_SET(n,low,high) \ static linux_ioctl_function_t linux_ioctl_##n; \ static struct linux_ioctl_handler n##_handler =

Re: if_de or if_dc?

2000-06-21 Thread Joe Greco
> At 03:22 PM 6/21/00 -0500, Joe Greco wrote: > >Either seems to work, but the if_de driver does not properly support full > >duplex. > > is that for all cards, or just some? For the specific card you mentioned. I still use the SMC 9334BDT's (dual Tulip 21143) here and they work great at full-d

Re: if_de or if_dc?

2000-06-21 Thread Matthew Fuller
[ This isn't really a -isp issue, is it? ] On Wed, Jun 21, 2000 at 09:40:37PM +0200, a little birdie told me that Blaz Zupan remarked > On Wed, 21 Jun 2000, Dennis wrote: > > What is the distiction/benefit of using the if_dc driver rather than the > > if_de driver with the d-link quad card? They

buildworld summary

2000-06-21 Thread Tony Finch
A few months ago someone posted a script that summarizes make buildworld as it progresses. I've searched the ports and the mailing lists but I can't find it any more :-( so I'd be grateful if someone would tell me. Thanks. Tony. -- f.a.n.finch[EMAIL PROTECTED][EMAIL PROTECTED] 356 punge

How many files can I put in one diretory?

2000-06-21 Thread Nicole Harrington.
Hello I have a user who needs to store a large amount of small html files. Like around 2 million... Assuming FreeBSD 4.0-Stable with Soft Updates, what is a sane number that can be handled per directory? Thanks!! Nicole [EMAIL PROTECTED] |\ __ /| (`