Messages in this thread Patch in this message |  | | From | Lindsay Haisley <> | Date | Sun, 15 Sep 1996 10:30:31 -0500 (CDT) | Subject | Digiboard documentation patch |
| |
The digiboard.txt file in the Linux kernel Documentation directory has what appears to be a long standing typo in the script for installing Digiboard devices. Having just installed devices for a Digiboard and stubbed my toe on this one, I thought I'd pass the fix on to you.
---------Start patch --- digiboard.txt~ Sun Sep 15 10:10:41 1996 +++ digiboard.txt Sun Sep 15 10:10:41 1996 @@ -60,7 +60,7 @@ for c in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do name=`expr $boardnum \* 16 + $c` - mknod /dev/cud$name c $DIGI_CUMAJOR $name + mknod /dev/cud$name c $DIGICU_MAJOR $name mknod /dev/ttyD$name c $DIGI_MAJOR $name done boardnum=`expr $boardnum + 1` ---------End patch
-- Lindsay Haisley | "Everything works | PGP public key FMP Computer Services | if you let it" | available via fmouse@fmp.com | (The Roadie) | Internet finger http://www.fmp.com | |
|  |