summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+29
| | | | | | | | | | | | | | bolted to a ne-2000 chip. This is necessary for the NetGear FA-410TX and other cards. This also requires you add mii to your kernel if you have an ed driver configured. This code will result in a couple of timeout messages for ed on the impacted cards. Additional work will be needed, but this does work right now, and many people need these cards. Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-181-0/+1
| | | | | | | | require the addition of flag 0x80000 to their config line in pccard.conf(5). This flag is not optional. These Linksys cards will not be recognized without it. Reviewed by: imp, iwasaki
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-231-8/+32
|
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replacekato1999-09-021-2/+5
| | | | | | | | `ED_P1_MAR + i' and `ED_P1_PAR + i', respectively. - convert ED_PC_RESET and ED_PC_MISC into relative offset from ED_PC_ASIC_OFFSET (those macros are not used in current source). Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Discard previous commit.kato1998-10-081-14/+1
|
* Add SMC EtherEZ98 support to ed driver (PC-98).kato1998-10-081-1/+14
| | | | | Reviewed by: kato Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247Bdg1996-08-071-1/+85
| | | | | | and 27252A) in FreeBSD's `ed' driver. Submitted by: A JOSEPH KOSHY <koshy@india.hp.com>
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-9/+9
| | | | a bunch of system include files.
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowphk1995-09-261-1/+21
| | | | | | | scheduled for demolition. This is a first step: get rid of if_zereg.h, by adding the five extra definitions to if_edreg.h. Also add some definitions which will become needed when if_ze.c gets replaced entirely by pccard and if_ed.c. (this is a 2.1.0 candidate)
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)dg1995-01-231-1/+21
| | | | by steve@simon.chi.il.us (Steven E. Piette). Minor changes by me.
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessdg1994-08-041-12/+4
| | | | with multicast support and BPF.
* Added $Id$dg1994-08-021-1/+10
|
* Fixed brokeness in the support of the 83C790/Elite Ultra (now that Idg1994-04-101-8/+49
| | | | | | | | | | finally have the f**king documentation!): 1) Changed all the numeric register offsets to symbolic ones (it should have been this way originally). 2) If 16 bit, disable the shared memory when not using it. Apparantly switching between 8/16bit mode makes the Ultra unhappy unless this is done (i.e. it trashes the bus).
* Added 8003EB board type. Clue from Gerard J van der Grinten (gvdg@cdc.com)dg1994-02-021-1/+2
|
* Added type code for 8003W.dg1994-02-021-2/+3
|
* Put some more info about the toshiba ethernet cards into if_edreg.h.ats1994-01-251-3/+20
| | | | | Changed some numeric constants to defines in if_ed.c for the toshiba cards.
* Thrown out the obsolete drivers in the TODO list.ats1994-01-111-1/+7
| | | | | Added the Toshiba board-id's into the if_edreg.h file and the different checksum for the Toshiba ethernet-boards.
* * Revision 2.16 1993/11/29 16:55:56 davidgdg1993-11-291-1/+6
| | | | | | | | * merged in Garrett Wollman's strict prototype changes * * Revision 2.15 1993/11/29 16:32:58 davidg * From Thomas Sandford <t.d.g.sandford@comp.brad.ac.uk> * Add support for the 8013W board type
* * Revision 2.14 1993/11/22 10:55:30 davidgdg1993-11-221-19/+7
| | | | | | | | | | | | | * change all splnet's to splimp's * * Revision 2.13 1993/11/22 10:53:52 davidg * patch to add support for SMC8216 (Elite-Ultra) boards * from Glen H. Lowe * * Revision 2.12 1993/11/07 18:04:13 davidg * fix from Garrett Wollman: * add a return(0) at the end of ed_probe so that if the various device * specific probes fail that we just don't fall of the end of the function.
* * Revision 2.2 93/09/29 13:23:25 davidgdg1993-09-291-6/+58
| | | | | | | | | | | | | | | | * added no multi-buffer override for 3c503 * * Revision 2.1 93/09/29 12:32:12 davidg * changed multi-buffer count for 16bit 3c503's from 5 to 2 after * noticing that the transmitter becomes idle because of so many * packets to load. * * Revision 2.0 93/09/29 00:00:19 davidg * many changes, rewrites, additions, etc. Now supports the * NE1000, NE2000, WD8003, WD8013, 3C503, 16bit 3C503, and * a variety of similar clones. 16bit 3c503 now does multi * transmit buffers. Nearly every part of the driver has * changed in some way since rev 1.30.
* rewrote interrupt code to be cleaner, fixed up some other partsdg1993-09-221-0/+4
| | | | to make it easier to add future board types.
* As of this revision, all known bugs have been fixed. Some of the fixes include:dg1993-09-091-1/+8
| | | | | | | | | | | 1) fixed 3c503 lock-up if the thinwire cable was disconnected at boot time 2) 8013EBT boards now work (quite well!) in 16bit/16k mode 3) ED_NO_DOUBLE_BUFFERING flag now works 4) slightly higer performance (about 3%) with 16bit WD/SMC boards 5) support for WD8013WC (10BaseT) boards Additionally, the probe code has been reorganized to be much cleaner. This revision of the driver is 1.25. The release notes have been updated as well.
* Added config file override for memory size and added flags to forcedg1993-07-201-1/+17
| | | | | | | | 8bit or 16bit operation, and a flag to disable transmitter double buffering. See the updated "ed.relnotes" file for information about how to set the flags. This should be considered the first "production" release. It still needs a manual page, though.
* Second beta release of device driver for SMC/WD 80x3 ethernet boards +dg1993-06-231-1/+36
| | | | some additional comments.
* Second beta release of device driver for WD/SMC 80x3 and 3c503 ethernet boardsdg1993-06-221-0/+8
|
* Beta release of device driver for SMC/WD80x3 and 3C503 ethernet boards.dg1993-06-141-0/+781
OpenPOWER on IntegriCloud