]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reviewed by: Julian Elischer <julian@whistle.com>
authordillon <dillon@FreeBSD.org>
Thu, 25 Feb 1999 05:22:30 +0000 (05:22 +0000)
committerdillon <dillon@FreeBSD.org>
Thu, 25 Feb 1999 05:22:30 +0000 (05:22 +0000)
commit9b8aaaa7375f258fd7dc7faf201875d578599b02
treefbbc77b0ff3baa9b7cd6260e12c22dbbc9dd5ca7
parent2cb5b6d7d54b14e1086055e6a5d05f9f96e0fc40
Reviewed by: Julian Elischer <julian@whistle.com>

    Add d_parms() to {c,b}devsw[].  If non-NULL this function points to
    a device routine that will properly fill in the specinfo structure.
    vfs_subr.c's checkalias() supplies appropriate defaults.  This change
    should be fully backwards compatible with existing devices.
sys/fs/specfs/spec_vnops.c
sys/kern/vfs_export.c
sys/kern/vfs_subr.c
sys/miscfs/specfs/spec_vnops.c
sys/miscfs/specfs/specdev.h
sys/sys/conf.h
sys/sys/linedisc.h