Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 1995 08:38:28 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: cuaa,<x>
Message-ID:  <199510080738.IAA10239@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.91.951007174419.11724P-100000@fieber-john.campusview.indiana.edu> from "John Fieber" at Oct 7, 95 05:46:14 pm

next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510080738.IAA10239>