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
/
dev
/
fe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment typo.
rwatson
2009-11-25
1
-1
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
It appears that the TDK LAK CD011 works with fe driver. I don't have
imp
2009-03-25
1
-0
/
+1
*
Generalize the workaround for the Hitachi HT-4840-11. The Contec
imp
2009-03-15
1
-6
/
+7
*
Fix the whitespace in this file to be consistent with itself and with
imp
2009-03-12
1
-42
/
+40
*
Add support for Hitachi HT-4840-11. This card is supposedly just like
imp
2009-03-11
1
-0
/
+14
*
- Use bus_foo() rather than bus_space_foo() and retire the bus tag and handle
jhb
2008-06-23
5
-44
/
+27
*
Make fe(4) MPSAFE:
jhb
2008-06-02
3
-44
/
+86
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Return 0 if we are a network card and do match. Previously, we'd bogusly
imp
2005-11-19
1
-0
/
+1
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Preliminary support for Xircom Credit Card Adapter. Not to be
imp
2005-10-25
1
-13
/
+55
*
PC Card instead of other variants
imp
2005-09-22
2
-5
/
+5
*
Remove OLDCARD support by removing compat shims
imp
2005-09-20
1
-27
/
+14
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
Fix "struct ifnet" leak if attach() fails in the middle.
ru
2005-09-16
1
-0
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-14
/
+13
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-12
/
+12
*
s/sc_enaddr/enaddr/ to fix pc98 build.
brooks
2005-06-11
1
-19
/
+19
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
4
-107
/
+116
*
Perliminary support for Fujitsu SCSI LAN combo card. At least for the
imp
2005-02-20
1
-1
/
+1
*
Back out part of 1.23. This was a work in progress to support the
imp
2005-02-20
1
-13
/
+5
*
Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. It
imp
2005-02-20
4
-10
/
+22
*
we don't need the offset in the attr memory to get the ethernet
imp
2005-01-21
1
-14
/
+12
*
Remove prototype of undefined function so this compiles again.
phk
2005-01-21
1
-2
/
+0
*
Rework pccard attachment a little. Now both of my fe based ethernet
imp
2005-01-21
1
-26
/
+22
*
Only attach to network functions. This should be a nop since I'm not
imp
2005-01-20
1
-0
/
+10
*
Minor nit
imp
2005-01-20
1
-1
/
+0
*
Add a few cards from NetBSD. They don't work yet, since the code to
imp
2005-01-11
1
-8
/
+10
*
don't pollute global namespace with valid_Ether_p, instead, prepend
imp
2005-01-10
5
-24
/
+24
*
NE200 -> NE200T
imp
2005-01-10
1
-1
/
+1
*
Add support for:
imp
2005-01-10
1
-0
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
6
-6
/
+6
*
Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.
bms
2004-10-07
1
-1
/
+1
*
Since if_fe doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-24
/
+2
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-2
/
+2
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Remove improper use of if_addrhead in device drivers to check
luigi
2004-04-15
1
-8
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+1
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-2
/
+1
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-4
/
+4
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-18
/
+16
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-30
/
+30
*
Use __FBSDID().
obrien
2003-08-24
4
-4
/
+12
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
[next]