Date: Sun, 23 Apr 2000 23:36:43 +0900 (JST) From: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org Subject: docs/18177: [Patch] print message was wrong about PC-Card irq in sysinstall Message-ID: <200004231436.XAA04268@lavender.yy.cs.keio.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 18177 >Category: docs >Synopsis: [Patch] print message was wrong about PC-Card irq in sysinstall >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 23 07:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 5.0-CURRENT i386 >Organization: Yokohama, Japan >Environment: >Description: In installation floppy and NOTE-PC, user could specify IRQs that CAN be used by PC-Card(internally, sysinstall set -i option for pccardd). But current print messages in sysinstall was wrong(typo?). [wrong message] Please specify an IRQs that CANNOT be used by PC-card. ~~~ [correct message] Please specify an IRQs that CAN be used by PC-card. This problem was in all releases(3-stable/4-stale/5-current). I hope to fix this typo ASAP. Thank you. >How-To-Repeat: boot-up install floppy with NOTE-PC. >Fix: --- src/release/sysinstall/pccard.c.org Sun Apr 23 23:27:27 2000 +++ src/release/sysinstall/pccard.c Sun Apr 23 23:28:11 2000 @@ -44,7 +44,7 @@ DMenu MenuCardIRQ = { DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS, "Please select IRQs that can be used by PC-cards", - "Please specify an IRQs that CANNOT be used by PC-card.\n" + "Please specify an IRQs that CAN be used by PC-card.\n" "For example, if you have a sound card that can't be probed by\n" "this installation floppy and it uses IRQ 10, you have to \n" "choose \"Option 1\" or \"Option 2\" at this menu.\n", >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004231436.XAA04268>