[parisc-linux-cvs] linux willy
Matthew Wilcox
willy@debian.org
Fri, 24 Aug 2001 06:43:59 +0100
Re-add support for N-class and Superdome serial ports. It was deleted
during the 2.4.6 merge because the comment beside it said `A500', and
A500 worked without it.
Index: drivers/char/serial.c
===================================================================
RCS file: /home/cvs/parisc/linux/drivers/char/serial.c,v
retrieving revision 1.25
diff -u -p -r1.25 serial.c
--- serial.c 2001/08/17 06:10:06 1.25
+++ serial.c 2001/08/24 04:53:34
@@ -4854,9 +4854,15 @@ static struct pci_device_id serial_pci_t
0x1048, 0x1500, 0, 0,
pbn_b1_1_115200 },
+ /* SGI IOC3 board */
{ PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3,
0xFF00, 0, 0, 0,
pbn_sgi_ioc3 },
+
+ /* HP N class, Superdome */
+ { PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_SAS,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ pbn_b1_1_115200 },
#ifdef CONFIG_DDB5074
/*
--
Revolutions do not require corporate support.