mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
[PATCH] AX88796 parallel port driver
Driver for the simple parallel port interface on the Asix AX88796 chip on an platform_bus. [akpm@osdl.org: x86_64 build fix] Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
11e64757f9
commit
ad4063b0b2
4 changed files with 462 additions and 1 deletions
|
@ -127,6 +127,10 @@ struct amiga_parport_state {
|
|||
unsigned char statusdir;/* ciab.ddrb & 7 */
|
||||
};
|
||||
|
||||
struct ax88796_parport_state {
|
||||
unsigned char cpr;
|
||||
};
|
||||
|
||||
struct ip32_parport_state {
|
||||
unsigned int dcr;
|
||||
unsigned int ecr;
|
||||
|
@ -138,6 +142,7 @@ struct parport_state {
|
|||
/* ARC has no state. */
|
||||
struct ax_parport_state ax;
|
||||
struct amiga_parport_state amiga;
|
||||
struct ax88796_parport_state ax88796;
|
||||
/* Atari has not state. */
|
||||
struct ip32_parport_state ip32;
|
||||
void *misc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue