man8/kbuss_ctl

Table of Contents

Name

kbuss_ctl - KBUSS driver ioctl service

Synopsis

kbuss_ctl [operation]

Description

Allows manipulation of KBUSS driver parameters.

The program opens /dev/kbuss.

Arguments

operation
See below.

Operations

rst - buss reset

reset the Kitchen Buss.
dis_s2 - disable S2

disable the S2 line.
ena_s2 - enable S2

enable the S2 line.
status - get driver status info
int_clr - clear interrupt

clear a pending interrupt in the driver.
int_dis - disable interrupts

disable interrupts in the driver.
int_ena - enable interrupts

enable interrupts in the driver.

Examples


# issue a buss reset
kbuss_ctl rst
#
# enable the S2 line
kbuss_ctl ena_s2

Manual page revision

$Id: kbuss_ctl.8,v 1.1 2004/08/31 18:42:27 kitchen Exp $


Table of Contents