summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-8/+8
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* o track either_ifattach/ether_ifdetach API changessam2002-11-141-14/+5
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-023-3/+3
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* No FreeBSD/vax here either.peter2001-11-031-1/+1
* Remove some unused stuffpeter2001-03-251-27/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-3/+3
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-6/+3
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-6/+6
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-8/+8
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-311-72/+14
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* Use the correct name for the PCI command register (PCIR_COMMAND). Don'tpeter2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-27/+2
* Use bus_space for all register accesses.dfr2000-05-132-43/+25
* Bounce a copy of the mbuf to the bpf listener when we submit the framesjlemon2000-05-061-2/+6
* Ignore tulip chips on LanMedia WAN cards.phk2000-04-251-0/+7
* A fairly simple newbusification of if_depeter2000-03-201-84/+99
* Include the file that defines PCIM_CMD_BUSMASTEREN.mjacob2000-02-161-0/+1
* Ensure that the busmaster enable bit is set; we can't assume that allmsmith2000-02-161-1/+8
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Add missing include.billf1999-08-211-0/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-2/+3
* Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI buspeter1999-08-191-11/+2
* A little more tidying up.peter1999-08-092-63/+22
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-092-237/+122
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-092-74/+1
* 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
OpenPOWER on IntegriCloud