From owner-cvs-sys Sat Sep 20 20:35:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA10941 for cvs-sys-outgoing; Sat, 20 Sep 1997 20:35:38 -0700 (PDT) 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 UAA10791; Sat, 20 Sep 1997 20:32:05 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA19942; Sat, 20 Sep 1997 20:27:51 -0700 (PDT) Date: Sat, 20 Sep 1997 20:27:51 -0700 (PDT) Message-Id: <199709210327.UAA19942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd ad1848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/20 20:27:51 PDT Modified files: sys/i386/isa/snd ad1848.c Log: Recognize the CS4326 on the Intel PR440FX motherboard. (It works just like the normal CS4326 except that it's had it's ID's tweaked for some reason) Also mark the device as alive in the attach routine so that the pnp system doesn't think the attach failed. Revision Changes Path 1.3 +24 -11 src/sys/i386/isa/snd/ad1848.c