From owner-p4-projects Sun Nov 24 21:55:46 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E43F537B404; Sun, 24 Nov 2002 21:55:44 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B67137B401 for ; Sun, 24 Nov 2002 21:55:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3925243E88 for ; Sun, 24 Nov 2002 21:55:44 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAP5qHmV044375 for ; Sun, 24 Nov 2002 21:52:17 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAP5qGIQ044372 for perforce@freebsd.org; Sun, 24 Nov 2002 21:52:16 -0800 (PST) Date: Sun, 24 Nov 2002 21:52:16 -0800 (PST) Message-Id: <200211250552.gAP5qGIQ044372@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 21477 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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