/gnu/usr.bin/binutils/ranlib/

n/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atppc.c
AgeCommit message (Expand)Author
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-16s/reseting/resetting/msaitoh
2020-07-22s/reseting/resetting/msaitoh
2019-12-27s/transfered/transferred/msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2014-07-13"peripheral", not "peripherial".dholland
2014-06-04Remove set-but-unused variable.wiz
2011-05-26Convert malloc(9) to kmem(9) in atppc(4).jakllsch
2011-05-26Convert ltsleep() in atppc(4) to modern interfaces.jakllsch
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-04-18Fix panics at boot and some other misc bugs. From Hans Rosenfeld.cegger
2008-04-15device_t / softc split. From Hans Rosenfeldcegger
2008-04-08use 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-12-25Spell "separate" correctly. From Zafer Aydogan.wiz
2006-05-29Remove passing of an uninitialized variable found by gcc4.drochner
2006-05-10remove spl and locking stuff from interrupt handlerdrochner
2005-12-11merge ktrace-lwp.christos
2004-09-13a round of autoconf cleanup:drochner
2004-08-24Use ANSI function decls and more use of static.thorpej
2004-04-21initialize the lockdrochner
2004-02-24The interrupt claim stuff is broken -- data buffersdrochner
2004-02-24occured -> occurred. From Peter Postma.wiz
2004-02-10add Gary Thorpe copyright noticejdolecek
2004-02-10fix atppcintr() to support shared interrupts properlyjdolecek
2004-02-03some style changes - g/c redundant cast, simplify code in atppc_read_ivar()jdolecek
2004-01-28don't limit size of DMA transfer by size of FIFOjdolecek
2004-01-28-make it compile with ATPPC_DEBUGdrochner
2004-01-25print the parallel port capabilities and FIFO attributes always,jdolecek
2004-01-25Remove dollar signs from foreign RCSIDs per doc/3RDPARTY.bjh21
2004-01-22Resurrect "dev" variable from atppc_sc_attach() removed in rev 1.4jdolecek
2004-01-22Reset the service bit of ECP register, so that write threshold wouldjdolecek
2004-01-22Remove unused "dev" variable from atppc_sc_attach().bjh21
2004-01-21Add RCSID comments.bjh21
2004-01-20make compile - fix print formatsjdolecek
2004-01-19Import Gary Thorpe's netbsd-ppbus 1.3. This is NetBSD portjdolecek