File: NOTES

package info (click to toggle)
oskit 0.97.20000202-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 58,008 kB
  • ctags: 172,612
  • sloc: ansic: 832,827; asm: 7,640; sh: 3,920; yacc: 3,664; perl: 1,457; lex: 427; makefile: 337; csh: 141; awk: 78
file content (28 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO:

* Separate the network, scsi, and ide drivers into separate driver sets.

* Build the hardware tree properly.

* Clean up the device naming code and move it into libfdev.

* Create a standardized method of linking in only _one_ driver,
  e.g., to allow creation of standalone user-mode driver executables.

* Get rid of 'fdev_default_xxx' dependencies

* Don't use block/genhd.c at all; just get rid of it completely.

* Get rid of the 'linux_event_block()' bogosity.

* Get rid of OSENV_PHYS_WIRED

* What's the immediate_bh() business?

* Figure out what to do with include/linux/autoconf.h

* What's the deal with the net_debug stuff?

* What's the unplug_device routine for,
  and what's the XXX in blk_dev_init() about it?