File: TODO

package info (click to toggle)
hw-detect 1.107
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,496 kB
  • sloc: sh: 1,306; makefile: 98; ansic: 39
file content (16 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* autodetection of ide devices would be nice, rather than always loading
  the ide modules

* clean up the return values, decide what is really a failure, and how to
  handle it

* should we try to detect ISA devices?

* Unify the coreof the load_module function in hw-detect with the module_probe
  functions used by disk-detect and ethdetect. They diverged but do the same
  thing.

* extend devnames to also include disk devices, so that disk-detect
  can include nice descriptions of disk devices. Note that discover's
  descriptions of modules are an alternate source of info, which uses
  different names too. This could stand to be unified.