summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcscp.c
AgeCommit message (Expand)Author
2023-05-17Update URL of the technical manual.tsutsui
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2017-12-22Update a URL of Am53c974A technical manual.tsutsui
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2008-08-28Restore Technical manual's URL.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-13Split device_t/softc for MI ncr53c9x and some related devices,tsutsui
2008-04-10use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-28Free one more resource on attach failure.tsutsui
2006-04-11Free resources if attach fails.tsutsui
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2005-01-21Unload xfer dmamap in pscsp_dma_stop().tsutsui
2005-01-02u_intNN_t -> uintNN_ttsutsui
2004-09-25Use ANSI function decls.tsutsui
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2003-11-23Call bus_space_{read,write}_1() directly to access ncr53c9x common registers.tsutsui
2003-11-16Misc cleanup:tsutsui
2003-10-19Utilize bus_dma(9) functions more efficiently.tsutsui
2003-10-12- Update technical manual's URL.tsutsui
2003-05-03DMA, not dma nor Dma.wiz
2002-12-28sparc/tab cosmetics.tsutsui
2002-11-25- Remove code to map PCI_MAPREG_TYPE_MEM, which is not supported by 53c974.tsutsui
2002-11-15Remove an entry for AMD PCNETS_PCI.tsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-29use NCR_F_DMASELECT instead ncr53c9x_dmaselectpetrov
2001-03-08Add BUS_DMA_STREAMING to data transfer map loads.thorpej
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-06-05Adapt MI ncr53c9x changes.tsutsui
2000-06-02KNF some lines.tsutsui
2000-03-20Use sc_cfg4 for the Am53c974.tsutsui
2000-01-14minor cosmetictsutsui
1999-12-12Use htole32().thorpej
1999-09-30Update for SCSPI changes.thorpej
1999-09-22Set sc_cfg3_fscsi for the AMD53C974 to match the change in ncr53c9x.c.mhitch
1999-04-25Fix a couple of problems in the PCscsi-PCI driver:thorpej
1999-01-08One more cosmetic change, from Izumi Tsutsui.thorpej
1999-01-06Device driver for the AMD Am53c974 PCscsi-PCI SCSI chip (i.e. the chip usedthorpej