summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Collapse)Author
2005-11-12Add lmtemp at maciic.Mark Kettenis
2005-11-12Add i2cbus to smu and i2c to maciic.Mark Kettenis
2005-11-12VIA Rhine ethernet worksMartin Reindl
ok brad@
2005-11-12print memory the same way as it is done on i386/amd64.Dale Rahn
2005-11-11Add i2c controller support.Mark Kettenis
2005-11-11Add maciic(4), an OpenFirware aware version of iic(4).Mark Kettenis
2005-11-11Switch to sensors thread.Mark Kettenis
2005-11-08Frequency scaling detection for IBM 970FX.Mark Kettenis
ok drahn@
2005-11-08We need 64-bit and altivec instructions, so might just as well allow anyMark Kettenis
powerpc instruction. ok drahn@
2005-11-07remove vtophys() on *ppc.Brad Smith
ok drahn@
2005-11-06Add attachment of ki2c at memc as well as macobio, wil be used on G5.Dale Rahn
2005-11-05add or enable lmc(4)Brad Smith
2005-11-05split from ki2c.cBrad Smith
2005-11-05some driver cleanup, ANSI/KNF and more consistency between the drivers.Brad Smith
ok joris@
2005-10-31print something useful about mainbus, system model as reported by Openfirmware.Dale Rahn
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
required for net80211 support. Updated version of a diff from dlg@ similiar diff ok fgsch@, ok dlg@
2005-10-31enable tumbler* to encourage more testing. it works on a 4th genBrad Smith
PowerBook but not on the 12" iBook I have (not without an i2s change).
2005-10-31add support for bass & treble.Brad Smith
2005-10-31update datasheet URL.Brad Smith
2005-10-31- add needed bass & treble glue in i2s;Joris Vink
- add support for bass & treble in snapper; ok drahn@
2005-10-31work in progress on a tumbler driver, driver is commented out for now.Brad Smith
2005-10-31add aoa audio support, found in several macppc machinesJoris Vink
ok drahn@
2005-10-30add daca audio support, found in some macppc machines;Joris Vink
ok drahn@
2005-10-30Update RTC on reboot.Mark Kettenis
ok drahn@
2005-10-28kill unneeded node argument in snapper_init()Joris Vink
ok drahn@
2005-10-26Mach-macro wipeoutMartin Reindl
'do it' deraadt@
2005-10-26add an i2s framework, which can be reused in new audio driversJoris Vink
for macppc, as most modern Apple machines have i2s-based audio. also let snapper use i2s.c right away; tested by Antoine Jacoutot, drahn@ and kettenis@ "yes, commit!" drahn@, ok kettenis@
2005-10-25re-enable IPv6 on the macppc RAMDISK.Brad Smith
ok deraadt@
2005-10-23Allow devices to attach behind memory controller, u3 has secondary interruptDale Rahn
controller, i2c, and dart(?) behind it.
2005-10-23up to 18 lines of unconfigured gpio pins is just noise, hide behind ifdef.Dale Rahn
2005-10-23Preliminary sensors support for iMac G5.Mark Kettenis
2005-10-22Make sure we use the corrrect interrupt line on Shasta.Mark Kettenis
ok drahn@
2005-10-22Initialize ddb again.Mark Kettenis
ok drahn@, "yeah" deraadt@
2005-10-22s/970/970FX/gMark Kettenis
ok drahn@
2005-10-21Clean up RTC code.Mark Kettenis
ok drahn@
2005-10-20revert to revision 1.16 for now, 1.17 and 1.18 broke audioJoris Vink
on a lot of macppc machines that use this driver; ok drahn@
2005-10-20cannot manipulate hid0 register yet in 64 bit mode (because we are runningTheo de Raadt
in 32 bit mode, and ibm moves the bits....) ok drahn
2005-10-20s/mtrspr/mtsprg in ddblowMark Kettenis
ok drahn@
2005-10-19Add smu(4).Mark Kettenis
ok drahn@
2005-10-17remove /bcom5421 from the OF device map table, this is actually a PHY.Brad Smith
ok deraadt@
2005-10-16Turn /k2-sata-root into T_BUS; makes us recognize the bootpath of internalMark Kettenis
disks on G5 systems with K2 SATA. ok deraadt@
2005-10-16Allow PCI_INTERRUPT_PIN_NONE for the interrupt pin.Mark Kettenis
HyperTransport delivers interrupts via messages and does not define any interrupt pins. (The documentation even warns that some operating systems will not function correctly without a non-zero value in its Interrupt Pin configuration space register.) ok deraadt@
2005-10-16print the hardware irq number, not the bogus internal number for 'vmstat -i'Dale Rahn
2005-10-15Fall back on OF to reboot/power down.Mark Kettenis
commit drahn@
2005-10-15- merge adb_direct.h bits into adbvar.hMartin Reindl
- rename ADB_HW_PB to ADB_HW_PMU from NetBSD ok brad@; additonal testing krw@
2005-10-14Fixup some mnemonics, code was correct, stupid assembler doesn't typeDale Rahn
check closely...
2005-10-12also handle network device bootpaths. also tested by drahn and kettenisTheo de Raadt
2005-10-11Dont reset the registers if the same speed is programmed. helps reduceDale Rahn
the possible race where the frequency fails to set when changing speeds. hopefully this will workaround the problem reported on misc@
2005-10-09remove some NetBSD/OpenBSD portability cruft.Brad Smith
compiles ok kettenis@
2005-10-09Try to recover part of the reserved space from the OF_claim above.Dale Rahn