Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
drivers
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Liam Naddell
drivers
Commits
24f9dbcc
Commit
24f9dbcc
authored
May 10, 2017
by
Jeremy Soller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pcid.toml, cargo workspace
parent
15675ea9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
88 additions
and
0 deletions
+88
-0
Cargo.toml
Cargo.toml
+14
-0
pcid.toml
pcid.toml
+74
-0
No files found.
Cargo.toml
0 → 100644
View file @
24f9dbcc
[workspace]
members
=
[
"ahcid"
,
"alxd"
,
"bgad"
,
"e1000d"
,
"nvmed"
,
"pcid"
,
"ps2d"
,
"rtl8168d"
,
"vboxd"
,
"vesad"
,
"xhcid"
]
pcid.toml
0 → 100644
View file @
24f9dbcc
[[drivers]]
name
=
"AHCI storage"
class
=
1
subclass
=
6
command
=
[
"ahcid"
,
"$NAME"
,
"$BAR5"
,
"$IRQ"
]
[[drivers]]
name
=
"NVME storage"
class
=
1
subclass
=
8
command
=
[
"nvmed"
,
"$NAME"
,
"$BAR0"
,
"$IRQ"
]
[[drivers]]
name
=
"QEMU Graphics Array"
class
=
3
vendor
=
4660
device
=
4369
command
=
[
"bgad"
,
"$NAME"
,
"$BAR0"
]
[[drivers]]
name
=
"VirtualBox Graphics Array"
class
=
3
vendor
=
33006
device
=
48879
command
=
[
"bgad"
,
"$NAME"
,
"$BAR0"
]
[[drivers]]
name
=
"VirtualBox Guest Device"
class
=
8
vendor
=
33006
device
=
51966
command
=
[
"vboxd"
,
"$NAME"
,
"$BAR0"
,
"$BAR1"
,
"$IRQ"
]
[[drivers]]
name
=
"82543GC NIC"
class
=
2
vendor
=
32902
device
=
4100
command
=
[
"e1000d"
,
"$NAME"
,
"$BAR0"
,
"$IRQ"
]
[[drivers]]
name
=
"82540EM NIC"
class
=
2
vendor
=
32902
device
=
4110
command
=
[
"e1000d"
,
"$NAME"
,
"$BAR0"
,
"$IRQ"
]
[[drivers]]
name
=
"82545EM NIC"
class
=
2
vendor
=
32902
device
=
4111
command
=
[
"e1000d"
,
"$NAME"
,
"$BAR0"
,
"$IRQ"
]
[[drivers]]
name
=
"82579V NIC"
class
=
2
vendor
=
32902
device
=
5379
command
=
[
"e1000d"
,
"$NAME"
,
"$BAR0"
,
"$IRQ"
]
[[drivers]]
name
=
"RTL8168 NIC"
class
=
2
vendor
=
4332
device
=
33128
command
=
[
"rtl8168d"
,
"$NAME"
,
"$BAR2"
,
"$IRQ"
]
[[drivers]]
name
=
"XHCI"
class
=
12
subclass
=
3
interface
=
48
command
=
[
"xhcid"
,
"$NAME"
,
"$BAR0"
,
"$IRQ"
]
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