aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-3/+2
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-5/+33
* A mixed bag of changes, relating to getting the state in "lsdev" right,Poul-Henning Kamp1995-10-211-3/+10
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-3/+3
* PCCARD support.Poul-Henning Kamp1995-10-101-33/+281
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowPoul-Henning Kamp1995-09-261-1/+21
* Remove extra arg from the call to ds_crc().Bruce Evans1995-08-251-2/+2
* Fixed bug where a bogus packet length could cause a panic if the lengthDavid Greenman1995-07-281-3/+5
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedBruce Evans1995-07-251-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-16/+16
* After carefully reading three reference documents, and analyzingDavid Greenman1995-05-141-4/+4
* Only use card's soft-configured irq if no irq was specified in the kernelDavid Greenman1995-05-121-5/+7
* Kill bogus duplicated code that resulted in an editing screwup of mineDavid Greenman1995-05-041-24/+1
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-3/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Doubled 'maxwait' to 200 (240us).David Greenman1995-02-261-3/+3
* Spell "guaranteed" correctly.David Greenman1995-02-251-2/+2
* Much better fix/support for the 83c795 based cards (the new SMC EtherEZ)David Greenman1995-01-232-13/+71
* Some fixes to device configuration, now that I've had a chance to do itGarrett Wollman1995-01-151-12/+51
* Made a few cosmetic changes, and fixed a bug in handling the case of theDavid Greenman1995-01-041-12/+14
* Possible fix for NE2000 problems...the remote byte count wasn't wordDavid Greenman1995-01-011-4/+8
* Get rid of unused variable.David Greenman1995-01-011-4/+1
* Miscellaneous changes from Bill Paul:Jordan K. Hubbard1994-12-311-6/+18
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-9/+2
* Always put received packets in an mbuf cluster. This simplifies the codeDavid Greenman1994-11-261-94/+21
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-8/+2
* Fixed rather serious bug where the interface wasn't started after it wasDavid Greenman1994-11-171-1/+6
* In cases where it is possible, use the card's configured irq rather thanDavid Greenman1994-11-131-18/+22
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-6/+11
* While I debugged this, I quenched the compile warnings from if_ed. no otherPoul-Henning Kamp1994-10-221-14/+19
* Add support for devconf to a large number of device drivers, and doGarrett Wollman1994-10-191-1/+19
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingPoul-Henning Kamp1994-10-171-2/+3
* The code I wrote to write mbufs out using PIO had a bug in the handlingDavid Greenman1994-10-141-50/+53
* Completely removed trailer support. The only reason I wrote that code inDavid Greenman1994-10-081-151/+52
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromDavid Greenman1994-09-161-3/+1
* Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code aDavid Greenman1994-09-071-196/+96
* Fixed minor typo in diagnostic message.David Greenman1994-08-221-2/+2
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-3/+1
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-25/+25
* Removed some unnecessary code that sets the link layer address. This shouldDavid Greenman1994-08-121-29/+1
* Fix a compilation-stopping typo; whoops, David - more sleep! :-)Jordan K. Hubbard1994-08-081-2/+2
* Added ioctl support for SIOCSIFMTU.David Greenman1994-08-081-3/+15
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessDavid Greenman1994-08-042-637/+897
* Added $Id$David Greenman1994-08-022-5/+11
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-9/+8
* Add delays after changing from 8/16 - 16/8 bit mode and after enabling/David Greenman1994-04-131-13/+30
* Fixed brokeness in the support of the 83C790/Elite Ultra (now that IDavid Greenman1994-04-102-20/+82
* Minor comment change.David Greenman1994-03-021-5/+1
* Fix from Christoph Robitschko: the '790 interrupt table was wrong.David Greenman1994-03-011-2/+2
* if_ep.c: removed netisr.h, fixed unconverted ep_ac, changed <> into ""David Greenman1994-02-031-2/+1