Re: ide-tape oops

2005-03-09 Thread Randy.Dunlap
Grahame Jordan wrote: Hi, I have a machine on which when I run something like mt -f /dev/ht0 status it seg faults. However I have another machine same spec that works OK? Any help would be appreciated Thanks Grahame Jordan Debian testing Linux hanlay 2.6.8-2-686-smp #1 SMP Mon Jan 24 02:32:52 EST

Re: [PATCH] ide/amd74xx: fix section references

2005-03-04 Thread Randy.Dunlap
Bartlomiej Zolnierkiewicz wrote: On Fri, 4 Mar 2005 09:03:07 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: On Thu, Mar 03, 2005 at 07:48:21PM -0800, Randy.Dunlap wrote: ide/pci/amd74xx: data structs point to __init text which should be __devinit; unless (a) these are going away real soon, or (b

[PATCH] ide/serverworks: fix section references

2005-03-03 Thread Randy.Dunlap
ide/pci/serverworks: data structs point to __init text which should be __devinit; unless (a) these are going away real soon, or (b) this just can't happen, isn't a real problem, or (c) other ? Error: ./drivers/ide/pci/serverworks.o .data refers to 01e8 R_X86_64_64

[PATCH] ide/amd74xx: fix section references

2005-03-03 Thread Randy.Dunlap
ide/pci/amd74xx: data structs point to __init text which should be __devinit; unless (a) these are going away real soon, or (b) this just can't happen, isn't a real problem, or (c) other ? Error: ./drivers/ide/pci/amd74xx.o .data refers to 04d8 R_X86_64_64

[PATCH] ide: make 1-bit fields unsigned

2005-02-16 Thread Randy.Dunlap
It's a bit difficult to have a value and a sign bit in a 1-bit field. Fix (90) boolean/bitfield sparse warnings: include/linux/ide.h:937:18: warning: dubious one-bit signed bitfield include/linux/ide.h:939:17: warning: dubious one-bit signed bitfield Signed-off-by: Randy Dunlap [EMAIL PROTECTED]