]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for the examination and modification of the devices.
authorHartmut Brandt <harti@FreeBSD.org>
Thu, 12 Aug 2004 12:31:43 +0000 (12:31 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Thu, 12 Aug 2004 12:31:43 +0000 (12:31 +0000)
commitca0f4b1dba625fd5322bedf1b5b901bd97520b20
tree9dbf969b164c9ebb5958ebd2147d4d30a7aa4658
parentde6c9c9d5bf3ec1f15d6196253f08c327a504fa7
Add support for the examination and modification of the devices.
This is implemented through SNMP and requires the ilmi daemon to
run on the system. To prevent bloat in rescue the atmconfig for
rescue is compiled without this stuff.
sbin/atm/atmconfig/Makefile
sbin/atm/atmconfig/atm_oid.list [new file with mode: 0644]
sbin/atm/atmconfig/atmconfig.h
sbin/atm/atmconfig/atmconfig.help
sbin/atm/atmconfig/atmconfig_device.c [new file with mode: 0644]
sbin/atm/atmconfig/atmconfig_device.h [new file with mode: 0644]
sbin/atm/atmconfig/atmconfig_device.help [new file with mode: 0644]
sbin/atm/atmconfig/main.c
sbin/atm/atmconfig/private.h