diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-12 11:12:42 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-12 11:12:42 +0000 |
| commit | 7fc8e1ba8457162cbe12298f081abce67326ea84 (patch) | |
| tree | 409f4bb30061840011d4783e6ac3fb32756ac0c1 | |
| parent | fb46ad63d731b1134b56f1c3b4163f294962d9d6 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/help/hardware.hlp | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/release/sysinstall/help/hardware.hlp b/release/sysinstall/help/hardware.hlp index d122321a0b2d..39aacf20c91f 100644 --- a/release/sysinstall/help/hardware.hlp +++ b/release/sysinstall/help/hardware.hlp @@ -1,4 +1,4 @@ -Hardware Documentation Guide: $Id: hardware.hlp,v 1.10 1996/11/13 12:35:12 jkh Exp $ +Hardware Documentation Guide: $Id: hardware.hlp,v 1.11 1996/11/29 07:19:57 jkh Exp $ Contents last changed: July 4th, 1996 @@ -231,45 +231,6 @@ when the field is active. To finish configuring a driver, press 'Q'. -Sample UserConfig session -------------------------- - -Here is a walkthrough of a sample use of UserConfig. The system in -question has an IDE disk, two serial ports, a single printer port, a -floppy drive and an NE2000 ethernet card set to I/O address 0x340 and -IRQ 10. - -- At the 'config>' prompt, type 'v' and press Enter to activate - 'visual' mode. - -- The fullscreen mode comes up, with the highlight bar in the Active Drivers - area over the 'Storage' group, which is Collapsed. Press Enter to - Expand the group. - -- Disable all of the drivers listed in this group except for the - "Floppy disk controller" and "IDE/ESDI/MFM disk controller" by - highlighting each in turn and pressing Del. - -- Move to the 'Network' group, Expand it, and disable all of the drivers - except for 'ed0', the first of the - "NE1000,NE2000,3C503,WD/SMC80xx Ethernet adapters". - -- Move to the 'Communications' group, Expand it and disable the 'lpt1' and - 'lpt2' drivers. - -- Disable the 'mse0' driver in the 'Input' group. - -- Go back to the 'Network' group, highlight the 'ed0' driver, and press - Enter to configure it. - -- Change the 'Port address' and 'IRQ number' fields to match the - configuration of the card, ie. 0x340 and 10 respectively. - -- Press 'Q' to finish configuring the device, and then 'Q' again to - leave UserConfig. Answer 'yes' to save the changes and continue to boot - using the new configuration. - - 3. LINT - other possible configurations -- ------------------------------------ |
