summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/mediabay.c
AgeCommit message (Expand)Author
2022-02-16powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.riastradh
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-05Convert to intr_establish_xname().rin
2021-01-26There is not much point in of_compatible() returning -1 for "no match"thorpej
2011-07-26finish device_t-ificationmacallan
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2011-06-18struct device * -> device_tmatt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-08-28Add support for keylargo-style mediabays, as found in eg. PowerBook3,1jmcneill
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-12-10when powering up the mediabay wait two seconds before looking for devicesmacallan
2005-12-11merge ktrace-lwp.christos
2005-01-08cosmetic changes.briggs
2003-07-15__KERNEL_RCSID()lukem
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz
2000-08-23New PowerBook (firewire) seems to use edge-triggered interrupt.tsubai
1999-10-04Make media-bay CD detachable.tsubai
1999-07-21media-bay CD support.tsubai