Hello,
I use freebsd 8.0-S on eee pc 901 and experiment with boot time, energy saving and other. I don't know tools to profile a boot process for freebsd (like a bootvis for win) and do it approximately.
This is my verbose dmesg http://pastebin.com/bMF55HaT
The greatest time is running usb stack and ata disks.
For usb i remove it from kernel and load by background in script, called from rc.conf. USB *.ko loading when start xserver and user type his pass in gdm (paralel load
)For ata it doesn't work 
Long time is used by:
- ata err: line 416-439 (3-4 sec.)
- pnp init: line 482-490 (1-2 sec.)
- kbd scan: line (0,5-1 sec.)
Can it be improved by device.hints or another?
Thanks.
I use freebsd 8.0-S on eee pc 901 and experiment with boot time, energy saving and other. I don't know tools to profile a boot process for freebsd (like a bootvis for win) and do it approximately.
This is my verbose dmesg http://pastebin.com/bMF55HaT
The greatest time is running usb stack and ata disks.
For usb i remove it from kernel and load by background in script, called from rc.conf. USB *.ko loading when start xserver and user type his pass in gdm (paralel load


Long time is used by:
- ata err: line 416-439 (3-4 sec.)
- pnp init: line 482-490 (1-2 sec.)
- kbd scan: line (0,5-1 sec.)
Can it be improved by device.hints or another?
Thanks.