mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Bring us one step closer to sysinstall'ing on a DOC2k device.
This commit is contained in:
parent
78534d41e1
commit
5a5a489faf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42669
@ -6,7 +6,7 @@
|
||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $Id: create_chunk.c,v 1.32 1998/10/27 21:14:03 msmith Exp $
|
||||
* $Id: create_chunk.c,v 1.33 1999/01/08 00:32:19 jkh Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -264,6 +264,8 @@ MakeDev(struct chunk *c1, const char *path)
|
||||
bmaj = 4, cmaj = 13, p += 2;
|
||||
else if (!strncmp(p, "wfd", 3))
|
||||
bmaj = 1, cmaj = 87, p += 3;
|
||||
else if (!strncmp(p, "fla", 3))
|
||||
bmaj = 28, cmaj = 101, p += 3;
|
||||
else if (!strncmp(p, "da", 2)) /* CAM support */
|
||||
bmaj = 4, cmaj = 13, p += 2;
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user