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