summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex
Commit message (Collapse)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Removed unused #includes.bde1998-03-281-3/+1
|
* Make INET a proper option.eivind1998-01-081-1/+4
| | | | | | | | | | | | This will not make any of object files that LINT create change; there might be differences with INET disabled, but hardly anything compiled before without INET anyway. Now the 'obvious' things will give a proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The only thing that _should_ work (but can't be made to compile reasonably easily) is sppp :-( This commit move struct arpcom from <netinet/if_ether.h> to <net/if_arp.h>.
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
| | | | | | | | The #ifdef IPXIP in netipx/ipx_if.h is OK (used from ipx_usrreq.c and ifconfig.c only). I also fixed a typo IPXTUNNEL -> IPTUNNEL (and #ifdef'ed out the code inside, as it never could have compiled - doh.)
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-7/+3
| | | | Found by: -Wunused
* The previous commit broke support for the Pro/10; detect which sort ofmsmith1997-09-261-7/+25
| | | | card we are using and calculate the IRQ accordingly.
* Support Intel EtherExpress Pro 10+msmith1997-09-121-4/+10
| | | | | PR: kern/4335 Reviewed by: Stephen Roznowski (sjr@home.net)
* Removed unused #includes.bde1997-07-201-9/+0
|
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-1/+1
| | | | by a statement.
* Fix two typos in this driver that prevented it from working properly.gibbs1997-06-101-2/+2
| | | | | PR: kern/3776 Submitted by: flash@hway.ru
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-1/+1
| | | | <sys/sockio.h> instead of <sys/ioctl.h> in network files.
* Add the ex driver (Intel EtherExpress Pro/10).jkh1997-01-162-0/+1083
I have no idea if this works since I don't have one of the cards to test. I also don't know what the LINT and GENERIC entries should look like, so I just made up some values for now and left them commented out. Someone who knows the factory settings for a Pro/10, please contact me! Submitted-By: Javier Martín Rueda <jmrueda@diatel.upm.es>
OpenPOWER on IntegriCloud