From owner-freebsd-hackers Sun Oct 8 01:00:37 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA22125 for hackers-outgoing; Sun, 8 Oct 1995 01:00:37 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA22117 for ; Sun, 8 Oct 1995 01:00:34 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA25197 for ; Sun, 8 Oct 1995 09:00:31 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA18989 for freebsd-hackers@freebsd.org; Sun, 8 Oct 1995 09:00:30 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id IAA10239 for freebsd-hackers@freebsd.org; Sun, 8 Oct 1995 08:38:30 +0100 From: J Wunsch Message-Id: <199510080738.IAA10239@uriah.heep.sax.de> Subject: Re: cuaa, To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Sun, 8 Oct 1995 08:38:28 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "John Fieber" at Oct 7, 95 05:46:14 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1335 Sender: owner-hackers@freebsd.org Precedence: bulk As John Fieber wrote: > > Is it possible to offer more options or is it possible to tell > the install you want to use something else? > Jordan, I recall squaking about this LAST release. Hasn't been > fixed yet? Index: sysinstall/devices.c =================================================================== RCS file: /home/cvs/src/release/sysinstall/devices.c,v retrieving revision 1.36.2.2 diff -u -r1.36.2.2 devices.c --- 1.36.2.2 1995/10/05 09:52:33 +++ devices.c 1995/10/08 07:37:01 @@ -93,6 +93,8 @@ { DEVICE_TYPE_FLOPPY, "fd1", "floppy drive unit B" }, { DEVICE_TYPE_NETWORK, "cuaa0", "Serial port (COM1) - possible PPP/SLIP device" }, { DEVICE_TYPE_NETWORK, "cuaa1", "Serial port (COM2) - possible PPP/SLIP device" }, + { DEVICE_TYPE_NETWORK, "cuaa2", "Serial port (COM3) - possible PPP/SLIP device" }, + { DEVICE_TYPE_NETWORK, "cuaa3", "Serial port (COM4) - possible PPP/SLIP device" }, { DEVICE_TYPE_NETWORK, "lp0", "Parallel Port IP (PLIP) using laplink cable" }, { DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" }, { DEVICE_TYPE_NETWORK, "sl", "Serial-line IP (SLIP) interface" }, -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)