| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. This | peter | 1998-10-14 | 2 | -6/+6 |
* | Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, and | peter | 1998-10-13 | 2 | -57/+91 |
* | Attempt to work around the page fault in tulip_txput(). I've been running | peter | 1998-10-10 | 1 | -2/+2 |
* | Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aid | peter | 1998-09-24 | 1 | -7/+15 |
* | Port de driver to alpha. | dfr | 1998-09-16 | 1 | -3/+37 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Merge changes from vendor branch. | peter | 1998-07-08 | 1 | -2/+11 |
* | Merge changes from vendor branch; | peter | 1998-06-13 | 3 | -26/+49 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | bde | 1998-06-08 | 1 | -2/+2 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | merge benfor branch changes onto mainline. | peter | 1998-03-08 | 3 | -60/+498 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1998-02-20 | 1 | -3/+1 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -2/+5 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 1 | -1/+3 |
* | Ifdefed a conditionally used #include. | bde | 1997-11-22 | 1 | -2/+4 |
* | Merge 971020 stuff.. Check 21142? SROM CRC. | peter | 1997-11-08 | 2 | -7/+13 |
* | Recognize even more of the Znyx 314 cards. | phk | 1997-10-25 | 1 | -2/+2 |
* | Add an $Id$ | peter | 1997-10-18 | 1 | -0/+1 |
* | Merge in changes from Matt. Accton EN12xx support, bugfixes. There is | peter | 1997-10-18 | 2 | -44/+193 |
* | Import Matt's current de driver... He appears to be maintaining it in | peter | 1997-10-18 | 1 | -7/+27 |
* | Attempt to support IPX. | peter | 1997-10-12 | 1 | -1/+22 |
* | ``oops''. I cut/pasted the original free()'s based on mark's suggestion | peter | 1997-09-20 | 1 | -4/+4 |
* | Missed a place where the extra descriptor buffers would need to be | peter | 1997-09-18 | 1 | -1/+3 |
* | malloc() the rx and tx descriptors seperately rather than as part of the | peter | 1997-09-11 | 2 | -2/+17 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -16/+1 |
* | Merge Matt's if_de.c changes in. | peter | 1997-08-03 | 1 | -286/+546 |
* | Import Matt's if_de driver 970703 release. This (apparently) supports | peter | 1997-08-03 | 2 | -8/+88 |
* | Initial set of patches to get it to compile on >= 3.0. Most of the | peter | 1997-06-22 | 1 | -2413/+2972 |
* | Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. The | peter | 1997-06-22 | 2 | -0/+1564 |
* | Recognize ZNYX 314 cards that have a MAC address with the low bit set. | phk | 1997-04-05 | 1 | -2/+2 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+2 |
* | Added Accton EN1207-TX support. | kato | 1997-03-23 | 1 | -1/+4 |
* | Added Allied Telesis CenterCOM LA100-PCI support. Currently, full | kato | 1997-03-20 | 1 | -1/+5 |
* | Add support for the SMC9332BDT that's using the DE21140A chip. This | joerg | 1997-02-23 | 1 | -1/+15 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Use the new if_multiaddrs list for multicast addresses rather than the | wollman | 1997-01-13 | 1 | -58/+52 |
* | Cosmetic code cleanup from Matt's latest driver. | rgrimes | 1996-12-01 | 1 | -279/+313 |
* | Put the packet error printf inside #ifdef DIAGNOSTIC. | dg | 1996-11-10 | 1 | -1/+3 |
* | Updated #includes to 4.4lite style. | bde | 1996-10-15 | 1 | -2/+2 |
* | Implement the 802.3 MIB in a way that uses the generic interface | wollman | 1996-10-10 | 1 | -3/+17 |
* | Add back shutdown support, this time using the at_shutdown() mechanism. | dg | 1996-09-20 | 1 | -14/+11 |
* | Updated driver to a newer version from Matt Thomas, preserving our local | dg | 1996-09-18 | 1 | -476/+667 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -11/+7 |
* | Use ether_ioctl() to do a lot of grunt work. | phk | 1996-08-06 | 1 | -47/+6 |
* | Updated this driver to a newer version from Matt. This should fix several | dg | 1996-06-14 | 1 | -664/+2352 |
* | Let the user know what errors are experienced on received packets. | wollman | 1996-05-21 | 1 | -2/+13 |