summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.rgrimes1995-05-301-11/+11
* After carefully reading three reference documents, and analyzingdg1995-05-141-4/+4
* Only use card's soft-configured irq if no irq was specified in the kerneldg1995-05-121-5/+7
* Kill bogus duplicated code that resulted in an editing screwup of minedg1995-05-041-24/+1
* Add a class field to devconf and mst drivers.wollman1995-04-121-3/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Doubled 'maxwait' to 200 (240us).dg1995-02-261-3/+3
* Spell "guaranteed" correctly.dg1995-02-251-2/+2
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)dg1995-01-231-12/+50
* Some fixes to device configuration, now that I've had a chance to do itwollman1995-01-151-12/+51
* Made a few cosmetic changes, and fixed a bug in handling the case of thedg1995-01-041-12/+14
* Possible fix for NE2000 problems...the remote byte count wasn't worddg1995-01-011-4/+8
* Get rid of unused variable.dg1995-01-011-4/+1
* Miscellaneous changes from Bill Paul:jkh1994-12-311-6/+18
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-9/+2
* Always put received packets in an mbuf cluster. This simplifies the codedg1994-11-261-94/+21
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-8/+2
* Fixed rather serious bug where the interface wasn't started after it wasdg1994-11-171-1/+6
* In cases where it is possible, use the card's configured irq rather thandg1994-11-131-18/+22
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-6/+11
* While I debugged this, I quenched the compile warnings from if_ed. no otherphk1994-10-221-14/+19
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+19
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingphk1994-10-171-2/+3
* The code I wrote to write mbufs out using PIO had a bug in the handlingdg1994-10-141-52/+55
* Completely removed trailer support. The only reason I wrote that code indg1994-10-081-151/+52
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-3/+1
* Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code adg1994-09-071-196/+96
* Fixed minor typo in diagnostic message.dg1994-08-221-2/+2
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-25/+25
* Removed some unnecessary code that sets the link layer address. This shoulddg1994-08-121-29/+1
* Fix a compilation-stopping typo; whoops, David - more sleep! :-)jkh1994-08-081-2/+2
* Added ioctl support for SIOCSIFMTU.dg1994-08-081-3/+15
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessdg1994-08-041-631/+899
* Added $Id$dg1994-08-021-4/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-9/+8
* Add delays after changing from 8/16 - 16/8 bit mode and after enabling/dg1994-04-131-13/+30
* Fixed brokeness in the support of the 83C790/Elite Ultra (now that Idg1994-04-101-12/+33
* Minor comment change.dg1994-03-021-5/+1
* Fix from Christoph Robitschko: the '790 interrupt table was wrong.dg1994-03-011-2/+2
* if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""dg1994-02-031-2/+1
* Added 8003EB board type. Clue from Gerard J van der Grinten (gvdg@cdc.com)dg1994-02-021-11/+6
* Added type code for 8003W.dg1994-02-021-1/+6
* Patch from dcjm@cs.ed.ac.uk (Dave Matthews)...dg1994-01-311-1/+10
* Put some more info about the toshiba ethernet cards into if_edreg.h.ats1994-01-251-9/+9
* Added the support for the Toshiba ethernet cards. It is onlyats1994-01-111-3/+36
* Yanked out history section as it is unlikely there will be any furtherdg1994-01-031-154/+64
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-2/+2
* * Revision 2.16 1993/11/29 16:55:56 davidgdg1993-11-291-9/+22
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-16/+25
OpenPOWER on IntegriCloud