summaryrefslogtreecommitdiffstats
path: root/sys/modules/arcnet
Commit message (Collapse)AuthorAgeFilesLines
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-241-1/+4
| | | | | | | | | | | IP fast forwarding, SIOCGIFADDR, setting hardware address (not currently enabled in cm driver), multicasts (experimental) - add ARC_MAX_DATA, use IF_HANDOFF, remove arc_sprintf() and some unused variables - if_simloop logic is made more similar to ethernet - drop not ours packets early (if we are not in promiscous mode) Submitted by: mark tinguely (partially)
* Export symbols that constitute APIs defined by thesemsmith2002-01-111-0/+10
| | | | | | | | modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
* - generic Arcnet frameworkfjoe2002-01-081-0/+12
- device driver for SMC COM90cx6 Arcnet network adapters Obtained from: NetBSD
OpenPOWER on IntegriCloud