summaryrefslogtreecommitdiff
path: root/sys/dev/de
AgeCommit message (Expand)Author
1995-05-26Fixed bugs in multicast address handling (flag was set in wrong register,David Greenman
1995-05-22There are two serious bugs in if_de.c. The first should not matterDavid Greenman
1995-05-22Fixed bug in bpf/multicast support that caused multicast packets to getDavid Greenman
1995-05-05Fixed mbuf leak and panic that occurred when packets got too memoryDavid Greenman
1995-04-18Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyJordan K. Hubbard
1995-04-17Changed minimum supported rev of DC21040 to pass 2.2.David Greenman
1995-04-13Various changes from Matt Thomas to improve media selection and fixDavid Greenman
1995-04-09From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XADavid Greenman
1995-03-21Cosmetic changes.Stefan Eßer
1995-03-17Added a new field to the pci_device struct called pd_shutdown to specifyDavid Greenman
1995-03-16Prepare for shared interrupts (required by the new PCI code that addsStefan Eßer
1995-02-10Turn on "Capture Effect" avoidence. This modifies the collision algorithmDavid Greenman
1995-02-02Reapplied all of Stefan's changes. What a mess - the files were modifiedDavid Greenman
1995-02-02Fixed up include paths after copying these in the repository.David Greenman
1994-12-22Restore my changes in rev 1.11 that Garrett killed in his commit.David Greenman
1994-12-22Move ARP interface initialization into if_ether.c:arp_ifinit().Garrett Wollman
1994-12-18Unbogify the size being passed to bzero when clearing struct softc.David Greenman
1994-12-11The physical memory allocated for input DMA must be contiguous. The driverDavid Greenman
1994-11-30Fix bug I introduced that broke BPF support. Caused by a byte order problemDavid Greenman
1994-11-24Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman
1994-11-22Bunch of fixes from Matt Thomas:David Greenman
1994-11-13Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timeDavid Greenman
1994-11-10Added missing call to bpf on the transmit side. Nuked revision log.David Greenman
1994-11-09Fixed bug that somehow made it into here: the ifp must be stored in theDavid Greenman
1994-10-12Submitted by: Matt Thomas <thomas@lkg.dec.com>Stefan Eßer
1994-10-12Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer
1994-10-01Add Matt Thomas's DC21040 PCI Ethernet driver. (This is turning outGarrett Wollman