summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
Commit message (Expand)AuthorAgeFilesLines
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-28/+7
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-14/+14
* Always turned on 8bit access card support for the fe drivershiba2001-09-022-35/+0
* Update the fe driver to probe and attach under a NEWCARD kernel.shiba2001-09-023-16/+64
* Fixed to support C-NET(9N)E.nyan2001-07-021-9/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* The fe driver does not support pnp devices.nyan2000-11-101-0/+4
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-0/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-154-4/+0
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-0/+1
* Removed unneeded include files.nyan2000-09-224-28/+0
* Use driver_intr_t instead of the now defunct inthand2_t.jhb2000-09-151-1/+1
* - Newbus'ify and bus_space'ify.nyan2000-09-146-2433/+3041
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-5/+2
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-0/+8
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-61/+1
* Add $FreeBSD$peter2000-05-011-0/+2
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionskato2000-03-291-0/+129
* Make release is now falling over in if_fe.c due to Warner's pccard changes:wpaul1999-10-251-0/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* C-NET(9N)C support (PC-98 only).nyan1999-08-311-13/+42
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* - Make binary size smaller.kato1999-08-231-6/+6
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-1/+5
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-24/+1
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Replace misused FE_D6_BBW with FE_D6_SBW.kato1999-05-041-11/+11
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.kato1999-03-031-1/+2
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-11/+3
* Silence warnings.eivind1999-01-121-1/+3
* Another(better) way to support Access/NOTE N98(PC-98) without any effectskato1998-12-311-6/+7
* Oops, I forgot to commit two diffs to fe driver.kato1998-12-151-15/+1
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,kato1998-12-151-1282/+2341
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* Removed unused includes.bde1998-06-211-10/+6
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Removed unused #includes.bde1998-03-281-3/+1
* PCCARD-code related style nits, as requested.msmith1998-02-271-4/+4
* Fix some style nits and remove an unused header.msmith1998-02-271-2/+1
* Make INET a proper option.eivind1998-01-081-1/+4
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+3
* - Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()nate1997-10-291-1/+2
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-15/+3
* - Functional changes to PCCARD support.nate1997-10-261-59/+32
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-56/+55
OpenPOWER on IntegriCloud