Re: [patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-17 Thread tytso
Date: Sun, 17 Dec 2000 01:51:15 +0100 (CET) From: Lukasz Trabinski <[EMAIL PROTECTED]> OK, You have right, I'm not a driver programmer, but it probably should look like this: +#define PCI_DEVICE_ID_OXSEMI_16PCI954 0x9501 That's correct, yes. The reason why the original poster

Re: [patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-16 Thread Lukasz Trabinski
On Sat, 16 Dec 2000, Tim Waugh wrote: > > -#define PCI_DEVICE_ID_OXSEMI_16PCI954PP0x9513 > > +#define PCI_DEVICE_ID_OXSEMI_16PCI954 0x9513 > > Alan, do not apply, this will break the parport code. > > If the OXSEMI_16PCI954 is _missing_, it probably ought to be _added_, > but it does not

Re: [patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-16 Thread Tim Waugh
On Fri, Dec 15, 2000 at 09:57:42PM +0100, Lukasz Trabinski wrote: > In serial dirver from Theodore Ts'o we have: > > { PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_OXSEMI_16PCI954, This is for a serial port device. > (IMHO that is correct), but in kernel 2.2.18 we have: >

Re: [patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-16 Thread Tim Waugh
On Fri, Dec 15, 2000 at 09:57:42PM +0100, Lukasz Trabinski wrote: In serial dirver from Theodore Ts'o we have: { PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_OXSEMI_16PCI954, This is for a serial port device. (IMHO that is correct), but in kernel 2.2.18 we have:

Re: [patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-15 Thread Bruce Korb
Lukasz Trabinski wrote: > include/linux/pci_ids.h:#define PCI_DEVICE_ID_OXSEMI_16PCI954 0x9501 > > (IMHO that is correct), but in kernel 2.2.18 we have: > (include/kernel/pci.h) > #define PCI_DEVICE_ID_OXSEMI_16PCI954PP0x9513 > ^^ > > Please

[patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-15 Thread Lukasz Trabinski
Hello I'm tring to use serial driver 5.05 with kernel in version 2.2.18. There is a little problem with vendor definition in kernel source. In serial dirver from Theodore Ts'o we have: { PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_OXSEMI_16PCI954,

[patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-15 Thread Lukasz Trabinski
Hello I'm tring to use serial driver 5.05 with kernel in version 2.2.18. There is a little problem with vendor definition in kernel source. In serial dirver from Theodore Ts'o we have: { PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_OXSEMI_16PCI954,

Re: [patch] 2.2.18 PCI_DEVICE_ID_OXSEMI_16PCI954

2000-12-15 Thread Bruce Korb
Lukasz Trabinski wrote: include/linux/pci_ids.h:#define PCI_DEVICE_ID_OXSEMI_16PCI954 0x9501 (IMHO that is correct), but in kernel 2.2.18 we have: (include/kernel/pci.h) #define PCI_DEVICE_ID_OXSEMI_16PCI954PP0x9513 ^^ Please correct, if