diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 23:50:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 23:50:03 +0000 |
commit | aa7db19a5fe33c7abefcad2a834f1d6c63221ae2 (patch) | |
tree | 89ad90e1e8d93eccf233324c4bfd3278d6ce08e8 /sys/dev/hil/files.hil | |
parent | fceb24d4bbc1faaf0834b9c001f43fb4d98a9f44 (diff) |
A simple and crude driver to play with the hil so-called ``ID module''
devices.
The ID module only purpose is to provide a small, unique, bitstring, which
was used for some copy-protection or licensing scheme under HP-UX.
Right now this driver is useless, as it provides no way to communicate
this information to userland, and only displays it while attaching, as such:
hilid0 at hil0 code 2: ID module
hilid0: security code 10 04 b4 41 ac 77 14 0f 41 00 00 00 00 00 00 00
hilid1 at hil0 code 3: ID module
hilid1: security code 10 04 b4 41 e3 b8 13 0f 41 00 00 00 00 00 00 00
Too bad it's not even good enough to feed the kernel random generator...
Diffstat (limited to 'sys/dev/hil/files.hil')
-rw-r--r-- | sys/dev/hil/files.hil | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/hil/files.hil b/sys/dev/hil/files.hil index 36a48c9e8b2..7730e3b69d9 100644 --- a/sys/dev/hil/files.hil +++ b/sys/dev/hil/files.hil @@ -1,4 +1,4 @@ -# $OpenBSD: files.hil,v 1.3 2003/02/15 23:45:52 miod Exp $ +# $OpenBSD: files.hil,v 1.4 2003/02/15 23:50:02 miod Exp $ # # Configuration file for machine-independent HIL code. # @@ -14,3 +14,7 @@ file dev/hil/hilkbdmap.c hilkbd device hilms: wsmousedev attach hilms at hil file dev/hil/hilms.c hilms needs-flag + +device hilid +attach hilid at hil +file dev/hil/hilid.c hilid |