-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 186568 b: refs/heads/master c: 7963eb4 h: refs/heads/master v: v3
- Loading branch information
Jarod Wilson
authored and
Greg Kroah-Hartman
committed
Mar 4, 2010
1 parent
79c65ef
commit 289da53
Showing
19 changed files
with
19,684 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ca1f29c01aaa37d522dc6ce311769731f5f1919e | ||
refs/heads/master: 7963eb432be2ebbf7e740bcdf6b385cc68fb7627 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config CRYSTALHD | ||
tristate "Broadcom Crystal HD video decoder support" | ||
depends on PCI | ||
default n | ||
help | ||
Support for the Broadcom Crystal HD video decoder chipset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
obj-$(CONFIG_CRYSTALHD) += crystalhd.o | ||
|
||
crystalhd-objs := crystalhd_cmds.o \ | ||
crystalhd_hw.o \ | ||
crystalhd_lnx.o \ | ||
crystalhd_misc.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- Testing | ||
- Cleanup return codes | ||
- Cleanup typedefs | ||
- Cleanup all WIN* references | ||
- Allocate an Accelerator device class specific Major number, | ||
since we don't have any other open sourced accelerators, it is the only | ||
one in that category for now. | ||
A somewhat similar device is the DXR2/3 | ||
|
||
Please send patches to: | ||
Greg Kroah-Hartman <greg@kroah.com> | ||
Naren Sankar <nsankar@broadcom.com> | ||
Jarod Wilson <jarod@wilsonet.com> | ||
Scott Davilla <davilla@4pi.com> | ||
Manu Abraham <abraham.manu@gmail.com> | ||
|
Oops, something went wrong.