summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/dev/mfp.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-12-15Remove clause 3 and 4 leftovers from TNF licenses in more sources.tsutsui
2014-03-26kill sprintf, fix unused.christos
2011-05-05Add a comment for the previous change.tsutsui
2011-05-04Don't call mfp_init() in mfp_attach().tsutsui
2009-01-17Split device_t/softc, use aprint*().isaki
2009-01-17Purge x68k_config_found() to simplify consinit routine.isaki
2008-12-31Search all of mfp(4)'s children automatically, instead ofisaki
2008-12-18Remove intr_reset(), which has disabled device interrupt justisaki
2007-03-11white space, indent and KNF.isaki
2007-03-11Remove an extra white space.isaki
2005-12-24bare asm -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-06-13Make this compile by adding __UNCONST() when calling config_found() orhe
2005-01-18de-__P, remove register, ansify.chs
2005-01-17mfp_attach() is called twice (console init & real config).minoura
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2004-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2003-07-15rcsidlukem
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-06-12receive, not recievewiz
2000-01-16Minor cleanups & corrections.minoura
1999-05-05Use mvme68k-derived delay routine.minoura
1999-03-18G/C.minoura
1999-03-16Merged minoura_x68k_bus_h branch.minoura