- 12 Feb, 2004 1 commit
-
-
bk://kernel.bkbits.net/davem/netfix-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 11 Feb, 2004 7 commits
-
-
Linus Torvalds authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/netfix-2.6
-
David S. Miller authored
-
Benjamin Herrenschmidt authored
The patch adding the OF platform entries had a typo ;) ppc32 needs this.
-
Benjamin Herrenschmidt authored
Here is the new radeonfb. It doesn't remove the old one, just in case, though CONFIG_FB_RADEON now builds the new one. The new driver supports recent cards, has better monitor detection, including DDC2, fixes a couple of constants in the old driver, and a lot more. I had to add an empty fb_set_suspend() function to fbmem.c (the real implementation is in James tree and will be here soon). That means that Power Management on Apple laptops isn't completely right yet until the core fbdev fixes get in, but it's good enough for now.
-
Benjamin Herrenschmidt authored
rivafb is part of the g5 defconfig, but will cause a build error on ppc64 due to a missing #include, here is the fix.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 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 3 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
-