[3168] in RedHat Linux List
Re: header files, sys/stream.h, mbuf.h ?
daemon@ATHENA.MIT.EDU (Michael K. Johnson)
Thu Nov 7 12:13:18 1996
To: redhat-list@redhat.com
From: "Michael K. Johnson" <johnsonm@redhat.com>
In-reply-to: Your message of "Thu, 07 Nov 1996 16:21:44 GMT."
<199611071622.QAA13969@GPO.iol.ie>
Date: Thu, 07 Nov 1996 11:39:46 -0500
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
John Brosnan writes:
>I'm porting a device driver from SunOS to Redhat Linux,
>the driver build requires the following header files:
>
> sys/stream.h
> sys/mbuf.h
> sys/kmem_alloc.h
>
>The above files do not seem to exist on Linux, any
>suggestions/ideas ?
A network driver, eh?
Linux doesn't support streams. Linux doesn't use mbuf's -- there's
an article in Linux Journal and the KHG
<http://www.redhat.com:8080/HyperNews/get/khg.html> written by Alan
Cox which covers the basics of how Linux network device drivers work.
Linux uses kmalloc(), among other functions, to allocate kernel
memory.
For more information, please subscribe to the linux-kernel list.
Send mail to majordomo@vger.rutgers.edu with the line
subscribe linux-kernel
as the first line of the message (not the subject!). Then send
mail to linux-kernel@vger.rutgers.edu
michaelkjohnson
"Ever wonder why the SAME PEOPLE make up ALL the conspiracy theories?"
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null