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
/
pccard
/
pcic.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
When activating or deactivating a resource, only attempt to deal with
imp
2001-05-14
1
-0
/
+8
*
Return errors for unsupported operations on pcic_get_res_flags rather
imp
2001-05-13
1
-1
/
+1
*
Change #ifdef PC98 to #ifdef MECIA_SUPPORT and define MECIA_SUPPORT
imp
2001-05-13
1
-13
/
+17
*
o Get rid of static array of slots in pccard layer. Move this to the
imp
2001-05-13
1
-56
/
+59
*
Use enumeration values for CARD_SET_RES_FLAGS.
dmlb
2001-05-08
1
-4
/
+13
*
Set the slot pointer in the pc98 case. Correct the name of the bridge
imp
2001-05-07
1
-2
/
+5
*
Disable the card after sending the removed event up to the pccard
imp
2001-05-07
1
-1
/
+1
*
Set the device name for NEC PC98 PCMCIA Controller on boot.
imp
2001-04-21
1
-18
/
+19
*
Indirect off cinfo rather than calling pcic_ functions directly. This
imp
2001-04-19
1
-12
/
+12
*
First cut at bringing NEC PC98 original pccard bridge code back into
imp
2001-04-19
1
-24
/
+335
*
Add #define for IBM3765.
imp
2001-04-11
1
-3
/
+2
*
Axe a few __P() while I'm in the neighborhood.
imp
2001-03-22
1
-4
/
+3
*
Lots of minor cleanup, plus a couple of interesting things.
imp
2001-03-19
1
-75
/
+77
*
Fix a minor bug that prevents NEWBUS users from setting more than
dmlb
2001-01-09
1
-1
/
+1
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-2
/
+0
*
o Now that I've had time to test the new interface, reintegrate it back in.
imp
2001-01-07
1
-2
/
+5
*
add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.
sanpei
2000-12-11
1
-0
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Another PnP pcic card: SMC Swapbox Plug and Play
imp
2000-10-12
1
-0
/
+1
*
o Remove 9 unnecessary includes.
imp
2000-09-20
1
-3
/
+7
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-1
/
+2
*
Add some infrastructure support for dealing with large attribute
imp
2000-08-10
1
-5
/
+52
*
Fix a bug so that we have correct number of pccard instances in pcic_attach().
iwasaki
2000-07-24
1
-1
/
+1
*
Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARD
imp
2000-05-29
1
-1
/
+1
*
Add PnP ID for vadem based plug and play card.
imp
2000-05-02
1
-0
/
+1
*
Checkin my first batch of New Mexico changes:
imp
2000-04-25
1
-22
/
+26
*
o Preliminary support for mapping the CIS by the driver.
imp
2000-04-20
1
-9
/
+42
*
Add support for PnP ISA cards, and some laptop PnP support:
imp
2000-03-10
1
-80
/
+118
*
/tmp/msg
imp
2000-02-21
1
-4
/
+24
*
Fixed a bug in PCIC polling mode.
hosokawa
2000-01-15
1
-6
/
+17
*
Move the turning on of the interrupts for the card at the bridge from
imp
1999-12-10
1
-15
/
+14
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
Kill unneeded includes
imp
1999-11-20
1
-1
/
+0
*
Do not add children for new bus kludge version of pccard.
imp
1999-10-28
1
-2
/
+1
*
Remove debug printfs and Debugger() calls.
imp
1999-10-25
1
-20
/
+31
*
Massive rewrite of pccard to convert it to newbus.
imp
1999-10-25
1
-333
/
+94
*
Remove name field from controller information. Fix name setting in
imp
1999-10-16
1
-35
/
+40
*
Reorganize the attachement point for pcic (it was unattached and
imp
1999-10-15
1
-123
/
+45
*
*** empty log message ***
imp
1999-09-26
1
-11
/
+20
*
Kludge together support for the old pccard system with newbus. This
imp
1999-09-06
1
-1
/
+1
*
(1) Fix a spelling mistake in a comment.
billf
1999-08-17
1
-2
/
+3
*
o Add additional printfs for error cases when we can't attach the device.
imp
1999-08-01
1
-1
/
+1
*
Operator precedence (nit: in #if 0 code) bug.
peter
1999-05-02
1
-1
/
+1
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-1
/
+1
*
- Made the setting of the machdep.pccard.pcic_irq from the boot config file
nate
1999-03-26
1
-5
/
+6
*
Remove static delcarations from {,un}register_pcic_intr declarations
imp
1999-03-12
1
-2
/
+2
*
Updated to use new APIC (SMP) safe interrupt register/unregister
roger
1999-03-10
1
-4
/
+44
*
On second thought: do previous fux in pcic.c better.
guido
1999-02-14
1
-8
/
+1
*
Somehow, it is possible to get a pcicintr() when in the resume process.
guido
1999-02-14
1
-1
/
+8
*
Allow the interrupt allocated to the PCIC to be tuned from the kernel
msmith
1999-01-29
1
-1
/
+13
[prev]
[next]