summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_de.c
Commit message (Expand)AuthorAgeFilesLines
* Attempt to support IPX.peter1997-10-121-1/+22
* ``oops''. I cut/pasted the original free()'s based on mark's suggestionpeter1997-09-201-4/+4
* Missed a place where the extra descriptor buffers would need to bepeter1997-09-181-1/+3
* malloc() the rx and tx descriptors seperately rather than as part of thepeter1997-09-111-1/+11
* Removed unused #includes.bde1997-09-021-16/+1
* Merge Matt's if_de.c changes in.peter1997-08-031-286/+546
* Initial set of patches to get it to compile on >= 3.0. Most of thepeter1997-06-221-2413/+2972
* Recognize ZNYX 314 cards that have a MAC address with the low bit set.phk1997-04-051-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Added Accton EN1207-TX support.kato1997-03-231-1/+4
* Added Allied Telesis CenterCOM LA100-PCI support. Currently, fullkato1997-03-201-1/+5
* Add support for the SMC9332BDT that's using the DE21140A chip. Thisjoerg1997-02-231-1/+15
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-58/+52
* Cosmetic code cleanup from Matt's latest driver.rgrimes1996-12-011-279/+313
* Put the packet error printf inside #ifdef DIAGNOSTIC.dg1996-11-101-1/+3
* 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
OpenPOWER on IntegriCloud