diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-04 10:48:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-05-04 10:48:22 +0000 |
| commit | f16bbd9770a1f46e6ab8d61add5b155718dc5cfe (patch) | |
| tree | fc2b38486ecc8f37fdf705624fe74a0a5870a757 | |
| parent | a7c219496cc112eb10f3b75c0c4cecf734d80eed (diff) | |
Notes
| -rw-r--r-- | sys/conf/majors | 3 | ||||
| -rw-r--r-- | sys/i386/conf/majors.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index d3cd359b34e2..19228ab9513d 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.69 1999/03/21 21:53:09 jkh Exp $ +$Id: majors.i386,v 1.70 1999/05/02 21:52:15 n_hibma Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -170,5 +170,6 @@ chrdev name comments 118 afd ATAPI floppy 119 ast ATAPI tape 120 aud Audit Device <robert+freebsd@cyrus.watson.org> +121 onew Dallas Semiconductor One-Wire bus <phk@freebsd.org> 200 ?? entries from 200-255 are reserved for local use 255 ?? entries from 200-255 are reserved for local use diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index d3cd359b34e2..19228ab9513d 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.69 1999/03/21 21:53:09 jkh Exp $ +$Id: majors.i386,v 1.70 1999/05/02 21:52:15 n_hibma Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -170,5 +170,6 @@ chrdev name comments 118 afd ATAPI floppy 119 ast ATAPI tape 120 aud Audit Device <robert+freebsd@cyrus.watson.org> +121 onew Dallas Semiconductor One-Wire bus <phk@freebsd.org> 200 ?? entries from 200-255 are reserved for local use 255 ?? entries from 200-255 are reserved for local use |
