summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-07-06 20:40:22 +0000
committerphk <phk@FreeBSD.org>1999-07-06 20:40:22 +0000
commitb09f8af7f844b0fba03dec163a7cac59af306f74 (patch)
treedebc9c29c5113fc3303d0abce9bf694367322b00 /release
parent3c4a5a075de68863e7f083e95007a8669ff54a1d (diff)
downloadFreeBSD-src-b09f8af7f844b0fba03dec163a7cac59af306f74.zip
FreeBSD-src-b09f8af7f844b0fba03dec163a7cac59af306f74.tar.gz
update fla related entries.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/devices.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c
index 7f3c585..1439cbb 100644
--- a/release/sysinstall/devices.c
+++ b/release/sysinstall/devices.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: devices.c,v 1.93 1999/06/17 19:04:53 markm Exp $
+ * $Id: devices.c,v 1.94 1999/07/03 05:41:21 mharo Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -73,8 +73,8 @@ static struct _devname {
{ DEVICE_TYPE_DISK, "rda%d", "SCSI disk device", 13, 65538, 8, 16, 'c' },
{ DEVICE_TYPE_DISK, "wd%d", "IDE/ESDI/MFM/ST506 disk device", 0, 65538, 8, 16, 'b' },
{ DEVICE_TYPE_DISK, "rwd%d", "IDE/ESDI/MFM/ST506 disk device", 3, 65538, 8, 16, 'c' },
- { DEVICE_TYPE_DISK, "fla%d", "DiskOnChip2000 Flash device", 28, 65538, 8, 16, 'b' },
- { DEVICE_TYPE_DISK, "rfla%d", "DiskOnChip2000 Flash devicee", 101, 65538, 8, 16, 'c' },
+ { DEVICE_TYPE_DISK, "fla%d", "M-Systems DiskOnChip Flash device", 28, 65538, 8, 16, 'b' },
+ { DEVICE_TYPE_DISK, "rfla%d", "M-Systems DiskOnChip Flash devicee", 102, 65538, 8, 16, 'c' },
{ DEVICE_TYPE_DISK, "wfd%d", "ATAPI floppy device", 1, 65538, 8, 4, 'b' },
{ DEVICE_TYPE_DISK, "rwfd%d", "ATAPI floppy device", 87, 65538, 8, 4, 'c' },
{ DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 2, 0, 64, 4, 'b' },
OpenPOWER on IntegriCloud