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
*
- 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
*
Initial update pccard code for KLD module support. Module support
peter
1999-01-19
1
-59
/
+32
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-1
/
+1
*
Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.
imp
1998-08-25
1
-6
/
+30
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-1
/
+1
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
1
-4
/
+4
*
- Only poll the PCIC controller for insertion/removal events if the
nate
1998-04-20
1
-3
/
+4
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-7
/
+7
*
Uninitialized pointer reference may happen on particular environment.
hosokawa
1998-03-19
1
-1
/
+6
*
- Remove the code that cleared out the registers (previously enabled by the
nate
1997-12-02
1
-7
/
+0
*
- Remove PCI code from here, now that the PCI framework lives in /sys/pci.
nate
1997-12-02
1
-86
/
+5
*
- Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with
nate
1997-11-18
1
-1
/
+1
*
MF22:
nate
1997-11-15
1
-1
/
+1
*
- Reset the pcic controller interrupt 'poll' timeout *after* we call the
nate
1997-11-04
1
-6
/
+6
*
- More style nits (sorry, I should have done this last time).
nate
1997-10-28
1
-10
/
+10
*
- Style nit.
nate
1997-10-28
1
-20
/
+20
*
- Do a bunch of gratuitous changes intended to make the code easier to
nate
1997-10-26
1
-76
/
+75
*
- KNF the PCI stuff, no functional changes.
nate
1997-10-25
1
-20
/
+24
*
- Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind the
nate
1997-10-24
1
-2
/
+13
*
LEarn about the TI 1131.
wollman
1997-10-17
1
-0
/
+2
*
- Fix braino in last commit.
nate
1997-10-06
1
-11
/
+3
[next]