Changes between Version 75 and Version 76 of ReleaseNotes/0.5.0


Ignore:
Timestamp:
2012-08-08T12:35:37Z (12 years ago)
Author:
Jiri Svoboda
Comment:

Move USB and NIC drivers up

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/0.5.0

    v75 v76  
    1919
    2020=== Services and Drivers ===
    21   * Location service
    22     * Replacement for ''device mapper'', ''services'' instead of ''devices''
    23     * Services registered by name, can be added to ''categories''
    24     * Service categories replace ''devman'' device classes
    25     * `/dev/devices` is now in `/loc/devices`, instead of `ls /dev/class` use the `loc` command
    26   * Device driver framework (DDF) improvements
    27     * Added `devctl` utility to print and manage device tree
    28     * Anticipated device removal (using `devctl`) support (only works with some drivers)
    2921  * USB support
    3022    * UHCI and OHCI host controllers (USB 1.1)
     
    3931  * New SATA disk driver (experimental)
    4032    * Only tested in Qemu
     33  * Location service
     34    * Replacement for ''device mapper'', ''services'' instead of ''devices''
     35    * Services registered by name, can be added to ''categories''
     36    * Service categories replace ''devman'' device classes
     37    * `/dev/devices` is now in `/loc/devices`, instead of `ls /dev/class` use the `loc` command
     38  * Device driver framework (DDF) improvements
     39    * Added `devctl` utility to print and manage device tree
     40    * Anticipated device removal (using `devctl`) support (only works with some drivers)
    4141
    4242=== File Systems ===