summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-11-19oopsMark Kettenis
2005-11-19Enable onyx(4).Mark Kettenis
2005-11-19Don't match AOAbase, which is now handled by onyx(4).Mark Kettenis
2005-11-19Apple "onyx" audio device driver.Mark Kettenis
2005-11-19Only run mkdep on SFILES if there is something in it. pointed out by todd@Dale Rahn
2005-11-19Get device resources from soundbus node instead of i2s node. This makes soundMark Kettenis
2005-11-18Fix writes on the i2c bus.Mark Kettenis
2005-11-18add some comments explaining the general CPU reset code and the AMD GeodeBrad Smith
2005-11-18splimp -> splvm. no binary diff.Brad Smith
2005-11-18Protect biodone() with splbio().Miod Vallat
2005-11-18Define the CS/80 identify structure only once and correctly, instead ofMiod Vallat
2005-11-17kvtop() is not used anymore. Thanks for the fish.Miod Vallat
2005-11-17Factorize DMA cache flush code, use modern types and constants, ansify.Miod Vallat
2005-11-17add attachment for openpic behind memc, for newer G5 systems.Dale Rahn
2005-11-17Sharp CE-RH2 remote control driverUwe Stuehler
2005-11-17fix mixer control names.Brad Smith
2005-11-17adt driverTheo de Raadt
2005-11-17go loud with autoconfig messages again, we are gonna try to write drivers soonTheo de Raadt
2005-11-16Mention ipl in dmesg, for consistency with other devices.Miod Vallat
2005-11-16Overhaul the way HP-IB devices are probed. We will now do an exhaustiveMiod Vallat
2005-11-16fcu is readonly, so safe, i thinkTheo de Raadt
2005-11-16enable two more sensor types (no reports yet, this will prompt them)Theo de Raadt
2005-11-16Enable pi2c.Mark Kettenis
2005-11-16Add support for the I2C controller on via-pmu.Mark Kettenis
2005-11-16+ pcagpioTheo de Raadt
2005-11-16macppc can have gpioTheo de Raadt
2005-11-16some older apple machines did not have a 'regs' property for i2c devices,Theo de Raadt
2005-11-15turn if else if else if into a switch statement.David Gwynne
2005-11-15Enable tsl.Mark Kettenis
2005-11-15Only two `h' in threshold.Miod Vallat
2005-11-15enable adcTheo de Raadt
2005-11-15enable maxtmpTheo de Raadt
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2005-11-15move lm87 to dev/i2c; ok kettenisTheo de Raadt
2005-11-15oh, once we are on bus1, we must have a way to get back to bus0... duhTheo de Raadt
2005-11-15enable bktr(4) and radio(4) on alphaRobert Nagy
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-15add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CDBrad Smith
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14convert and remove the last traces of i386_round_page(),Martin Reindl
2005-11-14add de and pcnBrad Smith
2005-11-14there are actually two ports on the ki2c unit. if the OF address hasTheo de Raadt
2005-11-14bah, enable the lm87 stuff for G4 even if it does not workTheo de Raadt
2005-11-14Add lmenv(4), an System Hardware Minitor device that attaches to the I2C bus.Mark Kettenis
2005-11-14Restore the disk blinkenlichten lost with the new scsi code, and hp300 usersMiod Vallat
2005-11-14Use config_found_sm() in the probe machinery. This is simpler and allows usMiod Vallat
2005-11-14Make HDWAITC and HDRETRY overridable in the kernel configuration file;Miod Vallat
2005-11-14constuct -> constructMiod Vallat
2005-11-14hz is defined in <sys/kernel.h>Miod Vallat
2005-11-13Align _delay() on 8 bytes, not 2^8 bytes.Miod Vallat