/tools/fdisk/

http://git.infra.scholz.ruhr/netbsd/atom/sys/arch/mac68k/dev/sbc.c?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/sbc.c
AgeCommit message (Expand)Author
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2014-06-29Remove an unused variablemartin
2012-12-07Remove the R1 syntactic sugar, since it collides with a #define inhauke
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-08-04gcc4 "uninitialized" variable; previous workaround doesn't satisfy gcc4 -mhitch
2006-05-10Fix a bunch of cast lvalues.skrll
2006-01-17add fault-protection in sbc_pdma_in() like in all the other PDMA functions.chs
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-16Fixes for volatile problemsjmc
2005-01-15de-__P, remove register, ansify, b* -> mem*.chs
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2002-09-27remove trailing \n in panic(). approved perry.provos