freebsd-dev/sbin/camcontrol
Kenneth D. Merry 2a413b2918 Fix a couple of camcontrol issues that popped up on sparc64:
- bzero the CCB header in getdevtree() and set the path properly, to
   avoid having random garbage in the CCB header.
 - if the lun isn't specified in a device specifier, it should default to
   0, not whatever random data happens to be in the lun variable.
 - move the prototype for getdevtree() out from under #ifndef MINIMALISTIC,
   since it is used in both cases.

Submitted by:	Marius Strobl <marius@alchemy.franken.de> (mostly)
MFC After:	2 weeks
2004-03-03 01:51:24 +00:00
..
camcontrol.8
camcontrol.c Fix a couple of camcontrol issues that popped up on sparc64: 2004-03-03 01:51:24 +00:00
camcontrol.h
Makefile Make this WARNS=6 clean by: 2003-08-05 09:19:07 +00:00
modeedit.c Userland signed char fixes for PPC build. Problems were using a char 2004-01-22 07:23:36 +00:00
util.c Make this WARNS=6 clean by: 2003-08-05 09:19:07 +00:00