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
/
pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify resource activation a bit.
imp
2012-06-28
1
-16
/
+26
*
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
*
Add in parsing of the disk FUNCE tuples.
imp
2009-03-03
1
-0
/
+4
*
Bring consistent debugging output for all values that are supposed
wkoszek
2009-02-05
1
-10
/
+10
*
Fix parameter types for set_res_flags and read_ivars
imp
2009-02-05
1
-4
/
+4
*
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
1
-17
/
+3
*
Unify the initial card probe/attach procedure with the kldload
imp
2008-08-06
1
-63
/
+111
*
only register a ithread handler if the card requests an ithread
imp
2007-06-16
1
-3
/
+2
*
Make the interrupt handler wrapper capable of correctly support filter+ithrea...
piso
2007-05-31
1
-16
/
+19
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-9
/
+22
*
We need to free the ivars for the child that we just deleted.
imp
2007-02-03
1
-0
/
+3
*
When pccard_safe_quote is passed NULL for src, it shouldn't panic.
imp
2006-04-27
1
-1
/
+1
*
Add some sanity checking to the pccard insertion case. Whine if the
imp
2005-12-28
1
-4
/
+6
*
Remove compat layer for OLDCARD compatibility. All instances of it
imp
2005-09-22
1
-26
/
+0
*
remove some dead code
imp
2005-09-20
1
-9
/
+1
*
Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.
imp
2005-09-20
1
-1
/
+6
*
Add a few new functions interfaces to allow reading/writing attribute
imp
2005-09-13
1
-1
/
+89
*
Define and use PCCARD_MEM_PAGE_SIZE.
imp
2005-09-13
1
-1
/
+1
*
Insert missing int i;
imp
2005-07-15
1
-0
/
+1
*
Also provide the function type in the nomatch routine.
imp
2005-07-14
1
-4
/
+7
*
o Check to make sure the card has a function (panic if not) in read_ivar.
imp
2005-07-13
1
-44
/
+64
*
Add a much-requested feature: The ability for pccard attachments to
imp
2005-07-01
1
-0
/
+1
*
Big cleanup of resource code for pccard. Once coventry noticed
imp
2005-04-12
1
-101
/
+30
*
Cleanup of resource allocation code after having my attention focused on
imp
2005-04-12
1
-31
/
+61
*
Use return value of resource_list_add to avoid a second
imp
2005-04-12
1
-7
/
+11
*
Need to initialize the resource list that we keep for our children.
imp
2005-03-18
1
-0
/
+1
*
Use STAILQ in preference to SLIST for the resources. Insert new resources
imp
2005-03-18
1
-1
/
+1
*
Add an XXX comment about string quoting.
imp
2005-02-16
1
-0
/
+1
*
Ignore the expected function number.
imp
2005-01-24
1
-5
/
+0
*
u_intXX_t -> uintXX_t
imp
2005-01-24
1
-12
/
+12
*
Fix spelling error
imp
2005-01-19
1
-1
/
+1
*
Go ahead and match on CIS3 and CIS4 strings as well. These are NULL
imp
2005-01-17
1
-1
/
+14
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Some cards don't have the info entries in the CIS, so vendorstr and/or
imp
2004-08-16
1
-7
/
+21
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Use %#jx for both args.
imp
2003-11-04
1
-2
/
+2
*
Fix two small style nits pointed out by bde: Remove spaces after cast and
imp
2003-11-03
1
-1
/
+1
*
o Use %j and uintmax_t rather than uint64_t for casting.
imp
2003-11-03
1
-4
/
+3
*
ia64 tenderbox hates what I did wrt a printf, so cast the snot out of
imp
2003-11-03
1
-2
/
+2
*
MFp4:
imp
2003-11-02
1
-45
/
+97
*
Const poison string accessor functions.
imp
2003-10-26
1
-3
/
+4
*
o move the cis tuple definitions into a common file.
imp
2003-10-07
1
-23
/
+0
*
Whacked out CIS configurations can cause us to not have any child. When
imp
2003-09-05
1
-2
/
+4
*
Probe routines can return < 0 for speculative matches. In the
imp
2003-08-25
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
pc98pcic isn't the name of the media driver. tcic likely will never
imp
2003-08-20
1
-3
/
+0
*
Add a comment about the MPSAFEness of this pccard_intr handler. Given
imp
2003-06-13
1
-0
/
+4
*
In [bsd-nomads:16650] shibagaki-san presented an example product id of
imp
2003-04-10
1
-1
/
+1
[next]