summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/aed.c
AgeCommit message (Expand)Author
2021-09-26Driver "kqfilter" entry points return an error code, so if an invalidthorpej
2021-09-26Use seltrue_filtops rather than rolling our own with filt_seltrue.thorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2020-12-19Use sel{record,remove}_knote().thorpej
2017-10-25Use C99 initializer for filteropsmaya
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-10-19comment out unused code (for documentation purposes)martin
2012-10-27split device_t/softc for all remaining drivers.chs
2009-11-01Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).snj
2008-06-11use device_lookup_private to get softccegger
2008-03-01Welcome to 4.99.55:rmind
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-05Rename shadowing variable.rjs
2005-01-16don't require that the aed unit number be zero.chs
2005-01-15de-__P, remove register, ansify, b* -> mem*.chs
2003-07-15__KERNEL_RCSID()lukem
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-14Merge wscons work onto the main development branch.scottr
1999-11-07ite_polling -> adb_pollingscottr
1999-02-16Add NetBSD RCS Id'sender
1999-02-11o Change various attach arg and softc datatypes to ints.ender
1998-12-19Protect a keyup event for ADBK_3 in the mouse button emulation code withscottr
1998-11-28Remember to recognize modifier key releases when the Option key is down.ender
1998-11-24Take emulated button state into account before handing off mouse events.ender
1998-10-26Make the kernel compile when the ALTXBUTTONS option is set.ender
1998-10-23New ADB "bus" interface:ender