diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-19 14:58:38 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-19 14:58:38 +0000 |
| commit | fbe55bf292dbdcf03c63122c2f53d718c366b97c (patch) | |
| tree | 4a6109a9830152914747330a12606deb7104e044 /release | |
| parent | ed7aeb1bb6434c568ad9d5e586a7a10a1c6fa4eb (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/devices.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 0067631da8af..a4d8ca0138fb 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.84 1998/09/30 01:46:27 danny Exp $ + * $Id: devices.c,v 1.85 1998/10/18 16:24:20 wpaul Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -73,6 +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, "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' }, |
