summaryrefslogtreecommitdiff
path: root/sys/dev/tc/asc_tcds.c
AgeCommit message (Expand)Author
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
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-02-20Use the VAX_PHYS_TO_S0 macro from vax/tc_machdep.hmatt
2008-02-19Fix TC on VAX. (missed committing these earlier)matt
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-05-14integrate kauth.elad
2006-03-31Use ANSI function decls, apply static.thorpej
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-05-22No 0x in front of %p...christos
2005-02-04de-__Pperry
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-02-22hz -> Hztsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDslukem
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
2000-07-04Repopulate TCDS dual channel SCSI adapter to MI dev/tc, squashingnisimura