From owner-freebsd-hackers Sun Nov 23 14:55:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08233 for hackers-outgoing; Sun, 23 Nov 1997 14:55:22 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from cleopatra.ultra.net (cleopatra.ultra.net [199.232.56.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08204 for ; Sun, 23 Nov 1997 14:55:11 -0800 (PST) (envelope-from moncrg@ma.ultranet.com) Received: from d8.b66.cmb.ma.ultra.net (d8.b66.cmb.ma.ultra.net [209.6.66.8]) by cleopatra.ultra.net (8.8.5/ult1.05) with SMTP id RAA08484; Sun, 23 Nov 1997 17:54:51 -0500 (EST) From: moncrg@ma.ultranet.com (Greg Moncreaff) To: hackers@FreeBSD.ORG Cc: matt@3am-software.com Subject: (fwd) Re: [q] 2.2.5 ifmib (dot3), sysctl; (de,ed) ATTN wollman, bde Date: Sun, 23 Nov 1997 22:54:55 GMT Message-ID: <3479b3f0.2157593@pop.ma.ultranet.com> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id OAA08208 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 21 Nov 1997 21:29:17 GMT, in comp.unix.bsd.freebsd.misc kargl@troutmask.apl.washington.edu (Steven G. Kargl) wrote: >Sorry, I can't answer your questions, but I think >you'll probably get faster response to your questions if >you send mail to either the freebsd-hacker or freebsd-current >mailing list. Although I see occasional posts by Bruce (bde), >I think neither Garrett or Bruce regularly read the newsgroups. > >BTW, Matt Thomas (matt@3am-software.com) wrote the if_de.f driver, >so you might address this question to him. > >In article <3475ECFC.7EA3@res.raytheon.com>, > Greg Moncreaff writes: >> this looks promising but none of the drivers seem to 'plug in' >> to this interface. if_de has a stat table very close to the >> dot3 mib (why doesn't it use if_mib.h?) if_ed actually declares >> an instance of the dot3 stats and connects it to if_link... >> >> what is needed to go the rest of the distance? is there some >> missing SYSCTL_??? delclaration? what would it look like? it >> looks like there was some thinking on it in ncr.c that didn't get >> finished... >-- >Steve