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
/
pccard
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r313982, r314068:
pfg
2017-03-14
1
-3
/
+3
*
Remove slightly used const values that can be replaced with nitems().
pfg
2016-04-21
1
-4
/
+1
*
Move pccard_safe_quote() up to subr_bus.c and rename to
imp
2016-03-28
1
-22
/
+2
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
2
-11
/
+11
*
Replace all resource occurrences of '0UL/~0UL' with '0/~0'.
jhibbits
2016-03-03
1
-2
/
+2
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
2
-3
/
+3
*
Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
jhibbits
2016-02-20
1
-1
/
+1
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
2
-15
/
+15
*
Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building
imp
2015-12-11
1
-0
/
+10
*
Remove unused PCMCIA_CARD* macros.
imp
2014-12-03
1
-7
/
+1
*
Retire old, transition code for managing the FreeBSD 5 -> 6 migration.
imp
2014-11-22
1
-25
/
+0
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-4
/
+2
*
Revert r267961, r267973:
gjb
2014-06-27
1
-2
/
+4
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-4
/
+2
*
Simplify resource activation a bit.
imp
2012-06-28
2
-26
/
+39
*
Replace `inline static' by `static inline'.
ed
2011-12-13
1
-7
/
+7
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Make a couple of debug printfs DEVPRINTF.
imp
2011-06-06
1
-4
/
+4
*
Fix typos.
brucec
2010-11-09
1
-3
/
+3
*
cardbus -> CardBus
imp
2010-01-03
1
-1
/
+1
*
Another PC Card that needs the CIS strings for the Surecom EP-427X,
imp
2009-04-24
1
-0
/
+1
*
A couple of older Melco cards that missed the transition to newcard
imp
2009-04-22
1
-0
/
+1
*
Add Billionton LNT-10TB variant
imp
2009-04-22
1
-0
/
+1
*
Add AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610. These were
imp
2009-04-22
1
-0
/
+4
*
Another NE-2000 clone. The GVC NIC-2000P Ethernet adapter. Based on
imp
2009-04-14
1
-0
/
+2
*
Another GlobalVillage card.
imp
2009-04-07
1
-0
/
+1
*
Sort NECINFORTIA correctly.
imp
2009-03-27
1
-1
/
+1
*
Harvest a previously unknown Bromax design based on the AX88x90 from
imp
2009-03-27
1
-0
/
+1
*
RIOS Systems co was naughty and used a 'random' id. Use it with the
imp
2009-03-25
1
-0
/
+4
*
Another akihabra find: Mitsubishi B8895.
imp
2009-03-25
1
-0
/
+2
*
Remove old compat method that's no longer needed (and hasn't been
imp
2009-03-11
1
-9
/
+0
*
Allow zero length memroy space descriptor sections. It is apparently
imp
2009-03-11
1
-4
/
+2
*
Add entry for Hitachi HT-4840-11, which is a fe-based card.
imp
2009-03-11
1
-0
/
+4
*
Add 3 new cards that I found today in akihabara...
imp
2009-03-11
1
-0
/
+8
*
Add in parsing of the disk FUNCE tuples.
imp
2009-03-03
3
-16
/
+27
*
Store the entire funce for disk type functions (eg CF cards and the
imp
2009-02-06
2
-1
/
+20
*
Bring consistent debugging output for all values that are supposed
wkoszek
2009-02-05
2
-31
/
+31
*
do_product_lookup should return a const struct pccard_product *.
imp
2009-02-05
1
-1
/
+1
*
Fix parameter types for set_res_flags and read_ivars
imp
2009-02-05
1
-4
/
+4
*
Define bits for memory mapping house keeping by bridges.
imp
2009-01-05
1
-0
/
+4
*
Remove opt_wi.h from module and fix typo in pccarddevs.
imp
2008-08-27
1
-1
/
+1
*
The APDL-325 is a Wireless LAN pcmcia adapter that sits inside some
imp
2008-08-27
1
-0
/
+1
*
Some PC Cards don't have the proper IRQ mask in them. The standard
imp
2008-08-27
1
-0
/
+2
*
MFp4: necessary quirks to get 3c1 not working (still no interrupts)
imp
2008-08-25
1
-0
/
+23
*
Fix a small problem in the comment about departure from NetBSD.
imp
2008-08-07
1
-1
/
+1
*
Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)
imp
2008-08-07
2
-17
/
+5
*
Unify the initial card probe/attach procedure with the kldload
imp
2008-08-06
2
-63
/
+114
*
Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021.
imp
2008-08-02
1
-0
/
+1
*
Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) where
imp
2008-07-06
1
-25
/
+28
*
Slight simplification of the power parsing code, as well as using
imp
2008-06-01
1
-45
/
+27
[next]