Re: ATAPI+SATA support in 2.6.13-rc3

2005-07-15 Thread Bas Vermeulen
On Fri, 2005-07-15 at 13:53 +0200, Carl-Daniel Hailfinger wrote: > Bas Vermeulen schrieb: > > On Fri, 2005-07-15 at 11:31 +0200, Carl-Daniel Hailfinger wrote: > > > >>Hi Jeff, > >> > >>I have a Intel ICH6M chipset and am using ata_piix as my > >>

Re: ATAPI+SATA support in 2.6.13-rc3

2005-07-15 Thread Bas Vermeulen
to #define ATA_ENABLE_ATAPI Suse has probably done that for you, it's disabled by default. -- Bas Vermeulen <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: 2.6.13-rc2 (git followed) unable to boot with initrd

2005-07-12 Thread Bas Vermeulen
On Tue, 2005-07-12 at 01:25 -0700, Andrew Morton wrote: > Bas Vermeulen <[EMAIL PROTECTED]> wrote: > > > > I am currently unable to boot 2.6.13-rc2. I've got a working 2.6.13-rc1 > > whose .config I use to compile 2.6.13-rc2. I'm attaching the failed boot

Re: 2.6.13-rc2 (git followed) unable to boot with initrd

2005-07-12 Thread Bas Vermeulen
On Tue, 2005-07-12 at 01:25 -0700, Andrew Morton wrote: > Bas Vermeulen <[EMAIL PROTECTED]> wrote: > > > > I am currently unable to boot 2.6.13-rc2. I've got a working 2.6.13-rc1 > > whose .config I use to compile 2.6.13-rc2. I'm attaching the failed boot

2.6.13-rc2 (git followed) unable to boot with initrd

2005-07-11 Thread Bas Vermeulen
I am currently unable to boot 2.6.13-rc2. I've got a working 2.6.13-rc1 whose .config I use to compile 2.6.13-rc2. I'm attaching the failed boot log to this message. I'm booting with the same options as 2.6.13-rc1. If anyone knows how to get it working again, I'd be grateful

Re: NOMMU - How to reserve 1 MB in top of memory in a clean way

2005-04-06 Thread Bas Vermeulen
On Wed, 2005-04-06 at 15:26, Catalin Marinas wrote: > Bas Vermeulen <[EMAIL PROTECTED]> wrote: > > I am currently working on the bfinnommu linux port for the BlackFin 533. > > I need to grab the top 1 MB of memory so I can give it out to drivers > > that need non-cache

Re: NOMMU - How to reserve 1 MB in top of memory in a clean way

2005-04-06 Thread Bas Vermeulen
On Wed, 2005-04-06 at 16:53, Richard B. Johnson wrote: > On Wed, 6 Apr 2005, Catalin Marinas wrote: > > > Bas Vermeulen <[EMAIL PROTECTED]> wrote: > >> I am currently working on the bfinnommu linux port for the BlackFin 533. > >> I need to grab the top 1

NOMMU - How to reserve 1 MB in top of memory in a clean way

2005-04-06 Thread Bas Vermeulen
way to cleanly grab all pages in the top megabyte of memory, so I can give them out in an implementation (to be written) of dma_alloc_coherent and friends. That top megabyte would be set to non-cached in the software cache manager. If anyone can point me in the right direction, that would be great.