summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Merge changes from vendor branch.peter1998-07-081-2/+11
* Merge changes from vendor branch;peter1998-06-133-26/+49
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* merge benfor branch changes onto mainline.peter1998-03-083-60/+498
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-1/+3
* Removed unused #includes.bde1998-02-201-3/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make INET a proper option.eivind1998-01-081-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+3
* Ifdefed a conditionally used #include.bde1997-11-221-2/+4
* Merge 971020 stuff.. Check 21142? SROM CRC.peter1997-11-082-7/+13
* Recognize even more of the Znyx 314 cards.phk1997-10-251-2/+2
* Add an $Id$peter1997-10-181-0/+1
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There ispeter1997-10-182-44/+193
* Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-181-7/+27
* 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-112-2/+17
* Removed unused #includes.bde1997-09-021-16/+1
* Merge Matt's if_de.c changes in.peter1997-08-031-286/+546
* Import Matt's if_de driver 970703 release. This (apparently) supportspeter1997-08-032-8/+88
* Initial set of patches to get it to compile on >= 3.0. Most of thepeter1997-06-221-2413/+2972
* Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. Thepeter1997-06-222-0/+1564
* 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
OpenPOWER on IntegriCloud