diff options
author | jkh <jkh@FreeBSD.org> | 1998-10-19 14:58:38 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-10-19 14:58:38 +0000 |
commit | 5805a01b44ba4922820b163463bb090fcc83cc76 (patch) | |
tree | 039a0427c2a55bdfab527b59b89e34849fd7413a /usr.sbin/sade | |
parent | 5e48f3a376c81738d5088bddce52bf3ba5191058 (diff) | |
download | FreeBSD-src-5805a01b44ba4922820b163463bb090fcc83cc76.zip FreeBSD-src-5805a01b44ba4922820b163463bb090fcc83cc76.tar.gz |
Add entries for DiskOnChip2000 Flash device.
Submitted by: phk
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/devices.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 0067631..a4d8ca0 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/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' }, |