Wren Turkal 5dfd5f7e7c Fixed PCI bus scan to scan bus 0xFF.
Previously, the PCI bus scan was skipping bus 0xFF. Now it does not.
I used a match expression to make sure that all cases are accounted for.

I also changed the PCI dev scan and PCI func scan to use a match
expression in a similar way to make sure all cases are account. While
this is functionally the same as before, the match expression will not
allow unhandled cases and should be easier to read and make it harder
to introduce bugs.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-07-27 22:49:39 -07:00
2020-05-20 19:49:05 +02:00
2019-06-29 21:47:52 +02:00
2020-07-27 22:49:39 -07:00
2019-03-05 18:35:01 +01:00
2020-07-15 22:24:12 -06:00
2020-02-15 09:56:32 +01:00
2019-08-12 13:37:03 -06:00
2017-07-26 07:53:16 -06:00
2020-05-28 11:54:30 -06:00
2020-04-22 21:21:55 +02:00
2017-10-20 20:05:49 -06:00
S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
MIT 18 GiB
Languages
C 37.5%
C++ 37.2%
JavaScript 6.7%
QML 3.4%
HTML 3.2%
Other 11.4%