Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2002 21:52:16 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21477 for review
Message-ID:  <200211250552.gAP5qGIQ044372@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21477

Change 21477 by marcel@marcel_nfs on 2002/11/24 21:52:00

	Recognize the HP Diva multiport UART. Don't probe for PCI
	UARTs.

Affected files ...

.. //depot/projects/ia64/sys/dev/sio/sio_pci.c#8 edit

Differences ...

==== //depot/projects/ia64/sys/dev/sio/sio_pci.c#8 (text+ko) ====

@@ -77,6 +77,7 @@
 	{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
 	{ 0x0103115d, "Xircom Cardbus modem", 0x10 },
 	{ 0x98459710, "Netmos Nm9845 PCI Bridge with Dual UART", 0x10 },
+	{ 0x1048103c, "Diva Serial [GSP] Multiport UART", -0x10 },
 	{ 0x00000000, NULL, 0 }
 };
 
@@ -143,7 +144,7 @@
 #ifdef PC98
 	SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550));
 #endif
-	return (sioprobe(dev, id->rid, 0UL, 0));
+	return (sioprobe(dev, id->rid, 0UL, 1));
 }
 
 DRIVER_MODULE(sio, pci, sio_pci_driver, sio_devclass, 0, 0);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211250552.gAP5qGIQ044372>