Browse Source

back-panel LED control device derived from code by der Mouse

OPENBSD_2_1
kstailey 27 years ago
parent
commit
62040359e6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/etc.sun3/MAKEDEV

+ 2
- 1
src/etc/etc.sun3/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.10 1996/11/11 23:51:38 kstailey Exp $
# $OpenBSD: MAKEDEV,v 1.11 1997/01/13 00:29:28 kstailey Exp $
# $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -107,6 +107,7 @@ std)
mk klog c 16 0 600
mk fb c 22 0
mk kbd c 29 0
mk leds c 3 13 644
mk stdin c 23 0
mk stdout c 23 1
mk stderr c 23 2


Loading…
Cancel
Save