summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aha.c
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDlukem
2001-08-20precede, not preceed.wiz
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpythorpej
2001-05-02Don't forget to init chan_bustype.bouyer
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-03-30Remove register declarations.augustss
2000-03-23Remove bogus callout_init(), pointed out by soren@netbsd.org.thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-12If we got an xfer from our backlog queue, don't allow sleeping; we're inthorpej
1999-09-30Update for SCSPI changes.thorpej
1999-04-15Correct wrong board IDs (used ID definition from FreeBSD)mjl
1998-12-09Update for changed scsipi_xfer struct.thorpej
1998-12-05Update HBAs to incorporate the new max_lun property.mjacob
1998-11-19Adapt to the new scsipi_adapter interface.thorpej
1998-10-10Garbage-collect the open_target_lu and close_target_lu entry points fromthorpej
1998-08-17Assign my copyrights to TNF.mycroft
1998-07-04defopt DDB.jonathan
1998-04-29Sync with recent change made to bha.c by mjacob:thorpej
1998-02-09- Perform all necessary bus_dmamap_sync() operations.thorpej
1998-02-04Add offset and length parameters to bus_dmamap_sync(), used for specifiyingthorpej
1998-02-04Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC tothorpej
1998-01-30Use offsetof() from libkern.hthorpej
1998-01-12Adjust for config changes.thorpej
1997-11-04Implement a simple queueing mechanism that makes these drivers muchthorpej
1997-10-28When creating ccbs, be a little more informative about why we couldn'tthorpej
1997-10-28Fix a couple of errors in aha_create_ccbs():thorpej
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-06-25Adjust the number of ccbs allocated during initialization.hannken
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1997-03-28Use a temporary data structure for holding probe information, rather than amycroft
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1997-02-26Fix PR3260: cosmetic glitch in aha autoconf output.sommerfe
1997-02-07Move the aha ISA probe functions into a separate file.mycroft