summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/ahb.c
AgeCommit message (Expand)Author
2000-07-12Fix a couple of LP64 problems (long -> int32_t).thorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-09-30Update for SCSPI changes.thorpej
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-08-15Name some constants consistently between drivers.mycroft
1998-08-15Only map the amount of space the device actually occupies.thorpej
1998-07-04defopt DDB.jonathan
1998-06-08Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-02-17- 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-28Use offsetof() from libkern.hthorpej
1998-01-12Slight change to previous.thorpej
1998-01-12Adjust for config changes.thorpej
1997-11-04Implement a simple queueing mechanism that makes these drivers muchthorpej
1997-10-29When creating ecbs, be a little more informative about why we couldn'tthorpej
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1997-03-28Use a temporary data structure for holding probe information, rather than amycroft
1996-12-10Fill in sc_link.max_targetthorpej
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-19Correct two prototypes so that this compiles without DDB defined.thorpej
1996-09-07Oops. Copy out the right number of command bytes.mycroft
1996-09-01General cleanup, like other drivers.mycroft