aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-58/+52
* Cosmetic code cleanup from Matt's latest driver.Rodney W. Grimes1996-12-011-279/+313
* Put the packet error printf inside #ifdef DIAGNOSTIC.David Greenman1996-11-101-1/+3
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+2
* Implement the 802.3 MIB in a way that uses the generic interfaceGarrett Wollman1996-10-101-3/+17
* Add back shutdown support, this time using the at_shutdown() mechanism.David Greenman1996-09-201-14/+11
* Updated driver to a newer version from Matt Thomas, preserving our localDavid Greenman1996-09-181-476/+667
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-11/+7
* Use ether_ioctl() to do a lot of grunt work.Poul-Henning Kamp1996-08-061-47/+6
* Updated this driver to a newer version from Matt. This should fix severalDavid Greenman1996-06-141-662/+2350
* Let the user know what errors are experienced on received packets.Garrett Wollman1996-05-211-2/+13
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-2/+2
* removed:Poul-Henning Kamp1996-05-021-3/+3
* Eliminate reference to ac_ipaddr in FreeBSD case.Bill Fenner1996-03-231-2/+2
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-8/+7
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-3/+3
* Make PCI interrupt handlers return void like everybody else does.Stefan Eßer1996-01-231-3/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-2/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-2/+3
* 'see" -> "see" (in the comment).Satoshi Asami1995-11-291-2/+2
* Set flag to stop backoff counter from counting when carrier activity isDavid Greenman1995-11-171-8/+14
* statizice some internal magic.Poul-Henning Kamp1995-11-141-2/+2
* From Matt Thomas:David Greenman1995-10-261-2/+3
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* Add SIOCGIFADDR support.David Greenman1995-10-071-1/+7
* Check for failure to map the interrupt. Not doing so will guarantee thatDavid Greenman1995-10-021-3/+8
* Latest version from Matt Thomas. This version works with the newerDavid Greenman1995-09-291-229/+888
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; theDavid Greenman1995-06-281-4/+5
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-25/+25
* Fixed bugs in multicast address handling (flag was set in wrong register,David Greenman1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterDavid Greenman1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getDavid Greenman1995-05-221-7/+5
* Fixed mbuf leak and panic that occurred when packets got too memoryDavid Greenman1995-05-051-99/+313
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyJordan K. Hubbard1995-04-181-3/+3
* Changed minimum supported rev of DC21040 to pass 2.2.David Greenman1995-04-171-3/+3
* Various changes from Matt Thomas to improve media selection and fixDavid Greenman1995-04-131-98/+228
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XADavid Greenman1995-04-091-134/+321
* Cosmetic changes.Stefan Eßer1995-03-211-6/+6
* Added a new field to the pci_device struct called pd_shutdown to specifyDavid Greenman1995-03-171-1/+20
* Prepare for shared interrupts (required by the new PCI code that addsStefan Eßer1995-03-161-2/+6
* Turn on "Capture Effect" avoidence. This modifies the collision algorithmDavid Greenman1995-02-101-1/+2
* Reapplied all of Stefan's changes. What a mess - the files were modifiedDavid Greenman1995-02-021-4/+11
* Fixed up include paths after copying these in the repository.David Greenman1995-02-021-3/+3
* Restore my changes in rev 1.11 that Garrett killed in his commit.David Greenman1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman1994-12-221-2/+2
* Unbogify the size being passed to bzero when clearing struct softc.David Greenman1994-12-181-2/+2
* The physical memory allocated for input DMA must be contiguous. The driverDavid Greenman1994-12-111-3/+3
* Fix bug I introduced that broke BPF support. Caused by a byte order problemDavid Greenman1994-11-301-3/+1