summaryrefslogtreecommitdiff
path: root/sys/dev/fe
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvscvs2svn2002-10-086-6/+6
* MFC: Supported C-NET(98)P2 PnP mode.Yoshihiro Takahashi2002-02-091-15/+27
* MFC: Fixed to support C-NET(9N)E.Yoshihiro Takahashi2001-07-071-9/+2
* MFC: The fe driver does not support pnp devices.Yoshihiro Takahashi2000-11-111-0/+4
* MFC: PC-98 bus_space changes.Yoshihiro Takahashi2000-10-291-0/+2
* MFC: Newbus'ify and bus_space'ify.Yoshihiro Takahashi2000-09-221-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-224-0/+4630
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-162-0/+348
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-133-4662/+0
* Make release is now falling over in if_fe.c due to Warner's pccard changes:Bill Paul1999-10-251-0/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* C-NET(9N)C support (PC-98 only).Yoshihiro Takahashi1999-08-311-13/+42
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* - Make binary size smaller.KATO Takenori1999-08-231-6/+6
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-1/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-24/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Replace misused FE_D6_BBW with FE_D6_SBW.KATO Takenori1999-05-041-11/+11
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.KATO Takenori1999-03-031-1/+2
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-11/+3
* Silence warnings.Eivind Eklund1999-01-121-1/+3
* Another(better) way to support Access/NOTE N98(PC-98) without any effectsKATO Takenori1998-12-311-6/+7
* Oops, I forgot to commit two diffs to fe driver.KATO Takenori1998-12-151-15/+1
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,KATO Takenori1998-12-151-1275/+2334
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* Removed unused includes.Bruce Evans1998-06-211-10/+6
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-03-281-3/+1
* PCCARD-code related style nits, as requested.Mike Smith1998-02-271-4/+4
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+4
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-3/+3
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()Nate Williams1997-10-291-1/+2
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-261-15/+3
* - Functional changes to PCCARD support.Nate Williams1997-10-261-57/+30
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-56/+55
* Removed unused #includes.Bruce Evans1997-07-201-9/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Put newlines after log messages.Garrett Wollman1997-01-231-3/+3
* Update from driver author. Closes PR#2421.Garrett Wollman1997-01-142-58/+140
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-31/+14
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-2/+2
* Patches from driver author in PR#2010.Garrett Wollman1996-11-151-91/+349
* Fix padding of short packets (PR#1701).Garrett Wollman1996-10-071-12/+10
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-2/+1