I've written an lspci implementation.
authorIsaac Dunham <idunham@lavabit.com>
Fri, 26 Jul 2013 20:41:31 +0000 (15:41 -0500)
committerIsaac Dunham <idunham@lavabit.com>
Fri, 26 Jul 2013 20:41:31 +0000 (15:41 -0500)
commitfe03a1fd159ae3272a868d248ddc1c56b20cfadd
tree7581334018f18d35e870cc7c95c0e2c7c5901f2b
parent0c2509957b6291fb136eca4a5c278466045ce31d
I've written an lspci implementation.
Currently it supports -emkn; -e is an extension ("class" is a 24-bit number,
but lspci only shows 16 bits; one person on the Puppy forums mentioned
that they need those last 8 bits).
-n is a no-op for compatability with standard lspci.
toys/pending/lspci.c [new file with mode: 0644]