aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_edreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Discard previous commit.KATO Takenori1998-10-081-14/+1
| | | | Notes: svn path=/head/; revision=40072
* Add SMC EtherEZ98 support to ed driver (PC-98).KATO Takenori1998-10-081-1/+14
| | | | | | | | Reviewed by: kato Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) Notes: svn path=/head/; revision=40068
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247BDavid Greenman1996-08-071-1/+85
| | | | | | | | | and 27252A) in FreeBSD's `ed' driver. Submitted by: A JOSEPH KOSHY <koshy@india.hp.com> Notes: svn path=/head/; revision=17465
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-9/+9
| | | | | | | a bunch of system include files. Notes: svn path=/head/; revision=13765
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowPoul-Henning Kamp1995-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) Notes: svn path=/head/; revision=11016
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
| | | | Notes: svn path=/head/; revision=8876
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)David Greenman1995-01-231-1/+21
| | | | | | | by steve@simon.chi.il.us (Steven E. Piette). Minor changes by me. Notes: svn path=/head/; revision=5807
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessDavid Greenman1994-08-041-12/+4
| | | | | | | with multicast support and BPF. Notes: svn path=/head/; revision=1831
* Added $Id$David Greenman1994-08-021-1/+10
| | | | Notes: svn path=/head/; revision=1817
* Fixed brokeness in the support of the 83C790/Elite Ultra (now that IDavid Greenman1994-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). Notes: svn path=/head/; revision=1349
* Added 8003EB board type. Clue from Gerard J van der Grinten (gvdg@cdc.com)David Greenman1994-02-021-1/+2
| | | | Notes: svn path=/head/; revision=1075
* Added type code for 8003W.David Greenman1994-02-021-2/+3
| | | | Notes: svn path=/head/; revision=1073
* Put some more info about the toshiba ethernet cards into if_edreg.h.Andreas Schulz1994-01-251-3/+20
| | | | | | | | Changed some numeric constants to defines in if_ed.c for the toshiba cards. Notes: svn path=/head/; revision=1015
* Thrown out the obsolete drivers in the TODO list.Andreas Schulz1994-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. Notes: svn path=/head/; revision=968
* * Revision 2.16 1993/11/29 16:55:56 davidgDavid Greenman1993-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 Notes: svn path=/head/; revision=808
* * Revision 2.14 1993/11/22 10:55:30 davidgDavid Greenman1993-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. Notes: svn path=/head/; revision=791
* * Revision 2.2 93/09/29 13:23:25 davidgDavid Greenman1993-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. Notes: svn path=/head/; revision=520
* rewrote interrupt code to be cleaner, fixed up some other partsDavid Greenman1993-09-221-0/+4
| | | | | | | to make it easier to add future board types. Notes: svn path=/head/; revision=498
* As of this revision, all known bugs have been fixed. Some of the fixes include:David Greenman1993-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. Notes: svn path=/head/; revision=426
* Added config file override for memory size and added flags to forceDavid Greenman1993-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. Notes: svn path=/head/; revision=172
* Second beta release of device driver for SMC/WD 80x3 ethernet boards +David Greenman1993-06-231-1/+36
| | | | | | | some additional comments. Notes: svn path=/head/; revision=43
* Second beta release of device driver for WD/SMC 80x3 and 3c503 ethernet boardsDavid Greenman1993-06-221-0/+8
| | | | Notes: svn path=/head/; revision=42
* Beta release of device driver for SMC/WD80x3 and 3C503 ethernet boards.David Greenman1993-06-141-0/+781
Notes: svn path=/head/; revision=6