History log of /openbsd-src/sys/dev/hil/hilid.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 705b644a 09-Jan-2005 miod <miod@openbsd.org>

Allow send_hil{,dev}_cmd to return failure, and handle this where
applicable.

During device probe, if a device does not answer commands, display a warning
message. This apparently happens on hp300 w

Allow send_hil{,dev}_cmd to return failure, and handle this where
applicable.

During device probe, if a device does not answer commands, display a warning
message. This apparently happens on hp300 when the console is configured
as remote (i.e. serial console). Unplugging and replugging the device works
fine afterwards...

show more ...


# 46d7e188 20-Dec-2003 miod <miod@openbsd.org>

Relax a redundant printf format specifier.


# 60a8f706 26-Feb-2003 miod <miod@openbsd.org>

New hil child devices attachment framework, that allow them to be detached
at runtime.

Handle reconfiguration notices from the loop, and do the necessary
detach/attach work so that our vision of the

New hil child devices attachment framework, that allow them to be detached
at runtime.

Handle reconfiguration notices from the loop, and do the necessary
detach/attach work so that our vision of the loop is in sync with reality.

Adapt all hil child devices to the above changes.

"This is not as plug'n'play as usb, but you get the same feeling anyways..."

show more ...


# bda3b689 15-Feb-2003 miod <miod@openbsd.org>

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 licens

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...

show more ...