Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 1998 10:39:29 +0800 (SGT)
From:      Wilson Tam <wilson@krdl.org.sg>
To:        freebsd-stable@FreeBSD.ORG
Subject:   some simple fixes for bt849 card
Message-ID:  <Pine.BSF.3.96.980912102351.27305B-100000@witamach.krdl.org.sg>
In-Reply-To: <199809072018.VAA01953@rotting.cheese.org>

next in thread | previous in thread | raw e-mail | index | archive | help

hi,

I have add some fixes on files brktree_reg.h and brooktree848.c which
distributed with 2.2.7-RELEASE in order to make my bt849 works. Hope this
will help someone out there who is using the same card. And pls forgive me
if the fixes has been post before...

In the file /usr/src/sys/pci/brktree_reg.h line 39:

<#define BROOKTREE 849_ID	0x0351109E
---
>#define BROOKTREE_849_ID	0x0351109E
                  ^


and in file /usr/src/sys/pci/brooktree848.c line 760 add the following two
lines

case BROOKTREE_849_ID:
	return("BrookTree 849");




-----

Cheers,

wilson


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980912102351.27305B-100000>