Date: Wed, 16 Aug 2000 23:27:38 +0100 From: "Roger Bacon" <Roger@aeon-uk.net> To: "'Doug Lee'" <dgl@visi.com>, "FreeBSD-Questions (E-mail)" <FreeBSD-Questions@FreeBSD.org> Subject: RE: Driver for SMC 8216T Ethernet card? Message-ID: <004001c007d1$2fb60070$0200a8c0@ESMERELDA> In-Reply-To: <Pine.BSF.4.21.0008152147280.2914-100000@kirk.dsl.visi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004001c007d1$2fb60070$0200a8c0>