From owner-freebsd-current Thu Jun 13 14:51:33 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20716 for current-outgoing; Thu, 13 Jun 1996 14:51:33 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA20710 for ; Thu, 13 Jun 1996 14:51:27 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id XAA23207; Thu, 13 Jun 1996 23:50:59 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA16994; Thu, 13 Jun 1996 23:50:58 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id XAA15255; Thu, 13 Jun 1996 23:24:46 +0200 (MET DST) From: J Wunsch Message-Id: <199606132124.XAA15255@uriah.heep.sax.de> Subject: Re: 3Com 590 not seen To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Thu, 13 Jun 1996 23:24:46 +0200 (MET DST) Cc: pluvius@cyberflunk.com (pluvius) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from pluvius at "Jun 13, 96 08:48:16 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As pluvius wrote: > o any outbound connections will hang after transfering approx 1K > (ie: telnet from the box, ftp from the box) > o all inbound (incoming telnet, incoming ftp) worked perfectly fine. This hackaround might help you. It has been posted here a couple of weeks ago (sorry, i forgot the name of the author). Index: sys/pci/if_vx.c =================================================================== RCS file: /usr/home/cvs/src/sys/pci/if_vx.c,v retrieving revision 1.9 diff -u -u -r1.9 if_vx.c --- if_vx.c 1996/02/06 18:51:26 1.9 +++ if_vx.c 1996/06/02 17:27:28 @@ -520,7 +520,7 @@ } IF_DEQUEUE(&sc->arpcom.ac_if.if_snd, m); - outw(BASE + VX_W1_TX_PIO_WR_1, len); + outw(BASE + VX_W1_TX_PIO_WR_1, len | 0x8000 /* XXX */); outw(BASE + VX_W1_TX_PIO_WR_1, 0x0); /* Second dword meaningless */ /* compute the Tx start threshold for this packet */ -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)