diff options
-rw-r--r-- | perl-install/devices.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm index a955ee1bd..d8b561310 100644 --- a/perl-install/devices.pm +++ b/perl-install/devices.pm @@ -140,6 +140,7 @@ sub entry { "optcd" => [ c::S_IFBLK(), 17, 0 ], "kbd" => [ c::S_IFCHR(), 11, 0 ], "psaux" => [ c::S_IFCHR(), 10, 1 ], + "atibm" => [ c::S_IFCHR(), 10, 3 ], "random" => [ c::S_IFCHR(), 1, 8 ], "sbpcd" => [ c::S_IFBLK(), 25, 0 ], "sjcd" => [ c::S_IFBLK(), 18, 0 ], |