Browse Source

Add wskbd nodes to the bsd.rd /dev posse; allows kbd -l to work as intended

in the install media. Reported by Donovan Watteau
OPENBSD_5_6
miod 10 years ago
parent
commit
04aceaa3cb
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/etc.loongson/MAKEDEV.md

+ 2
- 1
src/etc/etc.loongson/MAKEDEV.md View File

@ -1,6 +1,6 @@
define(MACHINE,loongson)dnl
vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.16 2014/01/05 01:16:52 deraadt Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.17 2014/04/03 20:32:26 miod Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@ -111,3 +111,4 @@ target(ramd, pty, 0)dnl
target(ramd, bio)dnl
target(ramd, diskmap)dnl
target(ramd, random)dnl
target(ramd, wskbd, 0, 1, 2)dnl

Loading…
Cancel
Save