git: sym(4): Sync with FreeBSD.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Feb 1 14:42:03 PST 2012


commit 30702410e2ccf52427b8b0e3a234e7cb79ab5763
Author: Sascha Wildner <saw at online.de>
Date:   Wed Feb 1 23:36:39 2012 +0100

    sym(4): Sync with FreeBSD.
    
    This fixes disk detection issues in QEMU, among other things. It is also
    available as a module now.
    
    Tested-by: tuxillo

Summary of changes:
 share/man/man4/sym.4        |  129 ++-
 sys/dev/disk/Makefile       |    2 +-
 sys/dev/disk/sym/Makefile   |    7 +
 sys/dev/disk/sym/README.sym |   35 +-
 sys/dev/disk/sym/sym_conf.h |   85 +-
 sys/dev/disk/sym/sym_defs.h |   33 +-
 sys/dev/disk/sym/sym_fw.h   |   40 +-
 sys/dev/disk/sym/sym_fw1.h  |  239 +++---
 sys/dev/disk/sym/sym_fw2.h  |  273 +++---
 sys/dev/disk/sym/sym_hipd.c | 2203 +++++++++++++++++--------------------------
 10 files changed, 1318 insertions(+), 1728 deletions(-)
 create mode 100644 sys/dev/disk/sym/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30702410e2ccf52427b8b0e3a234e7cb79ab5763


-- 
DragonFly BSD source repository





More information about the Commits mailing list