aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
Commit message (Collapse)AuthorAgeFilesLines
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.KATO Takenori1999-03-031-1/+2
| | | | | | | Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp> Notes: svn path=/head/; revision=44442
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-11/+3
| | | | Notes: svn path=/head/; revision=42820
* Silence warnings.Eivind Eklund1999-01-121-1/+3
| | | | Notes: svn path=/head/; revision=42546
* Another(better) way to support Access/NOTE N98(PC-98) without any effectsKATO Takenori1998-12-311-6/+7
| | | | | | | | | for other Access/PC series. Submitted by: Chiharu Shibata <chi@bd.mbn.or.jp> Notes: svn path=/head/; revision=42188
* Oops, I forgot to commit two diffs to fe driver.KATO Takenori1998-12-151-15/+1
| | | | Notes: svn path=/head/; revision=41824
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,KATO Takenori1998-12-151-1282/+2341
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as well as several functional additions. (1) dot3 MIB support. (2) if_media selection method support. (3) bridge support. (4) new boards support. Supported boards are as follows. [PC/AT] * Fujitsu FMV-180 series * Allied-Telesis RE2000 series * Allied-Telesyn AT1700 series * Gateway Communications G/Ether series * UB networks Access/PC ISA series * TDK/LANX LAC-AX series * ICL EtherTeam16i series * RATOC REX-5586/5587 [PC-98] * Allied-Telesis RE1000 series * Allied-Telesis RE1000Plus/ME1500 series * Contec C-NET(9N)E series * Contec C-NET(98)P2 series * UB networks Access/PC N98C+ series * TDK/LANX LAC-98 series(not tested) Submitted by: seki@sysrap.cs.fujitsu.co.jp (Masahiro Sekiguchi) and chi@bd.mbn.or.jp (Chiharu Shibata) Notes: svn path=/head/; revision=41823
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+2
| | | | | | | and local variables, goto labels, and functions declared but not defined. Notes: svn path=/head/; revision=41591
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
| | | | | | | | | | device drivers, not in ioconf.c. Use a different hack in isa_device.h so that a new config(8) is not required yet. pc98 parts approved by: kato Notes: svn path=/head/; revision=40565
* Removed unused includes.Bruce Evans1998-06-211-10/+6
| | | | | | | | Ifdefed conditionally used includes. Finished rev.1.39. (I only submitted the request.) Notes: svn path=/head/; revision=37097
* This commit fixes various 64bit portability problems required forDoug Rabson1998-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. Notes: svn path=/head/; revision=36735
* Removed unused #includes.Bruce Evans1998-03-281-3/+1
| | | | Notes: svn path=/head/; revision=34928
* PCCARD-code related style nits, as requested.Mike Smith1998-02-271-4/+4
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=33864
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=33860
* Make INET a proper option.Eivind Eklund1998-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>. Notes: svn path=/head/; revision=32350
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-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.) Notes: svn path=/head/; revision=31742
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-201-2/+2
| | | | | | | | Forgotten by: me Reminded by: Bruce Notes: svn path=/head/; revision=31311
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-3/+3
| | | | | | | Found by: -Wunused Notes: svn path=/head/; revision=31016
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()Nate Williams1997-10-291-1/+2
| | | | | | | Noticed by: bde Notes: svn path=/head/; revision=30838
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-261-15/+3
| | | | | | | | | | | use a Linker Set. Note, if a driver is loaded as an LKM if will have to use the function call, but since none of the existing drivers are loadable, this made things cleaner and boot messages nicer. Obtained from: PAO-970616 Notes: svn path=/head/; revision=30747
* - Functional changes to PCCARD support.Nate Williams1997-10-261-59/+32
| | | | | | | | | | | | | * Kill individual drivers 'suspend' routines, since there's no simple/safe way to suspend/resume a card w/out going through the complete probe at initialization time. * Default to using the apm_pccard_resume sysctl code, which basically pretends the card was removed, and then re-inserted. Suspend/resume is now 'emulated' with a fake insert/removal. (Hence we no longer need the driver-specific suspend routines.) Notes: svn path=/head/; revision=30721
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-56/+55
| | | | | | | | | | | | | | | follow. * Rename/reorder all of the pccard structures, change many of the member names to be descriptive, and follow more closely other 'bus' drivers naming schemes. * Rename a bunch of parameter and local variable names to be more consistant in the code. * Renamed the PCCARD 'crd' device to be the 'card' device * KNF and make the code consistant where it was obvious. * ifdef'd out some unused code Notes: svn path=/head/; revision=30720
* Removed unused #includes.Bruce Evans1997-07-201-9/+1
| | | | Notes: svn path=/head/; revision=27555
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
| | | | | | | <sys/sockio.h> instead of <sys/ioctl.h> in network files. Notes: svn path=/head/; revision=24204
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Put newlines after log messages.Garrett Wollman1997-01-231-3/+3
| | | | | | | | Submitted by: seki@sysrap.cs.fujitsu.co.jp PR#2563 (but the patch didn't apply) Notes: svn path=/head/; revision=21963
* Update from driver author. Closes PR#2421.Garrett Wollman1997-01-142-58/+140
| | | | | | | Submitted by: seki@sysrap.cs.fujitsu.co.jp Notes: svn path=/head/; revision=21694
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-31/+14
| | | | | | | | | | previous hackery involving struct in_ifaddr and arpcom. Get rid of the abominable multi_kludge. Update all network interfaces to use the new machanism. Distressingly few Ethernet drivers program the multicast filter properly (assuming the hardware has one, which it usually does). Notes: svn path=/head/; revision=21666
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-2/+2
| | | | | | | | | to TAILQs. Fix places which referenced these for no good reason that I can see (the references remain, but were fixed to compile again; they are still questionable). Notes: svn path=/head/; revision=20407
* Patches from driver author in PR#2010.Garrett Wollman1996-11-151-91/+349
| | | | | | | | | Submitter requests that this patch be merged into 2.2. Submitted by: seki@sysrap.cs.fujitsu.co.jp Notes: svn path=/head/; revision=19781
* Fix padding of short packets (PR#1701).Garrett Wollman1996-10-071-12/+10
| | | | | | | Submitted by: seki@sysrap.cs.fujitsu.co.jp Notes: svn path=/head/; revision=18794
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-2/+1
| | | | Notes: svn path=/head/; revision=18158
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-55/+1
| | | | Notes: svn path=/head/; revision=18084
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-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 :-( Notes: svn path=/head/; revision=17455
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-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). Notes: svn path=/head/; revision=16471
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+1
| | | | | | | Reviewed by: bde Notes: svn path=/head/; revision=16322
* Format the already applied PCCARD additions to use KNF form. NoNate Williams1996-04-231-79/+69
| | | | | | | functional changes. Notes: svn path=/head/; revision=15363
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.Bruce Evans1996-04-071-5/+3
| | | | Notes: svn path=/head/; revision=15118
* This is a revised fe, Ethernet driver for MB8696x based adapters.Jordan K. Hubbard1996-03-172-503/+800
| | | | Notes: svn path=/head/; revision=14645
* Clean up Ethernet drivers:Garrett 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 Notes: svn path=/head/; revision=13937
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-1/+1
| | | | | | | a bunch of system include files. Notes: svn path=/head/; revision=13765
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-8/+8
| | | | | | | | Sorry for the delay. (%D is for hexdumping.) Notes: svn path=/head/; revision=13638
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-0/+1
| | | | | | | #includes to get prototypes. Notes: svn path=/head/; revision=12854
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-14/+14
| | | | Notes: svn path=/head/; revision=12724
* all:David Greenman1995-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!). Notes: svn path=/head/; revision=12628
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-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. Notes: svn path=/head/; revision=12080
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-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 Notes: svn path=/head/; revision=11819
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-1/+1
| | | | | | | | dropped for 4.4, but for some reason this flag lived on. (Until today, that is.) Notes: svn path=/head/; revision=11460
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-1/+0
| | | | | | | with -Wnested-externs. Notes: svn path=/head/; revision=10080
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
| | | | Notes: svn path=/head/; revision=8876