Patch-ID# 100663-05 Keywords: SNA full-duplex fdx Gateway break abort HSI/S hsis Synopsis: SunLink HSI/S 1.0: SNA Gateway fails to start (esc9930) Date: Sep/22/94 Solaris Release: 1.0 1.0.1 1.1 1.1.1A 1.1.1B SunOS Release: 4.1.1 4.1.2 4.1.3 4.1.3_U1A 4.1.3_U1B Unbundled Product: SunLink HSI/S Unbundled Release: 1.0 Relevant Architectures: sparc NOTE: sun4c sun4m BugId's fixed with this patch: 1171986 1105528 1069238 1068421 1090771 1095441 1096740 Changes incorporated in this version: 1171986 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: hsis.o hsis_isdlc.o hsis_sdlc.o Problem Description: esc9930: Synopsis: SNA Gateway fails to start 1171986: Synopsis: his0: input packet too big, len=808 1105528: Synopsis: hsis_sdlc software loses the interrupt when in full-duplex mode. 1069238: Synopsis: SNAP2P fails with HSI/S (FDX mode) in SunOS 4.1.2_A1.3 1068421: Synopsis: snap2p can not communicated when set to full_duplex 1090771: Synopsis: sna3270 over hsi/s 1.0 fails, error "his0 receiver turned off: flood of errors" 1095441: Synopsis: SS10 panics when snap2p gateway is brought up when txc=txc rxc=rxc 1096740: Synopsis: 4/690 w/ HSI/S Hyper Channel crashes with "Illegal interruptfb" on syncloop Patch Installation Instructions: 1. copy the patch into your directory. cd to the directory 2. # mv /sys/`arch -k`/OBJ/hsis.o /sys/`arch -k`/OBJ/hsis.o.FCS # mv /sys/`arch -k`/OBJ/hsis_isdlc.o /sys/`arch -k`/OBJ/hsis_isdlc.o.FCS # mv /sys/`arch -k`/OBJ/hsis_sdlc.o /sys/`arch -k`/OBJ/hsis_sdlc.o.FCS copy the files in /`arch -k` directory into the appropriate directory # cd `arch -k` # cp hsis.o /sys/`arch -k`/OBJ # cp hsis_isdlc.o /sys/`arch -k`/OBJ # cp hsis_sdlc.o /sys/`arch -k`/OBJ 3. go to your kernel's directory (assuming it's called HSIS) and make your new kernel. # cd /sys/`arch -k`/HSIS # make 4. start using the new kernel: backup your present kernel # mv /vmunix /vmunix.FCS copy the new kernel into the root directory # cp /sys/`arch -k`/HSIS/vmunix /vmunix 5. reboot using the new vmunix # reboot