From owner-freebsd-questions Wed Aug 16 15:51:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scooby.lineone.net (doggy.lineone.net [194.75.152.224]) by hub.freebsd.org (Postfix) with ESMTP id 9DB8237BAF6 for ; Wed, 16 Aug 2000 15:51:34 -0700 (PDT) (envelope-from Roger@aeon-uk.net) Received: from unspecified.host (host213-1-28-140.host.btclick.com [213.1.28.140]) by scooby.lineone.net (8.9.3/8.9.3) with SMTP id XAA28673; Wed, 16 Aug 2000 23:50:47 +0100 (BST) Received: from 192.168.0.2 ([192.168.0.2]) by 192.168.0.1 (WinRoute Pro 4.1) with SMTP; Wed, 16 Aug 2000 23:31:29 +0100 Reply-To: From: "Roger Bacon" To: "'Doug Lee'" , "FreeBSD-Questions (E-mail)" Subject: RE: Driver for SMC 8216T Ethernet card? Date: Wed, 16 Aug 2000 23:27:38 +0100 Message-ID: <004001c007d1$2fb60070$0200a8c0@ESMERELDA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there I was asking about these devices only a couple of days ago and got these responses I am running 3.5-stable but have been getting timeout errors.(my chip number is 83C790QF, C9508, 6H62700-8) -----Original Message----- From: Aaron Jeremias Luz [mailto:aaron@localhost.rochester.rr.com] Sent: 14 August 2000 01:55 Hello Roger, I have two SMC ISA NICs running in a 486 under FreeBSD 3.5-STABLE. The chip number is : SMC, UltraChip, 83C790QF, C9451, 6M61627-4. The I/O and memory window address on my cards are jumper selectable. My kernel configuration lines are as follows: # # SMC UltraChip 10-Base-T ISA # device ed0 at isa? port 0x280 net irq 3 iomem 0xd0000 device ed1 at isa? port 0x300 net irq 10 iomem 0xcc000 Edited dmesg output: ed0 at 0x280-0x29f irq 3 maddr 0xd0000 msize 16384 on isa ed0: address 00:00:00:00:00:00, type SMC8216T (16 bit) ed1 at 0x300-0x31f irq 10 maddr 0xcc000 msize 16384 on isa ed1: address 00:00:00:00:00:00, type SMC8216T (16 bit) The source code for ed ethernet driver (/usr/src/sys/i386/isa/if_ed.c) mentions the SMC 8216C: case ED_TYPE_SMC8216C: /* 8216 has 16K shared mem -- 8416 has 8K */ case ED_TYPE_SMC8216T: if (sc->type == ED_TYPE_SMC8216C) { sc->type_str = "SMC8216/SMC8216C"; } else { sc->type_str = "SMC8216T"; } Good luck, Aaron > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Doug Lee > Sent: 16 August 2000 03:50 > To: freebsd-questions@FreeBSD.ORG > Subject: Driver for SMC 8216T Ethernet card? > > > I don't know if it is ever possible to find a FreeBSD or > freeBSD-compatible driver for a device which is not already > in the tree, > but I have this SMC 8216T (10BaseT) ISA Ethernet card which is not > recognized by FreeBSD 4.1 at all. Is there a way to use it, short of > writing my own driver? :-) > > -- > Doug Lee > dgl@visi.com > http://www.visi.com/~dgl > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message