From owner-freebsd-hackers Sat Jan 6 09:41:10 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06162 for hackers-outgoing; Sat, 6 Jan 1996 09:41:10 -0800 (PST) Received: from sunny.bog.msu.su (dima@sunny.bog.msu.su [158.250.20.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA06157 for ; Sat, 6 Jan 1996 09:41:05 -0800 (PST) Received: (from dima@localhost) by sunny.bog.msu.su (8.6.12/8.6.12) id UAA05130; Sat, 6 Jan 1996 20:39:17 +0300 Date: Sat, 6 Jan 1996 20:39:16 +0300 (????) From: Dmitry Khrustalev To: hackers@freefall.FreeBSD.ORG Subject: Re: LUN support. In-Reply-To: <199601060040.QAA13827@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > > Does FreeBSD have support for LUN's? > Also, can anyone explain this? ncr.c:123 #define MAX_LUN (1) -Dima.