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_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
OLDCARD is OBSOLETE_IN_6. Tag it as such.
imp
2003-06-12
1
-0
/
+2
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-2
/
+2
*
o Try to do 3.3V support better for the 6722 and 6729/30.
imp
2001-11-09
1
-3
/
+3
*
Move to using a chip function + function pointers to deal with the
imp
2001-09-04
1
-0
/
+31
*
Rearrange how we do interrupt routing tweaking. We now have
imp
2001-08-21
1
-2
/
+2
*
Move ISA interrupt ISR and timeout routines to pcic from pcic_isa so
imp
2001-08-10
1
-75
/
+2
*
Move pcic_override_irq from pcic_isa, to pcic.
imp
2001-07-31
1
-9
/
+0
*
Minor whitespace nit
imp
2001-07-28
1
-1
/
+0
*
Introduce two new tunables from the boot loader.
imp
2001-07-27
1
-6
/
+16
*
Minor nits merged from my stable tree:
imp
2001-07-27
1
-1
/
+1
*
Attempt to fix and document interactions between suspend/resume and pccardc
imp
2001-07-27
1
-7
/
+2
*
On PC-98, map IRQ 6 to IRQ 7 at the pcic level. That is, when we're
imp
2001-06-16
1
-0
/
+1
*
Add PC9801-102 CBUS card to the list of plug and play devices. Some
imp
2001-06-09
1
-0
/
+1
*
Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handling
imp
2001-06-04
1
-0
/
+118
*
Turns out that one bit isn't enough. Introduce two new fields
imp
2001-05-28
1
-1
/
+3
*
Migrate from unit based to dev base. Don't save unit number, but do save
imp
2001-05-25
1
-1
/
+1
*
Use bus_space functions rather than inb/outb.
imp
2001-05-24
1
-8
/
+12
*
Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to
imp
2001-05-24
1
-22
/
+2
*
Add better support for the Ricoh 5C296 and 5C396 chips. These chips
imp
2001-05-23
1
-6
/
+8
*
Move allocation of ExCA registers from the base driver into the bus
imp
2001-05-21
1
-1
/
+10
*
Next step on the road to pci: power taming.
imp
2001-05-21
1
-15
/
+18
*
Next step towards pcic_pci: the ability to allocate mapped memory in attach.
imp
2001-05-21
1
-0
/
+4
*
Move ISA specific code into pcic_isa. This is the probe routine, the
imp
2001-05-19
1
-1
/
+214
*
Separate out isa attachment to its own file. The pci attachment will
imp
2001-05-16
1
-0
/
+108