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
/
exca
Commit message (
Expand
)
Author
Age
Files
Lines
*
CardBus instead of cardbus.
imp
2010-01-03
1
-1
/
+1
*
__LP64__ is what's defined, not _LP64_, according to the manual (and
imp
2009-03-09
1
-1
/
+1
*
fix spelling error
imp
2009-02-06
1
-1
/
+1
*
Don't check for mapping above 4GB on 32-bit platforms.
imp
2009-02-05
1
-0
/
+2
*
Add some additional debugging for the memory code.
imp
2009-02-05
1
-13
/
+18
*
First cut at fixing memory mapping botch. Nobody must use the ray(4)
imp
2009-01-05
1
-16
/
+29
*
- Fix exca_(io|mem)_map() to return proper errno values.
jhb
2007-03-23
1
-20
/
+21
*
exca->pccarddev should always be non-null now. Only call it when the
imp
2007-02-24
1
-1
/
+1
*
It turns out that it is easier to not NULL out pccard and cardbus
imp
2007-02-15
1
-1
/
+1
*
Cleanup sloppy ifdef.
imp
2006-09-24
1
-5
/
+1
*
The TOPIC97 and TOPIC100 seem to have a special register in the exca
imp
2006-08-12
1
-0
/
+6
*
Don't dereference an uninitialized pointer.
imp
2006-03-09
1
-1
/
+4
*
Set the name of the chipset found
imp
2005-10-19
1
-3
/
+3
*
Minor commentary correction
imp
2005-10-17
1
-3
/
+3
*
MFP4: Minor tweaks.
imp
2005-10-14
1
-1
/
+5
*
'PC Card' instead of other variants
imp
2005-09-22
1
-2
/
+2
*
Properly calculate the offset in mapping the memory of pccards. This
imp
2005-01-11
1
-5
/
+6
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
3
-3
/
+3
*
Didn't intend to commit debugging code enabled
imp
2004-08-16
1
-1
/
+0
*
Other part of the cbb isa/pci split. This likely is causing problems
imp
2004-08-15
2
-10
/
+76
*
Card type stuff was backwards, so assume io for the moment. mem needs
imp
2003-10-07
1
-6
/
+2
*
CARDMEM is the offset of the address ON THE CARD (eg which page).
imp
2003-09-24
1
-1
/
+1
*
When we went to the set_flags interface for the memory resource, we
imp
2003-08-29
1
-4
/
+4
*
A number of minor fixes to the mapping of memory. This should help
imp
2003-08-28
1
-22
/
+18
*
Fix location of $FreeBSD$ from last commit.
imp
2003-08-27
1
-4
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
MFP4:
imp
2003-06-07
2
-0
/
+88
*
Add two of three workarounds for interrupt storms for o2micro parts as
imp
2003-06-06
1
-0
/
+7
*
Don't use return(foo(...)); in function returning void.
phk
2003-05-31
1
-1
/
+1
*
Massive overhaul of exca to help with the isa efforts:
imp
2003-02-14
3
-64
/
+240
*
Do not return(foo()) in void function.
semenu
2002-12-18
1
-1
/
+1
*
Update comments to remind me about power bugs in oldcard.
imp
2002-10-07
1
-1
/
+4
*
MFp4:
imp
2002-07-26
3
-20
/
+25
*
Fix a couple of places where preprocessor concatination was misused and
alfred
2002-06-01
1
-2
/
+2
*
Make oldcard and newcard kernel module work.
takawata
2002-05-30
1
-0
/
+9
*
Default debugging to OFF now.
imp
2002-02-04
1
-1
/
+0
*
First draft of common code between pccbb and pcic drivers for talking
imp
2002-01-29
3
-0
/
+1155