summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Silence -Wtrigraph.hoek1998-12-301-2/+2
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-2/+2
* Alias Adaptec as a vendor of Cogent NICs.msmith1998-11-281-1/+2
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-062-15/+29
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-142-6/+6
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andpeter1998-10-132-57/+91
* Attempt to work around the page fault in tulip_txput(). I've been runningpeter1998-10-101-2/+2
* Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aidpeter1998-09-241-7/+15
* Port de driver to alpha.dfr1998-09-161-3/+37
* 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
OpenPOWER on IntegriCloud