index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
pcscp.c
Age
Commit message (
Expand
)
Author
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-04-30
Free one more resource on attach failure.
Brad Smith
2006-04-20
ANSI function declarations
Martin Reindl
2006-04-18
- establish interrupt after all dma resouces are successfully allocated
Martin Reindl
2006-04-14
- Add BUS_DMA_STREAMING to data transfer map loads.
Martin Reindl
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-27
Huge merge with NetBSD. For full details look at their revision history (1.2...
Jason Wright
2001-08-26
Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()
Jason Wright
2001-08-25
deal with 5 arg for of bus_dmamap_sync() if available
Jason Wright
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-02-14
Change output to fit OpenBSD.
Federico G. Schwindt
2001-02-14
Support for AMD Am53c974 SCSI controllers; from NetBSD.
Federico G. Schwindt