From owner-freebsd-hackers Sun Jul 27 09:03:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA10548 for hackers-outgoing; Sun, 27 Jul 1997 09:03:51 -0700 (PDT) Received: from etinc.com (et-gw-fr1.etinc.com [204.141.244.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA10531; Sun, 27 Jul 1997 09:03:43 -0700 (PDT) Received: from dbws.etinc.com (db@dbws.etinc.com [204.141.95.130]) by etinc.com (8.8.3/8.6.9) with SMTP id MAA22401; Sun, 27 Jul 1997 12:08:47 -0400 (EDT) Message-Id: <3.0.32.19970727115943.006dad5c@etinc.com> X-Sender: dennis@etinc.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 27 Jul 1997 11:59:48 -0400 To: "Serge A. Babkin" , stesin@gu.net From: Dennis Subject: Re: SVR4.2MP source code has become available recently? Cc: dyson@FreeBSD.ORG, hackers@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 11:09 AM 7/27/97 +0600, Serge A. Babkin wrote: >> And they have some kind of "unified driver interface" spec for UW. >> How nice would it be -- to have an ability to use hardware >> vendor's own drivers for UW, compatible with that spec, >> just out of the box. Aaghh, dreams, dreams... :( > >About the driver interface. They have the document named "Device Driver >Interface", the current version (that will be implemented in SCO >Gemini) is DDI 8. A good thing is this documents descripts not only >the calls that driver must support but the functions it can use too. >It is made to allow to link the drivers with compliance to different >levels of DDI simultaneously. The linking is dynamic, the function >names are substituted to reflect the DDI level. This has >one important consequence: all you need to link in the SVR4 >drivers is to have the DDI-compliant in-kernel library and >a SVR4->BSD object file format converter. Of course, you'll >need STREAMS to use the SVR4 network drivers. > >-SB What about DLPI? And (I'm sorry, i missed the beginning of this thread), what are we talking about? SCO, Univel, Solaris? dennis >