BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 14 Feb 1986 13:23:43 +0000 (05:23 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 14 Feb 1986 13:23:43 +0000 (05:23 -0800)
Work on file usr/src/new/np100/README

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/new/np100/README [new file with mode: 0644]

diff --git a/usr/src/new/np100/README b/usr/src/new/np100/README
new file mode 100644 (file)
index 0000000..b6026c2
--- /dev/null
@@ -0,0 +1,27 @@
+This directory provides some ancillary programs necessary for
+operation of the Interlan Np100 ethernet interface.
+
+This interface is unusual in that it requires loading firmware
+into the controller before it may be used as a network interface.
+This is accomplished by opening a character special device,
+and writing data to it.
+
+The sequence of commands would be:
+
+       # npload np.image
+       # sleep 10
+       # ifconfig ix0 ...
+
+It is also possible to do post-mortem debugging of firmware failures
+by reading the local memory of the device.
+
+Typical use would be:
+
+       # npdump np.core
+
+If the device needs to be reset, you would issue:
+
+       # ifconfig ix0 down
+       # npload np.image
+       # sleep 10
+       # ifconfig ix0 up