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/arch/hppa/conf | |
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/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index e1989b49cab..904608457a8 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2003/02/15 23:45:50 miod Exp $ +# $OpenBSD: GENERIC,v 1.26 2003/02/15 23:50:00 miod Exp $ # # Diskless kernel config # @@ -71,7 +71,7 @@ option EISAVERBOSE hil* at gsc? irq 1 # Human Interface Loop, kbd and mouse hilkbd* at hil? code ? # keyboard, knob and buttons hilms* at hil? code ? # mouse and tablets -#hilid* at hil? code ? # ID module +hilid* at hil? code ? # ID module #medusa* at gsc? irq 4 # FDDI |