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
/
cardbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFp4:
imp
2003-01-27
4
-63
/
+63
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-4
/
+4
*
Need more parens here.
imp
2002-11-27
1
-1
/
+1
*
Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,
imp
2002-11-27
4
-3
/
+97
*
MFp4:
imp
2002-11-14
1
-10
/
+7
*
minor correction to comment
imp
2002-11-14
1
-1
/
+1
*
When parsing the CIS, if a BAR tuple is encountered, enable the corresponding
scottl
2002-11-13
1
-0
/
+5
*
Fix two typos from the previous commit. This code is definitely infectious.
scottl
2002-11-12
1
-2
/
+2
*
Step one of cleaning and fixing cardbus:
scottl
2002-11-12
1
-65
/
+92
*
Use the explicit value 0xffffffff instead of assuming that is what ~0UL
jhb
2002-11-06
1
-1
/
+1
*
MFp4:
imp
2002-11-02
1
-36
/
+25
*
o Add routines to return the location and pnpinfo for this card.
imp
2002-10-07
1
-46
/
+83
*
Don't abuse the fact that -a == ~a + 1. Signed vs unsigned checkers
imp
2002-10-07
1
-1
/
+1
*
Add extra set of parens around the barbit macro to make it clear what
imp
2002-10-07
1
-1
/
+1
*
Don't leak the bar list for each thing we allocate.
imp
2002-09-29
1
-1
/
+3
*
- Forgot to remove `cardattached` declaration in revision 1.22.
arr
2002-09-10
1
-1
/
+1
*
Remove more bogus reprobe code. I don't think it is needed here either.
imp
2002-09-10
1
-14
/
+1
*
pccbb -> cbb
imp
2002-08-15
1
-1
/
+1
*
Silence warning.
alfred
2002-06-01
1
-2
/
+2
*
Make oldcard and newcard kernel module work.
takawata
2002-05-30
2
-2
/
+4
*
Revert most of the recent PCI merge. This has proven to be too
imp
2002-03-15
2
-126
/
+971
*
Cleanup the recent cardbus cleanups. This fixes some of the panics
imp
2002-03-13
2
-50
/
+31
*
Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernel
imp
2002-03-07
2
-4
/
+0
*
Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug some
imp
2002-03-07
2
-24
/
+25
*
Two style(9) fixes:
imp
2002-03-07
1
-53
/
+50
*
Check for NULL on resource allocation. For the moment, punt, but we should
imp
2002-03-07
1
-0
/
+18
*
Use the pci.c code wherever possible, rather than copying all the pci
imp
2002-02-27
3
-986
/
+104
*
Get rid of the bogus DETACH_NOWARN and don't warn when asked to detach
imp
2002-02-07
1
-4
/
+3
*
Add support for suspending/resuming CardBus bridges.
imp
2001-12-15
1
-3
/
+16
*
Part two of this NEWCARD update:
jon
2001-08-27
4
-367
/
+1037
*
Non-functional changes to NEWCARD stuff.
jon
2001-08-26
5
-414
/
+429
*
Use bus_space when reading CIS. This allows us to access it in 8 bit
imp
2001-06-05
1
-7
/
+11
*
Fix memory leaks with dev_get_children().
imp
2001-02-08
1
-0
/
+3
*
Fix typo: wierd -> weird.
asmodai
2001-02-06
1
-1
/
+1
*
This cannot possibly be right:
peter
2001-01-07
1
-2
/
+2
*
* Better kld support in pccbb/cardbus
jon
2001-01-06
3
-89
/
+245
*
Don't try to free the now-nonexistent hdrspec field. This one snuck by
msmith
2000-12-13
1
-2
/
+0
*
Updates to match changes elsewhere in the PCI subsystem:
msmith
2000-12-13
1
-97
/
+1
*
Remove an unused variable.
gibbs
2000-11-30
1
-3
/
+3
*
This fixes several problems with CIS as suggested by Justin Gibbs:
jon
2000-11-29
2
-7
/
+4
*
Oops, broke CIS reading from ROM on my last commit.
jon
2000-11-29
3
-37
/
+59
*
1) When mucking with mapping registers, it is best to *not* have
jon
2000-11-28
3
-27
/
+72
*
overhaul cis functions to read cis tuple by tuple (instead of all at once).
jon
2000-11-28
1
-130
/
+139
*
A bunch of newcard/cardbus changes that's been sitting in my tree for a while:
jon
2000-11-28
1
-30
/
+50
*
Patch to use M_ZERO
jon
2000-11-27
1
-8
/
+3
*
Initial commit of NEWCARD cardbus side (that actually compiles and works)
jon
2000-10-18
6
-563
/
+0
*
Initial commit of NEWCARD cardbus side (that actually compiles and works)
jon
2000-10-18
5
-573
/
+1560
*
Sync to latest cardbusdevs file
imp
1999-11-18
2
-0
/
+175
*
Raw import of newconfig cardbus code. This is effectively an import,
imp
1999-11-18
7
-0
/
+1093