man8/kbuss_ctl
Table of Contents
kbuss_ctl - KBUSS driver ioctl service
kbuss_ctl [operation]
Allows manipulation of KBUSS driver parameters.
The program opens
/dev/kbuss.
- operation
- See below.
- 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.
# issue a buss reset
kbuss_ctl rst
#
# enable the S2 line
kbuss_ctl ena_s2
$Id: kbuss_ctl.8,v 1.1 2004/08/31 18:42:27
kitchen Exp $
Table of Contents