summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/cy_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* cy_attach improvements; ok artpvalchev2004-06-131-11/+18
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-23/+12
* Add a license from the author Timo Rossi <trossi@co.jyu.fi>art2002-09-151-1/+29
* Various fixes and cleanups in the cy driver.art2002-09-141-70/+66
* First round of __P removal in sysmillert2002-03-141-3/+3
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Allow driver to recognize Cyclades 4Y and 8Y cards.smart2001-08-201-106/+109
* KNFsmart2001-06-291-74/+74
* support newer cy cards; elektrosatan@voltagenoir.org, pr#1479deraadt2000-12-101-4/+16
* Removed unused vars. Added missing arg to bus_space_map.niklas1997-08-121-3/+2
* Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1996-11-281-21/+23
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-2/+2
* split cy driver upderaadt1996-07-271-0/+140