aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-2/+2
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-2/+2
* Alias Adaptec as a vendor of Cogent NICs.Mike Smith1998-11-281-1/+2
* If this is going to have checks for kernel versions, it might as wellPeter Wemm1998-11-062-15/+29
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. ThisPeter Wemm1998-10-142-6/+6
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andPeter Wemm1998-10-132-57/+91
* Attempt to work around the page fault in tulip_txput(). I've been runningPeter Wemm1998-10-101-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidPeter Wemm1998-09-241-7/+15
* Port de driver to alpha.Doug Rabson1998-09-161-3/+37
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Merge changes from vendor branch.Peter Wemm1998-07-081-2/+11
* Merge changes from vendor branch;Peter Wemm1998-06-133-26/+49
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* merge benfor branch changes onto mainline.Peter Wemm1998-03-083-60/+498
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-1/+3
* Removed unused #includes.Bruce Evans1998-02-201-3/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+3
* Ifdefed a conditionally used #include.Bruce Evans1997-11-221-2/+4
* Merge 971020 stuff.. Check 21142? SROM CRC.Peter Wemm1997-11-082-7/+13
* Recognize even more of the Znyx 314 cards.Poul-Henning Kamp1997-10-251-2/+2
* Add an $Id$Peter Wemm1997-10-181-0/+1
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There isPeter Wemm1997-10-182-43/+192
* Import Matt's current de driver... He appears to be maintaining it inPeter Wemm1997-10-181-7/+27
* Attempt to support IPX.Peter Wemm1997-10-121-1/+22
* ``oops''. I cut/pasted the original free()'s based on mark's suggestionPeter Wemm1997-09-201-4/+4
* Missed a place where the extra descriptor buffers would need to bePeter Wemm1997-09-181-1/+3
* malloc() the rx and tx descriptors seperately rather than as part of thePeter Wemm1997-09-112-2/+17
* Removed unused #includes.Bruce Evans1997-09-021-16/+1
* Merge Matt's if_de.c changes in.Peter Wemm1997-08-031-286/+546
* Import Matt's if_de driver 970703 release. This (apparently) supportsPeter Wemm1997-08-032-8/+88
* Initial set of patches to get it to compile on >= 3.0. Most of thePeter Wemm1997-06-221-2409/+2968
* Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. ThePeter Wemm1997-06-222-0/+1564
* Recognize ZNYX 314 cards that have a MAC address with the low bit set.Poul-Henning Kamp1997-04-051-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Added Accton EN1207-TX support.KATO Takenori1997-03-231-1/+4
* Added Allied Telesis CenterCOM LA100-PCI support. Currently, fullKATO Takenori1997-03-201-1/+5
* Add support for the SMC9332BDT that's using the DE21140A chip. ThisJoerg Wunsch1997-02-231-1/+15
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-58/+52
* Cosmetic code cleanup from Matt's latest driver.Rodney W. Grimes1996-12-011-279/+313
* Put the packet error printf inside #ifdef DIAGNOSTIC.David Greenman1996-11-101-1/+3
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+2
* Implement the 802.3 MIB in a way that uses the generic interfaceGarrett Wollman1996-10-101-3/+17
* Add back shutdown support, this time using the at_shutdown() mechanism.David Greenman1996-09-201-14/+11
* Updated driver to a newer version from Matt Thomas, preserving our localDavid Greenman1996-09-181-476/+667