summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Updated #includes to 4.4lite style.bde1996-10-151-2/+2
* Implement the 802.3 MIB in a way that uses the generic interfacewollman1996-10-101-3/+17
* Add back shutdown support, this time using the at_shutdown() mechanism.dg1996-09-201-14/+11
* Updated driver to a newer version from Matt Thomas, preserving our localdg1996-09-181-476/+667
* Remove devconf, it never grew up to be of any use.phk1996-09-061-11/+7
* Use ether_ioctl() to do a lot of grunt work.phk1996-08-061-47/+6
* Updated this driver to a newer version from Matt. This should fix severaldg1996-06-141-664/+2352
* Let the user know what errors are experienced on received packets.wollman1996-05-211-2/+13
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-2/+2
* removed:phk1996-05-021-3/+3
* Eliminate reference to ac_ipaddr in FreeBSD case.fenner1996-03-231-2/+2
* Clean up Ethernet drivers:wollman1996-02-061-8/+7
* The last part of the ether_sprint -> %6D change.phk1996-01-261-3/+3
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-3/+2
* Another mega commit to staticize things.phk1995-12-141-2/+2
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+3
* 'see" -> "see" (in the comment).asami1995-11-291-2/+2
* Set flag to stop backoff counter from counting when carrier activity isdg1995-11-171-8/+14
* statizice some internal magic.phk1995-11-141-2/+2
* From Matt Thomas:dg1995-10-261-2/+3
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallywollman1995-10-131-2/+2
* Add SIOCGIFADDR support.dg1995-10-071-1/+7
* Check for failure to map the interrupt. Not doing so will guarantee thatdg1995-10-021-3/+8
* Latest version from Matt Thomas. This version works with the newerdg1995-09-291-229/+888
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; thedg1995-06-281-4/+5
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-25/+25
* Fixed bugs in multicast address handling (flag was set in wrong register,dg1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterdg1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getdg1995-05-221-7/+5
* Fixed mbuf leak and panic that occurred when packets got too memorydg1995-05-051-99/+313
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyjkh1995-04-181-3/+3
* Changed minimum supported rev of DC21040 to pass 2.2.dg1995-04-171-3/+3
* Various changes from Matt Thomas to improve media selection and fixdg1995-04-131-98/+228
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XAdg1995-04-091-134/+321
* Cosmetic changes.se1995-03-211-6/+6
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-171-1/+20
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-2/+6
* Turn on "Capture Effect" avoidence. This modifies the collision algorithmdg1995-02-101-1/+2
* Reapplied all of Stefan's changes. What a mess - the files were modifieddg1995-02-021-4/+11
* Fixed up include paths after copying these in the repository.dg1995-02-021-3/+3
* Restore my changes in rev 1.11 that Garrett killed in his commit.dg1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-2/+2
* Unbogify the size being passed to bzero when clearing struct softc.dg1994-12-181-2/+2
* The physical memory allocated for input DMA must be contiguous. The driverdg1994-12-111-3/+3
* Fix bug I introduced that broke BPF support. Caused by a byte order problemdg1994-11-301-3/+1
* Moved conversion of ether_type to host byte order out of ethernet driversdg1994-11-241-2/+1
* Bunch of fixes from Matt Thomas:dg1994-11-221-43/+61
* Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timedg1994-11-131-5/+16
* Added missing call to bpf on the transmit side. Nuked revision log.dg1994-11-101-30/+5
OpenPOWER on IntegriCloud