From owner-cvs-all Tue Dec 21 1:16: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89E9514EA5; Tue, 21 Dec 1999 01:16:07 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA30607; Tue, 21 Dec 1999 01:16:07 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912210916.BAA30607@freefall.freebsd.org> From: Peter Wemm Date: Tue, 21 Dec 1999 01:16:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/21 01:16:05 PST Modified files: sys/isa sio.c Log: Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Some of these are bound to have a PNP05xx compatid, but there's no easy way to tell. Since it's just an ID list and uses the pnp header's description strings rather than encoding strings here, it doesn't seem to be too expensive to err on the safe side. Revision Changes Path 1.281 +48 -8 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message