summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Backed out part of a previous change: don't set ZWS on '790 chips; it hasdg1997-10-031-6/+1
* Change the address for the low end of what we permit from c0000 downdg1997-09-101-2/+2
* Added a check for the ISA memory address range being valid. Fixes PR#835.dg1997-09-081-2/+9
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughdg1997-09-081-18/+27
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.danny1997-08-141-1/+2
* Removed unused #includes.bde1997-07-201-12/+1
* Rearrange pci network card identification for easier additions.davidn1997-04-181-13/+18
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* really minor cleanupjulian1997-02-111-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-27/+12
* Add PCI IDs of the ProLAN and Compex PCI NE2000 clones.se1996-12-211-8/+11
* Convert the interface address and IP interface address structureswollman1996-12-131-2/+2
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-101-13/+3
* PR kern/2141:phk1996-12-031-1/+2
* Fix RFC 1650 stats... should have read the doco more carefully.wollman1996-11-151-4/+1
* This patch attempts to make the pccard probe in if_ed.c work withnate1996-10-171-96/+24
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Implement the RFC 1650 MIB.wollman1996-10-111-6/+64
* Remove devconf, it never grew up to be of any use.phk1996-09-061-65/+2
* Use "" instead of <> for a header in the current directory.bde1996-08-281-7/+2
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247Bdg1996-08-072-32/+778
* Megacommit to straigthen out ETHER_ mess.phk1996-08-061-9/+4
* Replace about 60 lines of code with a call to ether_ioctl().phk1996-08-041-80/+9
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* The Great PC98 Merge.asami1996-06-141-1/+5
* Detach the device at shutdown.alex1996-06-111-6/+4
* Clean up the warnings produced by the recent PCI code. Requested bygpalmer1996-05-271-1/+3
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-182-25/+185
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-231-41/+41
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilydg1996-04-081-6/+1
* Fix a bogus message:joerg1996-03-311-2/+2
* Clean up Ethernet drivers:wollman1996-02-061-13/+14
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-9/+9
* Use new printf features rather than local kludges.phk1996-01-241-3/+3
* Changed arg type for pio functions.dg1995-12-151-10/+10
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-10/+18
* Staticize and cleanup.phk1995-12-101-2/+2
* Updated my copyright.dg1995-12-051-65/+95
* all:dg1995-12-051-81/+83
* Fixed staticization - use `static' in function headers, not just inbde1995-11-181-19/+19
* Included <sys/conf.h>. It used to be included as a side effect ofbde1995-11-161-1/+2
* Correct the bogus probe for 8216/8416 cards...it was broken.dg1995-11-151-19/+17
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Cleanup, make things static.phk1995-10-311-25/+25
* Close out kern/46.pst1995-10-281-6/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-3/+2
OpenPOWER on IntegriCloud