mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-24 10:52:36 +01:00
Support the configuration of "od" devices.
Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
This commit is contained in:
parent
b372e37cdf
commit
4c81de0a11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11959
@ -821,7 +821,7 @@ add_unique(struct node *node, char *id)
|
||||
static int
|
||||
is_old_scsi_device(char *name)
|
||||
{
|
||||
static char *tab[] = {"cd", "ch", "sd", "st", "uk"};
|
||||
static char *tab[] = {"cd", "ch", "sd", "st", "od", "uk"};
|
||||
int i;
|
||||
for (i = 0; i < sizeof(tab) / sizeof(tab[0]); i++)
|
||||
if (eq(tab[i], name))
|
||||
|
Loading…
Reference in New Issue
Block a user