-
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: 106467 b: refs/heads/master c: 8be1a6d h: refs/heads/master i: 106465: e07364b 106463: 036e73e v: v3
- Loading branch information
Linus Torvalds
committed
Jul 27, 2008
1 parent
7218b8b
commit 03b7f2a
Showing
1,302 changed files
with
52,529 additions
and
13,716 deletions.
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: cc9969c96765476db5e30c9e074a57838604c1d1 | ||
refs/heads/master: 8be1a6d6c77ab4532e4476fdb8177030ef48b52c |
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
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
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,67 @@ | ||
=============================================================== | ||
== BT8XXGPIO driver == | ||
== == | ||
== A driver for a selfmade cheap BT8xx based PCI GPIO-card == | ||
== == | ||
== For advanced documentation, see == | ||
== http://www.bu3sch.de/btgpio.php == | ||
=============================================================== | ||
|
||
|
||
A generic digital 24-port PCI GPIO card can be built out of an ordinary | ||
Brooktree bt848, bt849, bt878 or bt879 based analog TV tuner card. The | ||
Brooktree chip is used in old analog Hauppauge WinTV PCI cards. You can easily | ||
find them used for low prices on the net. | ||
|
||
The bt8xx chip does have 24 digital GPIO ports. | ||
These ports are accessible via 24 pins on the SMD chip package. | ||
|
||
|
||
============================================== | ||
== How to physically access the GPIO pins == | ||
============================================== | ||
|
||
The are several ways to access these pins. One might unsolder the whole chip | ||
and put it on a custom PCI board, or one might only unsolder each individual | ||
GPIO pin and solder that to some tiny wire. As the chip package really is tiny | ||
there are some advanced soldering skills needed in any case. | ||
|
||
The physical pinouts are drawn in the following ASCII art. | ||
The GPIO pins are marked with G00-G23 | ||
|
||
G G G G G G G G G G G G G G G G G G | ||
0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 | ||
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||
--------------------------------------------------------------------------- | ||
--| ^ ^ |-- | ||
--| pin 86 pin 67 |-- | ||
--| |-- | ||
--| pin 61 > |-- G18 | ||
--| |-- G19 | ||
--| |-- G20 | ||
--| |-- G21 | ||
--| |-- G22 | ||
--| pin 56 > |-- G23 | ||
--| |-- | ||
--| Brooktree 878/879 |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| |-- | ||
--| O |-- | ||
--| |-- | ||
--------------------------------------------------------------------------- | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||
^ | ||
This is pin 1 | ||
|
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
Oops, something went wrong.