From owner-freebsd-hackers Mon Sep 30 05:15:18 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA27390 for hackers-outgoing; Mon, 30 Sep 1996 05:15:18 -0700 (PDT) Received: from research.gate.nec.co.jp (research.gate.nec.co.jp [202.32.8.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA27332 for ; Mon, 30 Sep 1996 05:15:15 -0700 (PDT) Received: from sbl-gw.sbl.cl.nec.co.jp by research.gate.nec.co.jp (8.7.6+2.6Wbeta7/950912) with ESMTP id VAA23240; Mon, 30 Sep 1996 21:14:52 +0900 (JST) Received: from sirius.sbl.cl.nec.co.jp by sbl-gw.sbl.cl.nec.co.jp (8.7.5+2.6Wbeta6/3.3W6) with ESMTP id VAA22659; Mon, 30 Sep 1996 21:14:51 +0900 (JST) X-Authentication-Warning: sbl-gw.sbl.cl.nec.co.jp: Host nao@sirius [133.207.68.90] claimed to be sirius.sbl.cl.nec.co.jp Received: by sirius.sbl.cl.nec.co.jp (8.7.5+2.6Wbeta6/3.3W6) with UUCP id VAA03324; Mon, 30 Sep 1996 21:14:51 +0900 (JST) Date: Mon, 30 Sep 1996 21:14:51 +0900 (JST) From: Naoki Hamada Message-Id: <199609301214.VAA03324@sirius.sbl.cl.nec.co.jp> References: <199609301056.MAA10004@gvr.win.tue.nl> To: guido@gvr.win.tue.nl CC: FreeBSD-hackers@freebsd.org In-reply-to: Guido van Rooij's message of "Mon, 30 Sep 1996 12:56:55 +0200 (MET DST)" <199609301056.MAA10004@gvr.win.tue.nl> Subject: Re: new if_vx driver in incoming on freefal Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Guido wrote: >Have you incorporated my patches? Of course. I always follow improvements you made. >Btw: This is a good plan, but in order >to be more prepared to handle situations like this we shopuld go the >netBSD way, i.e. have a directory called drivers (in the src/sys dir) >which are bus independent and have a per bus interface to these drivers. Absolutely. There will be three part of the new vx driver. The bus independent part, if_vx.c and bus dependent parts, if_vx_pci.c and if_vx_eisa.c. Then, I wonder where I should place if_vx.c! Reorganization of directory tree should be done sooner or later. -nao