summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2007-03-23Clean up the failure path of the attach routine, check the return value ofGordon Willem Klok
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-20Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable forMark Kettenis
2007-03-20Spring cleaning: some whitespace, clean up the failure path in the attachGordon Willem Klok
2007-03-14Make SMU sensors and fan control work on PowerMac8,1.Mark Kettenis
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;Miod Vallat
2007-03-04Invoke adb_cuda_autopoll() and leave polling mode after all initializationMiod Vallat
2007-03-01On the first generation iMac G5 (PowerMac8,1) the fans node is calledMark Kettenis
2007-03-01Don't attach sensors and iic(4) if we didn't find any fans.Mark Kettenis
2007-03-01proper softint treatment (that get missed otherwise); found and tested by mpf...Michael Shalayeff
2007-02-26Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu,Gordon Willem Klok
2007-02-18Correct yo-yo shutdowns:Gordon Willem Klok
2007-02-12Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wakeGordon Willem Klok
2007-01-14zsprintf() is gone, fixes ZSMACDEBUG caseMartin Reindl
2007-01-07Fix (unused) OPENPIC_IPI macro.Miod Vallat
2007-01-03Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmeticGordon Willem Klok
2006-12-31Cover the other case we need to unload the dmamap, in espdmaintr(),Gordon Willem Klok
2006-12-31Some spaces to tabs and cosmetic tweaking of the code,Gordon Willem Klok
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-14Add the esp driver to macppc, supports the NCR53c94 SCSI controller foundGordon Willem Klok
2006-12-14Per the new policy with respect to short header files contaning onlyGordon Willem Klok
2006-12-14Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl whenGordon Willem Klok
2006-12-08scsibus_attach_args not scsi_attach_args for saa inThordur I. Bjornsson
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-11-26Cleanup some KNF nits, if we can't grab a SCB dont return at splbio.Gordon Willem Klok
2006-10-20fix $OpenBSD$ tag.Xavier Santolaria
2006-10-08Execute the Enforce in-order Execution of I/O (eieio) instruction inGordon Willem Klok
2006-10-06Remove lingering debug printf. Don't announce that mace_get was called.Gordon Willem Klok
2006-10-05Add if_mc.c a driver for the AMD AM79C940 (MACE) ethernet chip found onGordon Willem Klok
2006-09-26Make mesh compile again, it also works now too, from NetBSD with a lotGordon Willem Klok
2006-06-19Be more strict in the probe routines and actually check ca_nintr andMiod Vallat
2006-06-19Remove redundant test in uni_n_config() as well as an unused softc member;Miod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-20Don't forget to unlock of reading the RTC fails.Mark Kettenis
2006-03-16ventical -> verticalMiod Vallat
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-07On via-pmu systems, check whether the firmware has found adb devices on theMiod Vallat
2006-02-22Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings theMiod Vallat
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
2006-02-14Put quotation marks around the names of unconfigured devices.Mark Kettenis
2006-02-14Knock out "deq" and "tas3004" i2c nodes.Mark Kettenis
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat
2006-01-13Allow proper detaching of wdc, so that detaching a mediabay device properlyMiod Vallat
2006-01-09Remove completely obsolete comment from the pre-wscons sparc days inMiod Vallat
2006-01-09skip the darn cereal devices, which i think are just markers for the host chi...Theo de Raadt
2006-01-08Don't provide bass and treble mixer controls if the underlying hardware doesn'tMark Kettenis
2006-01-08Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;Miod Vallat