From owner-freebsd-hackers Thu Feb 16 16:14:39 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA01622 for hackers-outgoing; Thu, 16 Feb 1995 16:14:39 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id QAA01616; Thu, 16 Feb 1995 16:14:37 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA08165; Thu, 16 Feb 95 11:14:19 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9502161814.AA08165@cs.weber.edu> Subject: Re: Help! 3C589 driver on -current! To: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Date: Thu, 16 Feb 95 11:14:18 MST Cc: freebsd-hardware@FreeBSD.org, freebsd-hackers@FreeBSD.org In-Reply-To: <199502161217.VAA17550@frig.mt.cs.keio.ac.jp> from "HOSOKAWA Tatsumi" at Feb 16, 95 09:17:53 pm X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@FreeBSD.org Precedence: bulk > I struggled with this problem today, but I couldn't fix this bug. > > Observed by etherfind, ARP packet seems to be correctly sent by first > ifconfig, and zpintr() is invoked by packet arrivals by ping. But it > could not reply to these ping messages. There was a recent suggested change to raw packet interface packet type byte ordering. This probably wouldn't affect you, but you may want to look just in case. We need a document of "kernel exported API's for use by device driver writers". For instance, all of the VM interfaces we plan to be keeping around cross platform for all of time now that the cache unification has taken place, the vnode cache interface (like the SVR4 DNLC documented in "The Magic Garden Explained") and vn_ based file I/O and how to do it in the kernel for things like quota files, etc.. Entry points for protocol family insertion and kernel use of the routing code and console driver and other error logging interfaces would also be nice. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.