From owner-freebsd-hackers Mon Dec 4 11:01:26 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA23713 for hackers-outgoing; Mon, 4 Dec 1995 11:01:26 -0800 Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA23706 ; Mon, 4 Dec 1995 11:01:14 -0800 Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.6.12/8.6.9) id VAA08323; Mon, 4 Dec 1995 21:00:07 +0200 From: John Hay Message-Id: <199512041900.VAA08323@zibbi.mikom.csir.co.za> Subject: ipx on 802.3 To: hackers@FreeBSD.ORG (FreeBSD-hackers) Date: Mon, 4 Dec 1995 21:00:07 +0200 (SAT) Cc: wollman@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 584 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk Hi, After the announcement of the ipx code a few people enquired about supporting it on 802.3 also. I am thinking about implementing it. The biggest problem to me seems to be selecting between ETHERNET_II and 802.3 form the userlevel. I thought of using IFF_LINK(0,1,2) so that it would be easy to specify with ifconfig. But then I went to look in /sys/i386/isa and all of them are used by the network device drivers. :-( So, do anybody have a good idea on how to specify it from userlevel, so that it can be different for each interface? John -- John Hay -- John.Hay@csir.co.za