summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
Commit message (Collapse)AuthorAgeFilesLines
* Fix padding of short packets (PR#1701).wollman1996-10-071-12/+10
| | | | Submitted by: seki@sysrap.cs.fujitsu.co.jp
* Various cleanups for remanents of devconf.phk1996-09-081-2/+1
|
* Remove devconf, it never grew up to be of any use.phk1996-09-061-55/+1
|
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-20/+11
| | | | | I'm pretty convinced after looking at this that the majority of our drivers are confused about the in/exclusion of ETHER_CRC_LEN :-(
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
| | | | | | | is only used by the icu support modules and by a few drivers that know too much about the icu (most only use it to convert `n' to `IRQn'). isa.h is only used by ioconf.c and by a few drivers that know too much about isa addresses (a few have to, because config is deficient).
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
| | | | Reviewed by: bde
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-231-79/+69
| | | | functional changes.
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-5/+3
|
* This is a revised fe, Ethernet driver for MB8696x based adapters.jkh1996-03-172-503/+800
|
* Clean up Ethernet drivers:wollman1996-02-061-59/+8
| | | | | | | | - fill in and use ifp->if_softc - use if_bpf rather than private cookie variables - change bpf interface to take advantage of this - call ether_ifattach() directly from Ethernet drivers - delete kludge in if_attach() that did this indirectly
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-1/+1
| | | | a bunch of system include files.
* The last part of the ether_sprint -> %6D change.phk1996-01-261-8/+8
| | | | | Sorry for the delay. (%D is for hexdumping.)
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-0/+1
| | | | #includes to get prototypes.
* Staticize and cleanup.phk1995-12-101-14/+14
|
* all:dg1995-12-051-11/+9
| | | | | | | | | | | | | | | | Removed ifnet.if_init and ifnet.if_reset as they are generally unused. Change the parameter passed to if_watchdog to be a ifnet * rather than a unit number. All of this is an attempt to move toward not needing an array of softc pointers (which is usually static in size) to point to the driver softc. if_ed.c: Changed some of the argument passing to some functions to make a little more sense. if_ep.c, if_vx.c: Killed completely bogus use of if_timer. It was being set in such a way that the interface was being reset once per second (blech!).
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-3/+0
| | | | | | | | | | misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to <machine/conf.h>. "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it.
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-0/+31
| | | | | | | | | | | | | | | | | | | | | Submitted by: Mike Mitchell, supervisor@alb.asctmd.com This is a bulk mport of Mike's IPX/SPX protocol stacks and all the related gunf that goes with it.. it is not guaranteed to work 100% correctly at this time but as we had several people trying to work on it I figured it would be better to get it checked in so they could all get teh same thing to work on.. Mikes been using it for a year or so but on 2.0 more changes and stuff will be merged in from other developers now that this is in. Mike Mitchell, Network Engineer AMTECH Systems Corporation, Technology and Manufacturing 8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000 supervisor@alb.asctmd.com
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-1/+1
| | | | | dropped for 4.4, but for some reason this flag lived on. (Until today, that is.)
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-1/+0
| | | | with -Wnested-externs.
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
|
* Added `fe' device drive r for Fujitsu MB86960A family.wollman1995-04-233-0/+3150
Submitted by: M.S. <seki@sysrap.cs.fujitsu.co.jp>
OpenPOWER on IntegriCloud