summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcscp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* instead of having every bit of glue set up and attach an identicaldlg2014-01-181-9/+2
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-2/+2
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Free one more resource on attach failure.brad2006-04-301-11/+13
* ANSI function declarationsmartin2006-04-201-32/+14
* - establish interrupt after all dma resouces are successfully allocatedmartin2006-04-181-55/+67
* - Add BUS_DMA_STREAMING to data transfer map loads.martin2006-04-141-60/+18
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
* First round of __P removal in sysmillert2002-03-141-13/+13
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-12/+4
* Huge merge with NetBSD. For full details look at their revision history (1.26 -> 1.83)...jason2001-09-271-2/+2
* Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()jason2001-08-261-2/+2
* deal with 5 arg for of bus_dmamap_sync() if availablejason2001-08-251-4/+12
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-5/+4
* Change output to fit OpenBSD.fgsch2001-02-141-6/+4
* Support for AMD Am53c974 SCSI controllers; from NetBSD.fgsch2001-02-141-0/+690