diff options
author | John Baldwin <jhb@FreeBSD.org> | 2000-07-14 08:09:50 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2000-07-14 08:09:50 +0000 |
commit | fbf67537b403dca1bd635657e459f0d36053b94b (patch) | |
tree | f1a49d4a618d5ef2556fb9d4fc8733af7da6d4c0 /usr.sbin/sysinstall/devices.c | |
parent | cac2be43a7e84c675326f90ab1442abf4ee8069e (diff) | |
download | src-fbf67537b403dca1bd635657e459f0d36053b94b.tar.gz src-fbf67537b403dca1bd635657e459f0d36053b94b.zip |
Ugh. Back out local changes that crept in with my last commit. :(
Notes
Notes:
svn path=/head/; revision=63115
Diffstat (limited to 'usr.sbin/sysinstall/devices.c')
-rw-r--r-- | usr.sbin/sysinstall/devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c index 9ca96fa98795..3067e76347af 100644 --- a/usr.sbin/sysinstall/devices.c +++ b/usr.sbin/sysinstall/devices.c @@ -79,7 +79,6 @@ static struct _devname { { DEVICE_TYPE_DISK, "amrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' }, { DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4, 'c' }, { DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4, 'c' }, - { DEVICE_TYPE_DISK, "vn%d", "Virtual node disk device", 43, 65538, 8, 4, 'c' }, { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4, 'c' }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, { DEVICE_TYPE_NETWORK, "cue", "CATC USB ethernet adapter" }, |