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
/
ep
/
if_ep_pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
Two refinements to the 3c1 support:
imp
2009-04-11
1
-6
/
+9
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scan
imp
2005-09-13
1
-1
/
+1
*
Upon relection, we shouldn't allow the tuple structs to be modified by
imp
2005-07-01
1
-1
/
+1
*
Minor cleanup of ep driver and pccard attachment:
imp
2005-07-01
1
-7
/
+38
*
Add a chipset field to the lookup. Use this chipset type to determine
imp
2005-06-28
1
-168
/
+58
*
o When calling ep_get_macaddr(), provide it a local buffer. Add a comment
imp
2005-06-26
1
-12
/
+15
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-7
/
+7
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Don't print 'unknown id' in the ep_pccard_identify routine. It is
imp
2005-01-20
1
-2
/
+1
*
u_intXX_t -> uintXX_t while I'm here.
imp
2005-01-20
1
-2
/
+2
*
Only attach to network functions.
imp
2005-01-20
1
-0
/
+10
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-1
/
+1
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
MFp4:
imp
2003-11-02
1
-6
/
+14
*
Pass sc to GO_WINDOW macro.
imp
2003-10-26
1
-4
/
+2
*
Minor style nits suggested by sam and mdodd:
imp
2003-10-25
1
-1
/
+1
*
Whole grab-bag of changes:
imp
2003-10-25
1
-10
/
+10
*
Transition to using bus_space macros rather than the inb/outb/etc.
imp
2003-10-18
1
-14
/
+20
*
Style fixes of the whitespace variety. Fix long lines and tabs.
markm
2003-08-30
1
-3
/
+6
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Style(9) cleanup. There was no consistent style in this driver, and
markm
2003-07-17
1
-51
/
+48
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
- Free interrupt handler in ep_free().
mdodd
2003-03-29
1
-18
/
+1
*
- Return error status instead of value in get_e().
mdodd
2003-03-29
1
-7
/
+20
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
Fix build breakage on my pccard related commit.
takawata
2002-05-31
1
-1
/
+1
*
More devices. Obtained from NetBSD.
imp
2001-11-15
1
-2
/
+4
*
Migrate to PCMCIA_CARD() macros
imp
2001-11-15
1
-15
/
+5
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
1
-15
/
+15
*
Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually
imp
2001-01-21
1
-5
/
+10
*
Add the 3COM ID's that I could find in the pccarddevs file that seemed
peter
2001-01-07
1
-0
/
+22
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove 7 unnecessary includes frmo phk's script
imp
2000-09-20
1
-1
/
+0
*
Implement indirection in the pccard probe/attach. This should make it
imp
2000-09-19
1
-2
/
+16
*
Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.
imp
2000-09-13
1
-1
/
+4
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-1
/
+2
*
Remove unloaded printf. We do this now in the newbus layer.
imp
2000-04-17
1
-1
/
+0
*
Fix driver to restore function on 3c574 adapters. The panic on
mdodd
2000-01-15
1
-0
/
+6
*
Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BT
imp
2000-01-10
1
-4
/
+3
*
kill debug printf that says detach
imp
1999-12-10
1
-2
/
+0
*
Fix the hang on card eject problem and maybe the hang on suspend
imp
1999-12-01
1
-3
/
+4
*
Kill unneeded #includes. They were left over from the short period of
imp
1999-11-20
1
-6
/
+0
*
Add (untested) support for the 3C562D/3C563D. I have been unable to
imp
1999-10-29
1
-0
/
+3
*
Fix identify code. This also fixes the eeprom messages.
imp
1999-10-28
1
-13
/
+12
*
Last change to pccard_nbk now obviates the need to check the name of
imp
1999-10-28
1
-12
/
+6
*
HEADS UP! All 3c5x9 users!
mdodd
1999-10-27
1
-95
/
+47
*
Add newbus attachment for pccard driver. Heavily tested by me, and
imp
1999-10-25
1
-154
/
+218
[next]