• Home
  • Raw
  • Download

Lines Matching +full:1 +full:d

96 #  to obtain one with the command `pnpdump 1 0x203' -- this may vary
115 # (CONFIGURE BVJ0440/-1 (LD 0
120 # (CONFIGURE BVJ0440/-1 (LD 1
234 # allocate 512kB read and write FIFOs (1MB total).
250 # digital Specify digital=1 to enable the S/PDIF input
351 # insert the module with the digital=1 option, or say Y to the option
384 # 2064 -rw-rw-r-- MultiSound.d/setdigital.c
385 # 10224 -rw-rw-r-- MultiSound.d/pinnaclecfg.c
386 # 106 -rw-rw-r-- MultiSound.d/Makefile
387 # 146 -rw-rw-r-- MultiSound.d/conv.l
388 # 1491 -rw-rw-r-- MultiSound.d/msndreset.c
394 first_param="$1"
398 && ($dir/gettext --version >/dev/null 2>&1)
400 set `$dir/gettext --version 2>&1`
407 && ($dir/shar --print-text-domain-dir >/dev/null 2>&1)
423 touch -am 1231235999 $$.touch >/dev/null 2>&1
439 exit 1
441 # ============= MultiSound.d/setdigital.c ==============
442 if test ! -d 'MultiSound.d'; then
443 $echo 'x -' 'creating directory' 'MultiSound.d'
444 mkdir 'MultiSound.d'
446 if test -f 'MultiSound.d/setdigital.c' && test "$first_param" != -c; then
447 $echo 'x -' SKIPPING 'MultiSound.d/setdigital.c' '(file already exists)'
449 $echo 'x -' extracting 'MultiSound.d/setdigital.c' '(text)'
450 sed 's/^X//' << 'SHAR_EOF' > 'MultiSound.d/setdigital.c' &&
489 X exit(1);
492 X if ((fd = open(argv[1], O_RDWR)) < 0) {
493 X perror(argv[1]);
494 X exit(1);
501 X exit(1);
507 X exit(1);
514 X exit(1);
523 X exit(1);
531 $shar_touch -am 1204092598 'MultiSound.d/setdigital.c' &&
532 chmod 0664 'MultiSound.d/setdigital.c' ||
533 $echo 'restore of' 'MultiSound.d/setdigital.c' 'failed'
534 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
535 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
536 md5sum -c << SHAR_EOF >/dev/null 2>&1 \
537 || $echo 'MultiSound.d/setdigital.c:' 'MD5 check failed'
538 e87217fc3e71288102ba41fd81f71ec4 MultiSound.d/setdigital.c
541 shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'MultiSound.d/setdigital.c'`"
543 $echo 'MultiSound.d/setdigital.c:' 'original size' '2064,' 'current size' "$shar_count!"
546 # ============= MultiSound.d/pinnaclecfg.c ==============
547 if test -f 'MultiSound.d/pinnaclecfg.c' && test "$first_param" != -c; then
548 $echo 'x -' SKIPPING 'MultiSound.d/pinnaclecfg.c' '(file already exists)'
550 $echo 'x -' extracting 'MultiSound.d/pinnaclecfg.c' '(text)'
551 sed 's/^X//' << 'SHAR_EOF' > 'MultiSound.d/pinnaclecfg.c' &&
621 static int config_port = -1;
626 X outb(value, cfg + 1);
627 X if (value != inb(cfg + 1)) {
637 X return inb(cfg + 1);
798 X exit(1);
823 X printf("dsp 0x%x %d 0x%x\n", io0, irq, mem);
827 X case 1:
829 X printf("mpu 0x%x %d\n", io0, irq);
835 X printf("ide 0x%x 0x%x %d\n", io0, io1, irq);
859 X sscanf(argv[0], "0x%x", &io) != 1 ||
860 X sscanf(argv[1], "%d", &irq) != 1 ||
861 X sscanf(argv[2], "0x%x", &mem) != 1)
907 X sscanf(argv[0], "0x%x", &io) != 1 ||
908 X sscanf(argv[1], "%d", &irq) != 1)
911 X return msnd_write_cfg_logical(config_port, 1, io, 0, irq, 0);
919 X sscanf(argv[0], "0x%x", &io0) != 1 ||
920 X sscanf(argv[0], "0x%x", &io1) != 1 ||
921 X sscanf(argv[1], "%d", &irq) != 1)
931 X if (argc < 1 ||
932 X sscanf(argv[0], "0x%x", &io) != 1)
951 X exit(1);
953 X if (ioperm(config_port, 2, 1)) {
956 X exit(1);
958 X device = argv[1];
985 $shar_touch -am 1204092598 'MultiSound.d/pinnaclecfg.c' &&
986 chmod 0664 'MultiSound.d/pinnaclecfg.c' ||
987 $echo 'restore of' 'MultiSound.d/pinnaclecfg.c' 'failed'
988 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
989 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
990 md5sum -c << SHAR_EOF >/dev/null 2>&1 \
991 || $echo 'MultiSound.d/pinnaclecfg.c:' 'MD5 check failed'
992 366bdf27f0db767a3c7921d0a6db20fe MultiSound.d/pinnaclecfg.c
995 shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'MultiSound.d/pinnaclecfg.c'`"
997 $echo 'MultiSound.d/pinnaclecfg.c:' 'original size' '10224,' 'current size' "$shar_count!"
1000 # ============= MultiSound.d/Makefile ==============
1001 if test -f 'MultiSound.d/Makefile' && test "$first_param" != -c; then
1002 $echo 'x -' SKIPPING 'MultiSound.d/Makefile' '(file already exists)'
1004 $echo 'x -' extracting 'MultiSound.d/Makefile' '(text)'
1005 sed 's/^X//' << 'SHAR_EOF' > 'MultiSound.d/Makefile' &&
1015 $shar_touch -am 1204092398 'MultiSound.d/Makefile' &&
1016 chmod 0664 'MultiSound.d/Makefile' ||
1017 $echo 'restore of' 'MultiSound.d/Makefile' 'failed'
1018 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
1019 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
1020 md5sum -c << SHAR_EOF >/dev/null 2>&1 \
1021 || $echo 'MultiSound.d/Makefile:' 'MD5 check failed'
1022 76ca8bb44e3882edcf79c97df6c81845 MultiSound.d/Makefile
1025 shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'MultiSound.d/Makefile'`"
1027 $echo 'MultiSound.d/Makefile:' 'original size' '106,' 'current size' "$shar_count!"
1030 # ============= MultiSound.d/conv.l ==============
1031 if test -f 'MultiSound.d/conv.l' && test "$first_param" != -c; then
1032 $echo 'x -' SKIPPING 'MultiSound.d/conv.l' '(file already exists)'
1034 $echo 'x -' extracting 'MultiSound.d/conv.l' '(text)'
1035 sed 's/^X//' << 'SHAR_EOF' > 'MultiSound.d/conv.l' &&
1042 int yywrap() { return 1; }
1045 $shar_touch -am 0828231798 'MultiSound.d/conv.l' &&
1046 chmod 0664 'MultiSound.d/conv.l' ||
1047 $echo 'restore of' 'MultiSound.d/conv.l' 'failed'
1048 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
1049 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
1050 md5sum -c << SHAR_EOF >/dev/null 2>&1 \
1051 || $echo 'MultiSound.d/conv.l:' 'MD5 check failed'
1052 d2411fc32cd71a00dcdc1f009e858dd2 MultiSound.d/conv.l
1055 shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'MultiSound.d/conv.l'`"
1057 $echo 'MultiSound.d/conv.l:' 'original size' '146,' 'current size' "$shar_count!"
1060 # ============= MultiSound.d/msndreset.c ==============
1061 if test -f 'MultiSound.d/msndreset.c' && test "$first_param" != -c; then
1062 $echo 'x -' SKIPPING 'MultiSound.d/msndreset.c' '(file already exists)'
1064 $echo 'x -' extracting 'MultiSound.d/msndreset.c' '(text)'
1065 sed 's/^X//' << 'SHAR_EOF' > 'MultiSound.d/msndreset.c' &&
1103 X exit(1);
1106 X if ((fd = open(argv[1], O_RDWR)) < 0) {
1107 X perror(argv[1]);
1108 X exit(1);
1115 X exit(1);
1123 $shar_touch -am 1204100698 'MultiSound.d/msndreset.c' &&
1124 chmod 0664 'MultiSound.d/msndreset.c' ||
1125 $echo 'restore of' 'MultiSound.d/msndreset.c' 'failed'
1126 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
1127 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
1128 md5sum -c << SHAR_EOF >/dev/null 2>&1 \
1129 || $echo 'MultiSound.d/msndreset.c:' 'MD5 check failed'
1130 c52f876521084e8eb25e12e01dcccb8a MultiSound.d/msndreset.c
1133 shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'MultiSound.d/msndreset.c'`"
1135 $echo 'MultiSound.d/msndreset.c:' 'original size' '1491,' 'current size' "$shar_count!"