summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wds.c
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-18bcopy -> memcpythorpej
2001-07-18bzero -> memsetthorpej
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-11-14NBPG -> PAGE_SIZEthorpej
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-07-04defopt DDB.jonathan
1998-06-25Don't panic if a DRQ is already allocated. Instead, just return EAGAINthorpej
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Adjust for changes to the ISA DMA API.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-12Update for config changes.thorpej
1997-11-30make it compile without "__BROKEN_INDIRECT_CONFIG"drochner
1997-11-04Implement a simple queueing mechanism that makes these drivers muchthorpej
1997-10-29When creating ccbs, be a little more informative about why we couldn'tthorpej
1997-10-20Don't panic if we fail to remap i/o or mem space in the attach function.thorpej
1997-10-19Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) beforethorpej
1997-09-26Rearrange the initialization a bit so we have SCBs available inmycroft
1997-09-26Set sc_dmat.mycroft
1997-09-04Convert this driver to use bus_dma.thorpej
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-05-01wds_find has the sense of its return value backwards (0 vs 1). Thismarc
1997-03-29General cleanup: bus.h, etc.mycroft
1996-12-10Fill in sc_link.max_targetthorpej
1996-11-03Rearrange wds_attach() to initialize DMA channel before setting to cascademycroft
1996-10-13backout kprintf changeschristos
1996-10-10- printf -> kprintf, sprintf -> ksprintfchristos
1996-08-28(1) set scsi_link channel to either the appropriate channel (if acgd
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-06-18Turn off *DIAG by default.mycroft
1996-05-12Use intr.h.mycroft
1996-05-05Fix a trivial typo.mycroft
1996-04-29- missing argument in printfchristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-04-10if no DDB, define Debugger() to be a panic.cgd
1996-03-30Fix return type of wds_sense().mycroft
1996-03-29Working WD7000 and TMC-7000 driver, from Julian Highfield, with additional wo...mycroft