- 13 Feb, 2004 4 commits
-
-
Linus Torvalds authored
and we do _not_ want the broken MACZILOG serial driver.
-
Linus Torvalds authored
This turned what _should_ have been a nice easy oops into a nightmare of debugging. Kernel debuggers suck.
-
Jeff Garzik authored
Also update copyrights for 2004.
-
Jeff Garzik authored
Hardware issue on Intel ICH5 requires an additional ack sequence over and above the normal IDE DMA interrupt ack requirements. Issue described in post to freebsd list: http://www.mail-archive.com/freebsd-stable@freebsd.org/msg58421.html Since the bug workaround only requires a single additional PIO or MMIO read in the interrupt handler, it is applied to all chipsets using the standard libata interrupt handler. Credit for research the issue, creating the patch, and testing the patch all go to Jon Burgess.
-
- 12 Feb, 2004 4 commits
-
-
Benjamin Herrenschmidt authored
They both define radeon_engine_reset. Here's a fix (from Panagiotis Papadakos).
-
Linus Torvalds authored
correctly handle the "restart from this device/driver" case, and caused oopses with ieee1394. This just uses "list_for_each_entry_continue()" instead. Add helper macro to make usage of "list_for_each_entry_continue()" a bit more readable.
-
bk://kernel.bkbits.net/davem/atm-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/netfix-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 11 Feb, 2004 10 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.
-
Chas Williams authored
-
Chas Williams authored
-
Chas Williams authored
-
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 22 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.
-