summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
AgeCommit message (Expand)Author
2014-01-30Add missing cast (to make it compilable)martin
2014-01-26kill VM_DEFAULT_ADDRESS usechristos
2013-10-25Simplifymartin
2013-10-25Mark potentially unused variablemartin
2013-10-25Mark a potentially unused variablemartin
2013-10-25Remove unused variablesmartin
2013-10-19Remove an unused variablemartin
2013-10-19Mark a potentially unused variablemartin
2013-10-19comment out unused code (for documentation purposes)martin
2013-10-19Make sure we don't accidently pass an unsolicited packet as "ack only"martin
2013-10-18Remove set but unused variables.martin
2012-12-07Remove the R1 syntactic sugar, since it collides with a #define inhauke
2012-12-06Remove the R1 syntactic sugar, since it collides with a #define inhauke
2012-10-27split device_t/softc for all remaining drivers.chs
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-09avoid inconsistent inline usage to appease gcc 4.5.mrg
2011-06-06CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0matt
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-12-10return the right values for ioctl(WSKBDIO_GTYPE) and ioctl(WSMOUSEIO_GTYPE)macallan
2010-06-06defflag GRF_COMPAT.mrg
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-23Use lwp_getpcb() on m68k ports, clean from struct user usage.rmind
2009-11-01Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).snj
2009-10-27Drop 3rd and 4th clauses. Approved by gwr@ and wrstuden@ (copyrightsnj
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-11-07*** Summary ***dyoung
2008-06-11use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes.tsutsui
2008-04-04adb_read_date_time: remove an unused variable.yamt
2008-04-03Factor out ADB spin-wait timeout loop, and use it for synchronousscottr
2008-04-01Add timeout to busy loops waiting for ADB command completition.martin
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2008-03-01Welcome to 4.99.55:rmind
2008-01-25fallout from v_specinfo removaldogcow
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-11-09Call zs_lock_init() to set up the chanstate's lock.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-01Fix build after dyoung's changes.jmmv
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-29Pack all global video-related variables into a structure for clarity.jmmv
2007-08-29Move the definition of multiple video-related variables into a newjmmv
2007-08-29Split the global videosize variable into videowidth and videoheight:jmmv
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-23Fix a warning from gcc 4 about stripping the volatile qualifier by a casthauke
2007-06-10Switch mac68k's sn(4) Ethernet to MI SONIC driver.tsutsui