Date:        Thu, 10 Aug 2000 17:15:17 +0200
   From: Craig Schlenter <[EMAIL PROTECTED]>

   TODO:
           0x0002 should be replaced by PCI_DEVICE_ID_DCI_PCCOM8 with
           #define PCI_DEVICE_ID_DCI_PCCOM8  0x0002
           in pci.h (pci_ids.h?) or something but then people without updated
           pci.h are in trouble - perhaps use a #ifdef PCI_DEVICE_ID_DCI_PCCOM8
           so driver will still compile on older kernel/pci.h versions? Yukky
           either way.

The way to solve this is to drop the #define in serial_compat.h.  When
you run the install-in-kernel script, it will copy serial_comapt.h to
/usr/src/linux/drivers/char/serial_compat.h, so that serial.c can find
it.

           5.01 wouldn't compile in 2.2.16. Had to change the rs_init thing as
           in patch ... Ted?

I haven't tried to compile a 5.x serial driver into a 2.2 kernel in a
while.  How does it not work?  __init has be defined in init.h since
before 2.2.0 was released.

                                                        - Ted

-
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to [EMAIL PROTECTED]

Reply via email to