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
/
pcicvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add support for writing to mapping high memory for pccard memory
imp
2002-07-20
1
-0
/
+1
*
<jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,
imp
2001-09-13
1
-0
/
+2
*
Move to using a chip function + function pointers to deal with the
imp
2001-09-04
1
-8
/
+22
*
Rearrange how we do interrupt routing tweaking. We now have
imp
2001-08-21
1
-3
/
+3
*
Improve interlocking for card removal. We now can remove the card in
imp
2001-08-19
1
-1
/
+3
*
Merge from stable (which seems to have been spammed at some point in current):
imp
2001-08-14
1
-1
/
+5
*
Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so
imp
2001-08-10
1
-0
/
+3
*
Type sanity: use uintptr_t * for read_ivar and u_int8_t instead of u_char
imp
2001-08-10
1
-2
/
+2
*
Rearrange the pcic_irq_type enum (and specifically tag the first one
imp
2001-08-10
1
-1
/
+1
*
bsh and bst are unused in softc, except for setting them. We do use the
imp
2001-07-31
1
-2
/
+0
*
Move pcic_override_irq from pcic_isa, to pcic.
imp
2001-07-31
1
-0
/
+1
*
Attempt to fix and document interactions between suspend/resume and pccardc
imp
2001-07-27
1
-0
/
+1
*
Some interrelated interrupt changes.
imp
2001-07-01
1
-1
/
+3
*
Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handling
imp
2001-06-04
1
-1
/
+3
*
Turns out that one bit isn't enough. Introduce two new fields
imp
2001-05-28
1
-14
/
+19
*
Allow a shareable interrupts. Note, the bridge must set this flag or
imp
2001-05-27
1
-0
/
+1
*
Migrate from unit based to dev base. Don't save unit number, but do save
imp
2001-05-25
1
-10
/
+12
*
Add intrack field to each slot. This can be used to acknowledge
imp
2001-05-25
1
-0
/
+1
*
Use bus_space functions rather than inb/outb.
imp
2001-05-24
1
-3
/
+2
*
Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to
imp
2001-05-24
1
-0
/
+2
*
Add better support for the Ricoh 5C296 and 5C396 chips. These chips
imp
2001-05-23
1
-0
/
+1
*
Move allocation of ExCA registers from the base driver into the bus
imp
2001-05-21
1
-7
/
+6
*
Next step on the road to pci: power taming.
imp
2001-05-21
1
-2
/
+8
*
Next step towards pcic_pci: the ability to allocate mapped memory in attach.
imp
2001-05-21
1
-0
/
+12
*
Move ISA specific code into pcic_isa. This is the probe routine, the
imp
2001-05-19
1
-2
/
+2
*
Separate out isa attachment to its own file. The pci attachment will
imp
2001-05-16
1
-0
/
+68