-
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: 162335 b: refs/heads/master c: f00a86d h: refs/heads/master i: 162333: c1af01d 162331: dcb80c8 162327: 3aeaa1e 162319: 3e0d5fe 162303: dca10f0 v: v3
- Loading branch information
Martyn Welch
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
8aa4759
commit c7c521a
Showing
7 changed files
with
831 additions
and
4 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: a17a75e2666f7175baac838bc4b6d11324dca3ef | ||
refs/heads/master: f00a86d98a1ec3e99d352cda926fab767ba43b1f |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
obj-$(CONFIG_VME) += vme.o | ||
|
||
#obj-y += bridges/ | ||
#obj-y += devices/ | ||
obj-y += devices/ |
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,8 @@ | ||
comment "VME Device Drivers" | ||
|
||
config VME_USER | ||
tristate "VME user space access driver" | ||
help | ||
If you say Y here you want to be able to access a limited number of | ||
VME windows in a manner at least semi-compatible with the interface | ||
provided with the original driver at http://vmelinux.org/. |
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,5 @@ | ||
# | ||
# Makefile for the VME device drivers. | ||
# | ||
|
||
obj-$(CONFIG_VME_USER) += vme_user.o |
Oops, something went wrong.