From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 13 20:06:35 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC25016A4CE for ; Mon, 13 Dec 2004 20:06:35 +0000 (GMT) Received: from altrade.nijmegen.internl.net (altrade.nijmegen.internl.net [217.149.192.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D60B43D53 for ; Mon, 13 Dec 2004 20:06:35 +0000 (GMT) (envelope-from pblok@bsd4all.org) Received: from mail.bsd4all.org by altrade.nijmegen.internl.net via 113-9.bbned.dsl.internl.net [82.215.9.113] with ESMTP id iBDK6NTq004623 (8.12.10/2.04); Mon, 13 Dec 2004 21:06:23 +0100 (MET) Received: from localhost (localhost.homebrew.bsd4all.org [127.0.0.1]) by mail.bsd4all.org (Postfix) with ESMTP id D2B25B827; Mon, 13 Dec 2004 21:06:22 +0100 (CET) Received: from mail.bsd4all.org ([127.0.0.1]) by localhost (fwgw [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23241-09; Mon, 13 Dec 2004 21:06:17 +0100 (CET) Received: from ntpc (ntpc [192.168.1.138]) by mail.bsd4all.org (Postfix) with ESMTP id 6CDFDB826; Mon, 13 Dec 2004 21:06:17 +0100 (CET) From: "Peter Blok" To: "'Danny Braniss'" Date: Mon, 13 Dec 2004 21:04:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20041212080449.7A0FFB826@mail.bsd4all.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTgIUIOs3mQjCmeTeaxtlEDF53gJABLR8Ug Message-Id: <20041213200617.6CDFDB826@mail.bsd4all.org> X-Virus-Scanned: by amavisd-new at bsd4all.org cc: hackers@freebsd.org Subject: RE: My project wish-list for the next 12 months X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 20:06:35 -0000 You are my kind of guy ;-) I grew up with PDP-1[01], RSX-11 and Version 6 UNIX straight from Bell Labs. I am a bit rusty too. I can easily hack something together, but it most be perfect. Handshaking must in user mode, actual work in the kernel. Why enter the kernel thru the network driver, go to a user daemon and back to the kernel to execute and v.v. for the answer? No I'm proto-typing and have a lot of challenges and very little time. Luckily holiday is around the corner. Later. Peter -----Original Message----- From: Danny Braniss [mailto:danny@cs.huji.ac.il] Sent: Sunday, December 12, 2004 9:05 AM To: Peter Blok Cc: hackers@freebsd.org Subject: Re: My project wish-list for the next 12 months > Hi Danny, > > Great! I am still in a design proof-of-concept phase, but I appreciate your > help. I'll keep you posted. > > Peter hi Peter, re-reading your email, i realize you are interested in the target side of iSCSI, and me more on the initiator side, so i decided to bite the bullet and start designing/coding - mind you, i haven't written a serious driver since the days of PDP/Vax & UDA50 (let's see if someone knows what im talking about), so it took me most of an afternoon to get the skeleton of a kld to compile. danny