Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9b88b133
Commit
9b88b133
authored
Mar 21, 2003
by
Alan Cox
Committed by
Linus Torvalds
Mar 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] pc9800 CS4232 driver
parent
934899d8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
900 additions
and
0 deletions
+900
-0
sound/isa/cs423x/pc98.c
sound/isa/cs423x/pc98.c
+466
-0
sound/isa/cs423x/pc9801_118_magic.h
sound/isa/cs423x/pc9801_118_magic.h
+411
-0
sound/isa/cs423x/sound_pc9800.h
sound/isa/cs423x/sound_pc9800.h
+23
-0
No files found.
sound/isa/cs423x/pc98.c
0 → 100644
View file @
9b88b133
This diff is collapsed.
Click to expand it.
sound/isa/cs423x/pc9801_118_magic.h
0 → 100644
View file @
9b88b133
This diff is collapsed.
Click to expand it.
sound/isa/cs423x/sound_pc9800.h
0 → 100644
View file @
9b88b133
#ifndef _SOUND_PC9800_H_
#define _SOUND_PC9800_H_
#include <asm/io.h>
#define PC9800_SOUND_IO_ID 0xa460
/* Sound Functions ID. */
#define PC9800_SOUND_ID() ((inb(PC9800_SOUND_IO_ID) >> 4) & 0x0f)
#define PC9800_SOUND_ID_DO 0x0
/* PC-98DO+ Internal */
#define PC9800_SOUND_ID_GS 0x1
/* PC-98GS Internal */
#define PC9800_SOUND_ID_73 0x2
/* PC-9801-73 (base 0x18x) */
#define PC9800_SOUND_ID_73A 0x3
/* PC-9801-73/76 (base 0x28x) */
#define PC9800_SOUND_ID_86 0x4
/* PC-9801-86 and compatible (base 0x18x) */
#define PC9800_SOUND_ID_86A 0x5
/* PC-9801-86 (base 0x28x) */
#define PC9800_SOUND_ID_NF 0x6
/* PC-9821Nf/Np Internal */
#define PC9800_SOUND_ID_XMATE 0x7
/* X-Mate Internal and compatible */
#define PC9800_SOUND_ID_118 0x8
/* PC-9801-118 and compatible(CanBe Internal, etc.) */
#define PC9800_SOUND_ID_UNKNOWN 0xf
/* Unknown (No Sound System or PC-9801-26) */
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment