From owner-cvs-sys Thu Jan 8 04:32:46 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09481 for cvs-sys-outgoing; Thu, 8 Jan 1998 04:32:46 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09314; Thu, 8 Jan 1998 04:30:41 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA06442; Thu, 8 Jan 1998 04:30:30 -0800 (PST) Date: Thu, 8 Jan 1998 04:30:30 -0800 (PST) Message-Id: <199801081230.EAA06442@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 autoconf.c userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/01/08 04:30:30 PST Modified files: (Branch: RELENG_2_2) sys/i386/i386 autoconf.c userconfig.c Log: MFC: pnp support. Seems to work according to all testers, and this will make merging the new audio code (at some point) that much easier. Revision Changes Path 1.56.2.8 +10 -1 src/sys/i386/i386/autoconf.c 1.63.2.21 +186 -2 src/sys/i386/i386/userconfig.c