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
/
cy_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+1
*
Remove __P.
alfred
2002-03-20
1
-2
/
+2
*
Work around a PLX9050 bug that causes system lockup in certain systems,
bde
2002-03-17
1
-3
/
+4
*
Merged cy_pcireg.h into the one file that uses it (cy_pci.c).
bde
2002-02-02
1
-1
/
+16
*
Fixed breakage of interrupt setup in previous commit. It used an
bde
2002-02-02
1
-0
/
+2
*
Converted to new-bus.
bde
2001-02-01
1
-57
/
+85
*
Disable cy - it is now completely broken and needs non-trivial work.
peter
2001-01-25
1
-5
/
+0
*
Special case for compiling LINT - just give a warning and continue on.
peter
2001-01-17
1
-0
/
+5
*
Make LINT compile again.
phk
2000-09-16
1
-0
/
+1
*
Ahhrggg. Put the test for the compat shims AFTER the file that includes
imp
2000-03-27
1
-4
/
+4
*
Per conversations in -current, add #error to these drivers when you don't
imp
2000-03-27
1
-0
/
+4
*
$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
-6
/
+1
*
Detect PCI device IDs for latest boards. Simplified the ID comparisons.
bde
1999-05-10
1
-5
/
+4
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Make this compile with CY_PCI_FASTINTR again.
peter
1999-05-02
1
-2
/
+5
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Added missing newline to "no ports found!" message.
alex
1999-04-15
1
-2
/
+2
*
Use a fast interrupt handler for the PCI version of the cy driver
bde
1999-01-15
1
-2
/
+13
*
Fixed minor style bugs in previous commit.
bde
1999-01-11
1
-12
/
+10
*
Updated for not-so-new version of Cyclom-Y PCI boards (with a custom
bde
1999-01-11
1
-3
/
+19
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
Removed unused #includes.
bde
1997-09-02
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Fixed missing ioport offset from the reading/updating of the PLX
dg
1997-02-05
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-2
/
+3
*
Changes to add support for the PCI version of the Cyclades Cyclom-Y
dg
1996-10-13
1
-0
/
+132