Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclksr committed Feb 10, 2021
1 parent 5922439 commit 0264ad8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@ is a daemon that automatically tries to find and load the
suitable driver for your PCI and USB hardware. On startup
**dsbdriverd**
scans the PCI and US(B) bus for all connected devices and looks up their
driver in a database using information provided by the hardware. The same
applies to USB devices attached to the system later at runtime.
driver in a database and linker.hints files using information provided by
the hardware. The same applies to USB devices attached to the system later
at runtime.

# INSTALLATION
## Dependencies
*lang/lua52*

## Getting the source code

# git clone https://github.com/mrclksr/DSBDriverd.git

## Building and installation

# cd DSBDriverd && make install

# USAGE
Expand Down Expand Up @@ -49,7 +43,8 @@ applies to USB devices attached to the system later at runtime.
**-n**

> Just show what would be done, but do not load any drivers.
> Just show what would be done, but do not load any drivers, or call any
> Lua functions.
**-x**

Expand All @@ -67,5 +62,9 @@ at boot time, add the following line to
dsbdriverd_enable="YES"

In addtion you can specify flags using the
*dsbdriverd\_flags* variable.
*dsbdriverd\_flags*
variable.

in
*/etc/rc.conf*

3 changes: 2 additions & 1 deletion man/dsbdriverd.8.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Run in foreground.
.It Fl l
List installed devices and their corresponding driver.
.It Fl n
Just show what would be done, but do not load any drivers.
Just show what would be done, but do not load any drivers, or call any
Lua functions.
.It Fl x
Exclude every
.Ar driver
Expand Down
3 changes: 2 additions & 1 deletion readme.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Run in foreground.
.It Fl l
List installed devices and their corresponding driver.
.It Fl n
Just show what would be done, but do not load any drivers.
Just show what would be done, but do not load any drivers, or call any
Lua functions.
.It Fl x
Exclude every
.Ar driver
Expand Down

0 comments on commit 0264ad8

Please sign in to comment.