X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/2b4b57cde32cd59d62925e7cfa02dc478cde4624..89b8a44c39dff7025513774770eb2d17f246bb7a:/usr/src/sys/vax/uba/ts.c diff --git a/usr/src/sys/vax/uba/ts.c b/usr/src/sys/vax/uba/ts.c index bbbf05f4a0..b6f26919d3 100644 --- a/usr/src/sys/vax/uba/ts.c +++ b/usr/src/sys/vax/uba/ts.c @@ -1,4 +1,4 @@ -/* ts.c 4.19 81/07/09 */ +/* ts.c 4.20 81/11/18 */ #include "ts.h" #include "te.h" @@ -126,19 +126,16 @@ tsprobe(reg) #ifdef lint br = 0; cvec = br; br = cvec; + tsintr(0); #endif - /****************/ - /* */ - /* K L U D G E */ - /* */ - /****************/ + /* + * Too hard to make it interrupt; don't try. + */ #if NTM > 0 if (havetm) return (0); #endif - /* IT'S TOO HARD TO MAKE THIS THING INTERRUPT - JUST TO FIND ITS VECTOR */ cvec = 0224; br = 0x15; return (1);