summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
...
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.peter1999-08-092-115/+12
* Unifdef -U__NetBSD__peter1999-08-092-258/+1
* Unifdef -U__bsdi__peter1999-08-092-305/+4
* s/Id/FreeBSD/peter1999-08-093-3/+6
* Strip __FreeBSD_version >= 300000 conditionals.peter1999-08-092-32/+9
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.peter1999-08-091-15/+102
* s/TULUP/TULIP/ - from vendor branch.peter1999-08-081-3/+3
* Rename bpfilter to bpf.des1999-07-062-9/+9
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-4/+1
* Forgotten in previous commit:gallatin1999-05-261-2/+2
* #include "pci.h" for the build dir, not <pci.h>peter1999-05-101-2/+2
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Changes to support diskless booting on the alpha:dfr1999-05-031-5/+5
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-171-1/+22
* Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.peter1999-03-141-18/+20
* set if_snd.ifq_maxlen to something reasonable - note that if_de.c haspeter1999-03-131-1/+5
* Fix handling of IFF_ALLMULTI. The code did not callluigi1999-03-011-2/+4
* Removed a bogus cast to v_caddr_t. This is part of terminatingbde1999-01-291-2/+2
* Removed bogus casts to c_caddr_t. This is part of terminatingbde1999-01-291-4/+3
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-5/+5
* 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
OpenPOWER on IntegriCloud