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
/
xe
/
if_xe_pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
MFp4:
imp
2005-09-13
1
-37
/
+13
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+1
*
Use the new cis scanning code to look for the proper MAC address. The
imp
2005-07-15
1
-74
/
+44
*
Fix the xircom match routine. In it we were always return a match
imp
2005-07-15
1
-0
/
+3
*
Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe
imp
2005-07-13
1
-91
/
+57
*
Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8
imp
2005-07-10
1
-1
/
+2
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-20
/
+20
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-7
/
+8
*
u_intXX_t -> uintXX_t
imp
2005-01-20
1
-9
/
+9
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
MFp4:
imp
2004-06-27
1
-1
/
+13
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-5
/
+4
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
Stop xe claiming ownership of every card passed to xe_pccard_match.
rsm
2004-04-11
1
-1
/
+1
*
Band-aid fix to extract MAC address from some CEM2/CEM28 cards with broken
rsm
2004-04-09
1
-0
/
+93
*
Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.
rsm
2004-04-09
1
-145
/
+97
*
Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging level
rsm
2003-11-04
1
-31
/
+37
*
Constify a few more strings that were hidden behind XE_DEBUG define.
rsm
2003-11-02
1
-14
/
+8
*
Const poison string accessor functions.
imp
2003-10-26
1
-1
/
+1
*
Major update to xe driver:
rsm
2003-10-14
1
-32
/
+80
*
Use __FBSDID().
obrien
2003-08-24
1
-4
/
+5
*
Add a comment saying it might be Paralon
imp
2003-08-21
1
-1
/
+1
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Add INTEL EEPRO100
imp
2003-01-25
1
-0
/
+1
*
Add Accton EN2216.
shiba
2003-01-18
1
-0
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
Three minor changes:
imp
2002-07-22
1
-14
/
+15
*
The CNW_801 and CNW_802 are wireless cards that the cnw driver supports.
imp
2002-07-21
1
-2
/
+0
*
Fix build breakage on my pccard related commit.
takawata
2002-05-31
1
-1
/
+1
*
Update xe driver to probe and attach in a NEWCARD kernel.
shiba
2002-02-20
1
-0
/
+358