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
/
pci
/
pcic_p.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling police in a comment: Defalut -> Default.
jhb
2000-09-29
1
-1
/
+1
*
Add a detach method to allow this device to be unloaded.
imp
2000-08-30
1
-0
/
+7
*
Add TI-1031 id. It doesn't work yet, but it is nice to have it.
imp
2000-08-29
1
-0
/
+5
*
Make this compile without depending on the FreeBSD 2.2 compatability
peter
2000-05-28
1
-12
/
+11
*
Add TI-1211 chipset from datasheet info
imp
2000-04-20
1
-1
/
+5
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.
iwasaki
2000-03-30
1
-1
/
+1
*
More fully initialize cardbus bridges. We now call the new generic
imp
2000-03-25
1
-28
/
+162
*
Update the pci->pcic compatability module to newbus. This is a simple
peter
2000-02-02
1
-108
/
+151
*
Fill in the blanks for some of the Texas Instruments cardbus controllers.
billf
1999-12-31
1
-0
/
+4
*
Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.c
billf
1999-12-29
1
-0
/
+6
*
Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.
eivind
1999-11-28
1
-0
/
+2
*
s/Brige/Bridge/.
kuriyama
1999-11-21
1
-4
/
+4
*
I'm told this makes more laptops work with the new attachment code.
imp
1999-10-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-5
/
+1
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
- Added PCI identification support for the TI1251 PCI/CardBus bridge.
nate
1999-05-02
1
-1
/
+3
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Import PCI pccard bridge chip probing from PAO. Hopeful prelude for
nsayer
1999-04-01
1
-7
/
+29
*
Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatible
torstenb
1999-01-25
1
-1
/
+3
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
Fixed printf format errors.
bde
1998-08-18
1
-4
/
+4
*
- Removed typo in Copyright and added Id.
nate
1998-02-07
1
-1
/
+2
*
- Support for multiple PD6832 controllers. Each found 6832 is assigned
nate
1998-01-20
1
-2
/
+20
*
- Add necessary include files and fix bugs in last.
nate
1997-12-02
1
-3
/
+6
*
- Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, and
nate
1997-12-02
1
-81
/
+88
*
- Framework for PCI/CardBus controllers running in PCMCIA emulation
nate
1997-12-02
1
-0
/
+167