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
nexedi
linux
Commits
cf288bd5
Commit
cf288bd5
authored
Oct 02, 2013
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k/UAPI: Move VME Board ID definition to <asm/bootinfo-vme.h>
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
8693d616
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
17 deletions
+23
-17
arch/m68k/include/asm/mvme16xhw.h
arch/m68k/include/asm/mvme16xhw.h
+0
-15
arch/m68k/include/uapi/asm/bootinfo-vme.h
arch/m68k/include/uapi/asm/bootinfo-vme.h
+23
-2
No files found.
arch/m68k/include/asm/mvme16xhw.h
View file @
cf288bd5
...
@@ -3,21 +3,6 @@
...
@@ -3,21 +3,6 @@
#include <asm/irq.h>
#include <asm/irq.h>
/* Board ID data structure - pointer to this retrieved from Bug by head.S */
/* Note, bytes 12 and 13 are board no in BCD (0162,0166,0167,0177,etc) */
typedef
struct
{
char
bdid
[
4
];
u_char
rev
,
mth
,
day
,
yr
;
u_short
size
,
reserved
;
u_short
brdno
;
char
brdsuffix
[
2
];
u_long
options
;
u_short
clun
,
dlun
,
ctype
,
dnum
;
u_long
option2
;
}
t_bdid
,
*
p_bdid
;
typedef
struct
{
typedef
struct
{
u_char
ack_icr
,
u_char
ack_icr
,
...
...
arch/m68k/include/uapi/asm/bootinfo-vme.h
View file @
cf288bd5
...
@@ -28,11 +28,32 @@
...
@@ -28,11 +28,32 @@
#define VME_TYPE_BVME4000 0x4000
/* BVM Ltd. BVME4000 */
#define VME_TYPE_BVME4000 0x4000
/* BVM Ltd. BVME4000 */
#define VME_TYPE_BVME6000 0x6000
/* BVM Ltd. BVME6000 */
#define VME_TYPE_BVME6000 0x6000
/* BVM Ltd. BVME6000 */
/* BI_VME_BRDINFO is a 32 byte struct as returned by the Bug code on
#ifndef __ASSEMBLY__
/*
* Board ID data structure - pointer to this retrieved from Bug by head.S
*
* BI_VME_BRDINFO is a 32 byte struct as returned by the Bug code on
* Motorola VME boards. Contains board number, Bug version, board
* Motorola VME boards. Contains board number, Bug version, board
* configuration options, etc. See include/asm/mvme16xhw.h for details.
* configuration options, etc.
*
* Note, bytes 12 and 13 are board no in BCD (0162,0166,0167,0177,etc)
*/
*/
typedef
struct
{
char
bdid
[
4
];
u_char
rev
,
mth
,
day
,
yr
;
u_short
size
,
reserved
;
u_short
brdno
;
char
brdsuffix
[
2
];
u_long
options
;
u_short
clun
,
dlun
,
ctype
,
dnum
;
u_long
option2
;
}
t_bdid
,
*
p_bdid
;
#endif
/* __ASSEMBLY__ */
/*
/*
* Latest VME bootinfo versions
* Latest VME bootinfo versions
...
...
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