index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
pci
/
if_de.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-8
/
+8
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-8
/
+8
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-2
/
+2
*
o track either_ifattach/ether_ifdetach API changes
sam
2002-11-14
1
-14
/
+5
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-3
/
+3
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-6
/
+3
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-6
/
+6
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-8
/
+8
*
Convert the de driver into a loadable module. Still missing is an
markm
2000-10-31
1
-72
/
+14
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-4
/
+1
*
Use the correct name for the PCI command register (PCIR_COMMAND). Don't
peter
2000-05-28
1
-3
/
+3
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-27
/
+2
*
Use bus_space for all register accesses.
dfr
2000-05-13
1
-5
/
+5
*
Bounce a copy of the mbuf to the bpf listener when we submit the frames
jlemon
2000-05-06
1
-2
/
+6
*
Ignore tulip chips on LanMedia WAN cards.
phk
2000-04-25
1
-0
/
+7
*
A fairly simple newbusification of if_de
peter
2000-03-20
1
-84
/
+99
*
Include the file that defines PCIM_CMD_BUSMASTEREN.
mjacob
2000-02-16
1
-0
/
+1
*
Ensure that the busmaster enable bit is set; we can't assume that all
msmith
2000-02-16
1
-1
/
+8
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
Add missing include.
billf
1999-08-21
1
-0
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-2
/
+3
*
Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI bus
peter
1999-08-19
1
-11
/
+2
*
A little more tidying up.
peter
1999-08-09
1
-40
/
+18
*
Expand a heap of macros that obscure readability and are no longer needed
peter
1999-08-09
1
-170
/
+122
*
More pre-lite2 support zapped and some more tidy-up.
peter
1999-08-09
1
-53
/
+0
*
Unifdef -D__FreeBSD__ - and remove pre-lite2 support.
peter
1999-08-09
1
-106
/
+9
*
Unifdef -U__NetBSD__
peter
1999-08-09
1
-180
/
+1
*
Unifdef -U__bsdi__
peter
1999-08-09
1
-256
/
+3
*
s/Id/FreeBSD/
peter
1999-08-09
1
-1
/
+2
*
Strip __FreeBSD_version >= 300000 conditionals.
peter
1999-08-09
1
-22
/
+7
*
Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.
peter
1999-08-09
1
-15
/
+102
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-4
/
+1
*
#include "pci.h" for the build dir, not <pci.h>
peter
1999-05-10
1
-2
/
+2
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Changes to support diskless booting on the alpha:
dfr
1999-05-03
1
-5
/
+5
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
1
-1
/
+22
*
Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.
peter
1999-03-14
1
-18
/
+20
*
set if_snd.ifq_maxlen to something reasonable - note that if_de.c has
peter
1999-03-13
1
-1
/
+5
*
Fix handling of IFF_ALLMULTI. The code did not call
luigi
1999-03-01
1
-2
/
+4
*
Removed a bogus cast to v_caddr_t. This is part of terminating
bde
1999-01-29
1
-2
/
+2
*
Removed bogus casts to c_caddr_t. This is part of terminating
bde
1999-01-29
1
-4
/
+3
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-5
/
+5
[next]