Date: Tue, 18 Apr 1995 14:11:01 +0100 From: Mark Dawson <md@doc.ic.ac.uk> To: terry@cs.weber.edu Cc: dwj@kenyan.doc.ic.ac.uk, freebsd-hackers@FreeBSD.org Subject: Re: support for Xircom PCMCIA Ethernet adapters? Message-ID: <199504181311.OAA00784@kenyan.doc.ic.ac.uk>
next in thread | raw e-mail | index | archive | help
> Do you mean that we can get hold of ODI drivers (binaries) and > used them under FreeBSD? Yes, if: 1) They could be loaded into kernel memory. 2) Their external symbols are appropriately resolved. Both of these require knowledge of the binary file format. Kurt Mahon is the engineer who wrote the code for UnixWare. Reading the binary file format of a server ODI file shouldn't be a problem, as the libbfd shipped with Gnu binutils-2.5.2 can handle it. Configure with --enable-targets=all. Mark
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504181311.OAA00784>