Date: Thu, 11 Mar 2004 21:28:11 +0100 From: Patrick Diddens <p@diddens.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/64118: fm801 driver does not work with a TerraTec 512i Message-ID: <20040311212811.09da7069@zac.int.diddens.de> Resent-Message-ID: <200403112030.i2BKUJPT037032@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64118
>Category: kern
>Synopsis: fm801 driver does not work with a TerraTec 512i
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 11 12:30:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Patrick Diddens
>Release: FreeBSD 5.2.1-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD zac.int.diddens.de 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #0:
Wed Mar 3 13:20:10 CET 2004 p@zac.int.diddens.de:/usr/obj/usr/src/sys/ZAC i386
>Description:
The TerraTec 512i is not recognized by FM801 driver even though there is a FM801-AU on it.
>How-To-Repeat:
Put a TerraTec 512i in a FreeBSD 5.2.1-RELEASE-p1 box.
>Fix:
The card works for me with the following diff:
738c738
< if (bus_space_read_1(st, sh, 0x28) == 0) {
---
> if (bus_space_read_1(st, sh, 0x28) == 128) {
According to the XXX comment this fix may be unusable with other setups.
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040311212811.09da7069>
