freebsd-dev/lib/libcam
Kenneth D. Merry 71bf9f8a93 Remove scsi_da.c from the list of things compiled into the CAM library.
The functions that were being compiled into the library have been moved to
scsi_all.c.

One warning:  Any programs using scsi_start_stop() or scsi_read_write()
              that included scsi_da.h but not scsi_all.h will need to be
              changed to include scsi_all.h.  This doesn't affect
              camcontrol, and I don't think it affects any ports, but you
              never know.

PR:		kern/7969
Reviewed by:	gibbs
1998-09-18 22:29:35 +00:00
..
camlib.c CAM userland utility library, a replacement for libscsi. 1998-09-15 06:16:46 +00:00
camlib.h CAM userland utility library, a replacement for libscsi. 1998-09-15 06:16:46 +00:00
Makefile Remove scsi_da.c from the list of things compiled into the CAM library. 1998-09-18 22:29:35 +00:00
scsi_cmdparse.c Fix some Alpha portability problems, and add some belt-and-suspenders 1998-09-16 20:42:19 +00:00