EXPORT_SYMTAB and kernel 2.2.x

2001-01-29 Thread Mike Panetta
I am trying to add some drivers to kernel 2.2.16 and I think I have everything done right except that when it tries to compile the driver I get an error message saying that EXPORT_SYMTAB is not defined. How do I fix this? I have added a target to the Config.in and I have added what I think to

Re: EXPORT_SYMTAB and kernel 2.2.x

2001-01-29 Thread Mike Panetta
Nevermind... I figured it out... I added the modules to the MX_OBJS list and it worked fine. Mike -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

ACPI broken in 2.4.4-ac6

2001-05-10 Thread Mike Panetta
ACPI seems to be broken on 2.4.4-ac6 or atleast poweroff is broken. During bootup all ACPI prints is that it was enabled, it used to (in plain jane 2.4.4) print the sleep levels supported by the bios but does not in ac6. What could be the cause? Thanks, Mike -- - To unsubscribe from this

2.4.4 + LFS what am I doing wrong?

2001-05-14 Thread Mike Panetta
I cannot for the life of me get LFS working. I have recompiled the glibc rpm (the 2.2.1 one) for i686 and installed it. I have recompiled fileutils against that glibc. It still tells me that the file is too large when I do a dd if=/dev/zero of=bigfile bs=8192 it stops at 2.0GB (ls -lh). What

Re: FWD: Re: Linux pipe question

2000-09-20 Thread Mike Panetta
Thanks for the reply! On Wed, Sep 20, 2000 at 07:29:06PM +0200, Jakob Østergaard wrote: On Wed, Sep 20, 2000 at 12:31:25PM -0400, Mike Panetta wrote: Can anyone answer this? I am not sure if unnamed pipes in linux are pageable or not. If an unnamed pipe could be paged out what could

kernel 2.4.2-ac14 in vmware - hangs

2001-03-08 Thread Mike Panetta
I am using VMware to test a linux install and since I have upgraded to 2.4.2-ac14 the VM locks up right after: calibrating APIC timer ... . CPU clock speed is 1152.4771 MHz. . host bus clock speed is 0. MHz. cpu: 0, clocks: 0, slice: 0 The last line is where it locks up... Its

kernel panic when using loop device on kernel 2.4.3

2001-04-18 Thread Mike Panetta
I have been getting kernel panics on kernel 2.4.3 when using the loop device on a rather regular basis. I get a kernel panic but no oops message. The kernel panic message says Kernel panic: invalid blocksize passed to set_blocksize. I saw that someone else on the list has had these problems as

HPT366 IDE DMA error question.

2001-04-26 Thread Mike Panetta
What could cause this error? hdi: timeout waiting for DMA ide_dmaproc: chipset supported ide_dma_timeout func only: 14 hdi: irq timeout: status=0x58 { DriveReady SeekComplete DataRequest } hdi: DMA disabled ide4: reset: success I get this message on all my off board HPT366 based controller

APIC priorities, can they be changed?

2007-02-15 Thread Mike Panetta
I am not on the list (corperate email sucks) so please CC any replies to me. Thanks. I am working on a project that has run in to what seems to be an interrupt priority problem. We switched mainboards in our product and went from a system where the EHCI controller IRQ was of a fairly high

Re: APIC priorities, can they be changed?

2007-02-15 Thread Mike Panetta
linux-os (Dick Johnson) wrote: On Thu, 15 Feb 2007, Mike Panetta wrote: I am not on the list (corperate email sucks) so please CC any replies to me. Thanks. [snip] I have seen the preempt patches, but they touch a lot of files, and we have gone through testing with the 2.6.16.19 kernel

2.4.4 + LFS what am I doing wrong?

2001-05-14 Thread Mike Panetta
I cannot for the life of me get LFS working. I have recompiled the glibc rpm (the 2.2.1 one) for i686 and installed it. I have recompiled fileutils against that glibc. It still tells me that the file is too large when I do a dd if=/dev/zero of=bigfile bs=8192 it stops at 2.0GB (ls -lh). What

EXPORT_SYMTAB and kernel 2.2.x

2001-01-29 Thread Mike Panetta
I am trying to add some drivers to kernel 2.2.16 and I think I have everything done right except that when it tries to compile the driver I get an error message saying that EXPORT_SYMTAB is not defined. How do I fix this? I have added a target to the Config.in and I have added what I think to

Re: EXPORT_SYMTAB and kernel 2.2.x

2001-01-29 Thread Mike Panetta
Nevermind... I figured it out... I added the modules to the MX_OBJS list and it worked fine. Mike -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

kernel panic when using loop device on kernel 2.4.3

2001-04-18 Thread Mike Panetta
I have been getting kernel panics on kernel 2.4.3 when using the loop device on a rather regular basis. I get a kernel panic but no oops message. The kernel panic message says Kernel panic: invalid blocksize passed to set_blocksize. I saw that someone else on the list has had these problems as

HPT366 IDE DMA error question.

2001-04-26 Thread Mike Panetta
What could cause this error? hdi: timeout waiting for DMA ide_dmaproc: chipset supported ide_dma_timeout func only: 14 hdi: irq timeout: status=0x58 { DriveReady SeekComplete DataRequest } hdi: DMA disabled ide4: reset: success I get this message on all my off board HPT366 based controller

ACPI broken in 2.4.4-ac6

2001-05-10 Thread Mike Panetta
ACPI seems to be broken on 2.4.4-ac6 or atleast poweroff is broken. During bootup all ACPI prints is that it was enabled, it used to (in plain jane 2.4.4) print the sleep levels supported by the bios but does not in ac6. What could be the cause? Thanks, Mike -- - To unsubscribe from this

kernel 2.4.2-ac14 in vmware - hangs

2001-03-08 Thread Mike Panetta
I am using VMware to test a linux install and since I have upgraded to 2.4.2-ac14 the VM locks up right after: calibrating APIC timer ... . CPU clock speed is 1152.4771 MHz. . host bus clock speed is 0. MHz. cpu: 0, clocks: 0, slice: 0 The last line is where it locks up... Its

FWD: Re: Linux pipe question

2000-09-20 Thread Mike Panetta
Can anyone answer this? I am not sure if unnamed pipes in linux are pageable or not. If an unnamed pipe could be paged out what could be done to prevent that from happening? TIA, Mike - Forwarded message from AW <[EMAIL PROTECTED]> - Date: Wed, 20 Sep 2000 12:27:05 -0400 From: AW

Re: FWD: Re: Linux pipe question

2000-09-20 Thread Mike Panetta
Thanks for the reply! On Wed, Sep 20, 2000 at 07:29:06PM +0200, Jakob Østergaard wrote: > On Wed, Sep 20, 2000 at 12:31:25PM -0400, Mike Panetta wrote: > > Can anyone answer this? > > I am not sure if unnamed pipes in linux > > are pageable or not. If an unnamed pipe &

APIC priorities, can they be changed?

2007-02-15 Thread Mike Panetta
I am not on the list (corperate email sucks) so please CC any replies to me. Thanks. I am working on a project that has run in to what seems to be an interrupt priority problem. We switched mainboards in our product and went from a system where the EHCI controller IRQ was of a fairly high

Re: APIC priorities, can they be changed?

2007-02-15 Thread Mike Panetta
linux-os (Dick Johnson) wrote: On Thu, 15 Feb 2007, Mike Panetta wrote: > I am not on the list (corperate email sucks) so please CC any replies to > me. Thanks. [snip] > I have seen the preempt patches, but they touch a lot of files, and we > have gone through testing with t