Driver mapping refactory.

VFS CHANGES:
- dmap table no longer statically initialized in VFS
- Dropped FSSIGNON svrctl call no longer used by INET

INET CHANGES:
- INET announces its presence to VFS just like any other driver

RS CHANGES:
- The boot image dev table contains all the data to initialize VFS' dmap table
- RS interface supports asynchronous up and update operations now
- RS interface extended to support driver style and flags
This commit is contained in:
Cristiano Giuffrida
2010-04-09 21:56:44 +00:00
parent c1bfcc9119
commit 65ef539739
34 changed files with 357 additions and 280 deletions

8
etc/rc
View File

@@ -16,14 +16,16 @@ usage()
exec intr sh
}
up()
upopt()
{
opt=$1
shift
service=$1
shift
# Function to dynamically start a system service
echo -n " $service"
service up /sbin/$service "$@"
service $opt up /sbin/$service "$@"
}
while getopts 'saf' opt
@@ -59,7 +61,7 @@ start)
if [ "`sysenv debug_fkeys`" != 0 ]
then
up is -period 5HZ
upopt -n is -period 5HZ
fi
echo .