summaryrefslogtreecommitdiff
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-2/+1
* Bunch of fixes from Matt Thomas:David Greenman1994-11-221-43/+61
* Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timeDavid Greenman1994-11-131-5/+16
* Added missing call to bpf on the transmit side. Nuked revision log.David Greenman1994-11-101-30/+5
* Fixed bug that somehow made it into here: the ifp must be stored in theDavid Greenman1994-11-091-72/+19
* Submitted by: Matt Thomas <thomas@lkg.dec.com>Stefan Eßer1994-10-121-16/+34
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-10-121-35/+44
* Add Matt Thomas's DC21040 PCI Ethernet driver. (This is turning outGarrett Wollman1994-10-011-0/+1180