devfs
[Top] [All Lists]

Patch: isdn for devfsd

To: Richard Gooch <rgooch@xxxxxxxxxxxxxxx>
Subject: Patch: isdn for devfsd
From: Xuan Baldauf <xuan--lkml@xxxxxxxxxxx>
Date: Sat, 10 Jun 2000 19:58:14 +0200
Cc: linux-kernel@xxxxxxxxxxxxxxxx, devfs-announce-list@xxxxxxxxxxxxxxxxxxxxxxxx
Organization: Medium.net
References: <200006101745.e5AHjQf13707@xxxxxxxxxxxxxxxxxxxxxxxx>
Sender: owner-devfs@xxxxxxxxxxx
Here a patch for devfsd-isdn-support: :o)

Xuân. :o)

Richard Gooch wrote:

>   Hi, all. Version 99.15 of my devfs patch is now available from:
> http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
> The devfs FAQ is also available here.
> This work has been sponsored by SGI.
>
> Patch directly available from:
> ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/kernel-patches/v2.2/devfs-patch-current.gz
>
> NOTE: the devfs-patch-v99.x patches are maintenance patches for the
> 2.2.x production kernels. Devfs development is done against recent
> development kernels. Occasionally, the latest devfs patch for the
> development kernels may be backported to 2.2.x series, but this
> happens rarely.
>
> This is against 2.2.16. Highlights of this release:
>
> - Made drivers/block/genhd.c:disk_name() friendly to RAID 0.90 patches
>   Thanks to Arne Georg Gleditsch <argggh@xxxxxxxxxx>
>
>                                 Regards,
>
>                                         Richard....
> Permanent: rgooch@xxxxxxxxxxxxx
> Current:   rgooch@xxxxxxxxxxxxxxx
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxxx
> Please read the FAQ at http://www.tux.org/lkml/


diff -Nur devfsd1.3.7/devfsd.c devfsd/devfsd.c
--- devfsd1.3.7/devfsd.c        Fri Apr 28 07:15:30 2000
+++ devfsd/devfsd.c     Sat Jun 10 19:23:30 2000
@@ -1245,6 +1245,7 @@
     {"cuf/",       "cuf%s"},
     {"vc/",        "tty%s"},
     {"misc/",      NULL},
+    {"isdn/",      NULL},
     {NULL,         NULL}
 };
 
<Prev in Thread] Current Thread [Next in Thread>