Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / evbarm / armadillo / TODO
blob276c0dab632ada073b71aed025979492c54a7c80
1 known bug
2 - some CF card does not work
3 - IO card does not work
4 - "wd_flushcache: status=330<TIMEOU,DF>" occurs in reboot sometimes
5 - cannot solicit IPv6 address sometimes
7 not yet
8 - battery backupped RTC (SII S3531A or compatible)
9 - on-chip VGA
10 - on-chip IDE
11 - on-chip audio
12 - PC/104 bus
13 - and many devices
14 - document
17 how-to install
19 Filesystem on CF card (or Microdrive) needs a ext2 partition for "hermit".
20 "hermit" is on-flash kernel loader, and he loads filename of boot/Image on
21 ext2 partition. You copy netbsd.bin made with netbsd to boot/Image.
23 Boot on-flash linux and execute following commands.
24  # fdisk /dev/hdc
25  (create hdc1 of few mega bytes and set type 83)
26  # mke2fs -O none /dev/hdc1
27  # mount /dev/hdc1 /mnt
28  # mkdir /mnt/boot