Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 1996 08:17:17 -0500
From:      "Eric L. Hernes" <erich@lodgenet.com>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        hackers@freebsd.org
Subject:   Re: FreeBSD smc program to set smc card? 
Message-ID:  <199609191317.IAA22700@jake.lodgenet.com>
In-Reply-To: Your message of "Wed, 18 Sep 1996 16:25:19 PDT." <199609182325.QAA00379@rah.star-gate.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Amancio Hasty writes:
>
>
>Hi,
>
>A little while ago there was a small discussion about the
>possibility of writing such code for FreeBSD. So where is it ? 8)
>

As I remember, someone mentioned that there's some linux utilities
to configure ethernet cards at:

ftp://cesdis1.gsfc.nasa.gov/pub/linux/setup/
ftp://sunsite.unc.edu/system/Network/management/ewrk3tools-0.20.tar.gz
wdsetup-0.6a.tar.gz is the smc setup program.

the following sed script does most of the work to get 'em to compile,
dunno if they run though.  I'll try to test the ones I've got hardware
for.

sed -e 's:ioperm([^)]*):open("/dev/io", O_RDWR):' \
    -e -e 's,asm/io.h,machine/cpufunc.h,'


>
>	Tnks,
>	Amancio
>
>
>
eric.
--
erich@lodgenet.com
http://rrnet.com/~erich erich@rrnet.com





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609191317.IAA22700>