summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_elreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-12-15 20:09:10 +0000
committerwpaul <wpaul@FreeBSD.org>2000-12-15 20:09:10 +0000
commit3ba915a3043605332722e05c5fbf838b28b21227 (patch)
tree86b6f466f06341282d19403c6739f8cd860b7fbd /sys/i386/isa/if_elreg.h
parentcdfe59aac6cf43a9d742f76d7486a953d0f0d060 (diff)
downloadFreeBSD-src-3ba915a3043605332722e05c5fbf838b28b21227.zip
FreeBSD-src-3ba915a3043605332722e05c5fbf838b28b21227.tar.gz
Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.
Add detach routine and turn driver into a module so it can be loaded and unloaded. Also take a stab at implementing multicast packet reception so that this NIC will work with IPv6. Promiscuous mode doesn't seem to work, but I'm not sure why. It works well enough that I can run dhclient on it and put it on the office network though. Also ripped out spl stuff and replaced it with mutexes.
Diffstat (limited to 'sys/i386/isa/if_elreg.h')
-rw-r--r--sys/i386/isa/if_elreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/isa/if_elreg.h b/sys/i386/isa/if_elreg.h
index 3fb3f15..535a130 100644
--- a/sys/i386/isa/if_elreg.h
+++ b/sys/i386/isa/if_elreg.h
@@ -74,3 +74,4 @@
/* Packet buffer size */
#define EL_BUFSIZ 2048
+#define EL_IOSIZ 16
OpenPOWER on IntegriCloud