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 Add PERIPH and XPT debug options to camcontrol. This makes all CAM debug 2002-12-17 06:05:21 +00:00
camcontrol.c Fix a couple of camcontrol issues that popped up on sparc64: 2004-03-03 01:51:24 +00:00
camcontrol.h This is an overhaul of the mode page handling in camcontrol as well as 2000-08-08 06:24:17 +00:00
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