aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/arcnet
Commit message (Collapse)AuthorAgeFilesLines
* INET doesn't belong to opt_inet6.h: INET6 belongs to it.Yaroslav Tykhiy2006-02-071-1/+4
| | | | Notes: svn path=/head/; revision=155433
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
| | | | | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64 Notes: svn path=/head/; revision=151350
* - add support for IPX (tested with mount -t nwfs and mars_nwe),Max Khon2003-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) Notes: svn path=/head/; revision=109771
* Export symbols that constitute APIs defined by theseMike Smith2002-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. Notes: svn path=/head/; revision=89244
* - generic Arcnet frameworkMax Khon2002-01-081-0/+12
- device driver for SMC COM90cx6 Arcnet network adapters Obtained from: NetBSD Notes: svn path=/head/; revision=89099