aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy/cy_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Revert r317446 and bring back cy(4).John Baldwin2017-04-271-0/+192
* Remove the cy(4) driver for Cyclades serial adapters.John Baldwin2017-04-261-192/+0
* Fix the build.Justin Hibbits2016-02-251-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-5/+5
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-3/+3
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Reduce differences with cy_isa.c: fixed an unsorted include.Bruce Evans2004-05-011-5/+1
* Adjust pathnames for the move from i386/isa to dev/cy.Bruce Evans2004-05-011-6/+3
* Converted the isa probe and attach to new-bus so that this driver worksBruce Evans2004-04-051-2/+2
* Fixed some minor indentation bugs.Bruce Evans2003-12-021-12/+12
* Fixed breakage of the pci case of the cy driver by the new interruptBruce Evans2003-12-021-17/+8
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-0/+1
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Work around a PLX9050 bug that causes system lockup in certain systems,Bruce Evans2002-03-171-3/+4
* Merged cy_pcireg.h into the one file that uses it (cy_pci.c).Bruce Evans2002-02-021-1/+16
* Fixed breakage of interrupt setup in previous commit. It used anBruce Evans2002-02-021-0/+2
* Converted to new-bus.Bruce Evans2001-02-011-57/+85
* Disable cy - it is now completely broken and needs non-trivial work.Peter Wemm2001-01-251-5/+0
* Special case for compiling LINT - just give a warning and continue on.Peter Wemm2001-01-171-0/+5
* Make LINT compile again.Poul-Henning Kamp2000-09-161-0/+1
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+1
* Detect PCI device IDs for latest boards. Simplified the ID comparisons.Bruce Evans1999-05-101-5/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Make this compile with CY_PCI_FASTINTR again.Peter Wemm1999-05-021-2/+5
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Added missing newline to "no ports found!" message.Alexander Langer1999-04-151-2/+2
* Use a fast interrupt handler for the PCI version of the cy driverBruce Evans1999-01-151-2/+13
* Fixed minor style bugs in previous commit.Bruce Evans1999-01-111-12/+10
* Updated for not-so-new version of Cyclom-Y PCI boards (with a customBruce Evans1999-01-111-3/+19
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* Removed unused #includes.Bruce Evans1997-09-021-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fixed missing ioport offset from the reading/updating of the PLXDavid Greenman1997-02-051-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Updated #includes to 4.4lite style.Bruce Evans1996-10-151-2/+3
* Changes to add support for the PCI version of the Cyclades Cyclom-YDavid Greenman1996-10-131-0/+132