summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2004-05-10mediabay driver to configure ata bus attached to CD on pismo PowerbookDale Rahn
2004-05-08Remove spurious initialization; drahn@ okMiod Vallat
2004-03-17Remove pointless printfs.Dale Rahn
2004-02-27developers who do not test compile should be shotTheo de Raadt
2004-02-27Add swiss german keymap tested on PBG4. go ahead and commit miod@Claudio Jeker
2004-01-18Silence match() unless DEBUG.Miod Vallat
2004-01-14Slightly better messages, fix a typo, and a few strlcpy() botches.Miod Vallat
2004-01-12Completely remove the device name from this print, not just the %s.Dale Rahn
2004-01-12Better defaults on snapper, fixes xmms problem reported by joshua steinDale Rahn
2004-01-11$OpenBSD$ tagsDale Rahn
2004-01-11Little sync dmesg output with pciide.Alexander Yurchenko
2004-01-11Audio support for some newer macppc machines, any 'snapper' based systems.Dale Rahn
2004-01-09typo from Jared Yanovich;Jason McIntyre
2003-12-20Pass -WformatMiod Vallat
2003-11-03spelling fixes (in the comments)David Krause
2003-10-30Add us.dvorak. ok maja@Thomas Nordin
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-10-26More ansi/knf missed the first time around.Dale Rahn
2003-10-26Oops, I'm on drugs. Revert and blame gremlins for the state of my tree.Miod Vallat
2003-10-26Unbrek after recent wdc changes.Miod Vallat
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
2003-10-18ANSI/KNF now that conflict has been resolved.Dale Rahn
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2003-10-16spacesTheo de Raadt
2003-10-16more ANSI/KNF.Dale Rahn
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-07Allow nested interrupts in the openpic interrupt controller, tested byDale Rahn
2003-07-19The last parameter to _dma_init for wdc code is flags, not read,Dale Rahn
2003-07-07disable accidentially enabled 'debug' flag; ok drahnPeter Valchev
2003-07-02Use defines for the interrupt type, not magic numbers.Dale Rahn
2003-07-02Add a stub where code could be added to make use of the new key on recentDale Rahn
2003-07-02Reduce the amount of asm code in powerpc/macppc by replacing it withDale Rahn
2003-06-16correct sense of rate check... oops.Jason Wright
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright
2003-06-11Get rid of the '#if 1' nonsense.Dale Rahn
2003-06-11Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have notDale Rahn
2003-06-06Fix a copied constant, mention why a number doesnt match linux, removeDale Rahn
2003-06-05Cleanup and enable kauaiata DMA. Tables should be mostly saneDale Rahn
2003-06-05ATA100 driver for apple's new machines, aka kauai.Dale Rahn
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11string cleaning; krw okTheo de Raadt
2003-02-12separate evirq into macintr and openpic versions (they just -happened- to beJason Wright
2003-02-09Swiss French ADB keyboard layout, tested against Powerbook keyboard markings,Miod Vallat
2002-12-08Remove header file which is unused since the removal of if_gm, pointed outDale Rahn
2002-10-18Remove some very pointless 'if 0' code, some of which prevented compilationDale Rahn
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt