- 13 Feb, 2004 29 commits
-
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
The secondary MPIC is now supported on ppc64, so the driver can use interrupts all the time now
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
This syscall is used by XFree to retreive the IO base of the bus where the video card is plugged. This is only implemented for compatibility with existing XFree86, I don't plan to do a 64 bits version, XFree shall be fixed to use proper PCI access methods
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
This is only used with the "sccdbg" kernel command line option, as you need a special adapter (www.geethree.com) to get access to the serial port on those machines.
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
This involves moving the final fixup to a function pointer in machdep, turning all the PCI DMA routines into function pointers in a separate structure and a bit of renaming work. The PowerMac currently use "direct" PCI DMA bypassing the iommu. The driver for the IOMMU will come later, allowing us to lift the limitation to 2Gb of RAM
-
Benjamin Herrenschmidt authored
This involves making the actual read/write routines be indirect through ppc_md, and adding the various nvram partition types used on a PowerMac.
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
Also move some of the init cruft into separate function to make things slightly more readable. We sill need to significantly cleanup that file, but that will come later... Properly export the OF device-tree accessors to modules
-
Benjamin Herrenschmidt authored
Apple's OF boots us with translation enabled. Also move the copy_and_flush of the CPU holding loop to prom.c as it mustn't be called on platforms that don't boot in real mode (that space isn't always mapped)
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
- 11 Feb, 2004 11 commits
-
-
Wim Van Sebroeck authored
Source WATCHDOG config info from drivers/char/watchdog/Kconfig for m68k, sparc and sparc64 architectures
-
Wim Van Sebroeck authored
Add the Berkshire Products PCI-PC Watchdog driver
-
Wim Van Sebroeck authored
Apparently we ported the indydog code to the 2.5/2.6 kernel series, but we forgot to put it in the kernel configuration file + the Makefile
-
Wim Van Sebroeck authored
Cleanup/Restructuring of drivers/char/watchdog/Kconfig
-
Wim Van Sebroeck authored
Version 0.06 of the intel i8xx TCO driver: * change i810_margin to heartbeat (in seconds) * use module_param * added notify system support * renamed module to i8xx_tco
-
Wim Van Sebroeck authored
Added notifier support Moved start and stop code to their own subroutines Extended ioctl support Add MODULE_* info
-
Wim Van Sebroeck authored
small cleanup
-
Wim Van Sebroeck authored
Update MODULE_* information
-
Wim Van Sebroeck authored
Make heartbeat a module parameter and some general clean-up.
-
Matthew Wilcox authored
In order to make the watchdog menu useful for some architectures, we need to only be able to select the watchdogs that can compile. This patch also moves the SuperH watchdog from its own Kconfig file to the normal one.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-