freebsd-dev/sys/cam/scsi
Mike Barcroft fd8e4ebc8c o Move NTOHL() and associated macros into <sys/param.h>. These are
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
  source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
  Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
  POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
  and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
  complexities associated with having MD (asm and inline) versions, and
  having to prevent exposure of these functions in other headers that
  happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
  third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.

Tested on:	alpha, i386
Reviewed by:	bde, jake, tmm
2002-02-18 20:35:27 +00:00
..
scsi_all.c Fix bug in scsi_read_write() where it might use 6-byte commands when 2001-11-06 23:50:33 +00:00
scsi_all.h Add interfaces for SCSI LOG SELECT and LOG SENSE commands. 2001-08-27 01:29:30 +00:00
scsi_cd.c o Move NTOHL() and associated macros into <sys/param.h>. These are 2002-02-18 20:35:27 +00:00
scsi_cd.h Remove spurious ';' 2002-02-10 21:36:13 +00:00
scsi_ch.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scsi_ch.h Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
scsi_da.c Add NO_6_BYTE quirk entry for the LaCie Ltd. 105311 80 Gig USB2 drive. 2002-02-18 13:35:30 +00:00
scsi_da.h Implement a new camcontrol function, 'camcontrol format'. 2000-05-21 23:57:52 +00:00
scsi_dvcfg.h Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98 2000-10-23 12:55:51 +00:00
scsi_low_pisa.c o Add KLD support for scsi_low. 2001-12-15 12:32:23 +00:00
scsi_low_pisa.h Catch up with NetBSD/pc98. 2001-07-14 00:38:51 +00:00
scsi_low.c Staticise a debugging variable. 2002-01-09 03:37:16 +00:00
scsi_low.h Catch up with NetBSD/pc98. 2001-07-14 00:38:51 +00:00
scsi_message.h 0x03F -> 0x3F for consistancy with the rest of the file. 2000-10-31 18:00:23 +00:00
scsi_pass.c o Modify access control code for the CAM SCSI pass-through device to 2001-09-26 20:13:16 +00:00
scsi_pass.h Rewrite of the CAM error recovery code. 2001-03-27 05:45:52 +00:00
scsi_pt.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scsi_pt.h Spell declarations correctly. 2001-01-12 02:49:40 +00:00
scsi_sa.c The code that sees a drive (at mount time) not in buffered mode and 2001-09-14 19:00:51 +00:00
scsi_sa.h Spell declarations correctly. 2001-01-12 02:49:40 +00:00
scsi_ses.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scsi_ses.h Move the kernel specific stuff into scsi_ses.c. Redo the ioctls 2000-01-15 22:40:04 +00:00
scsi_targ_bh.c Propagate CAM_DIS_DISCONNECT on through: 2001-07-30 00:19:50 +00:00
scsi_target.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
scsi_targetio.h (Forced commit- last commit was inadvertant in that it missed the comments) 2001-07-30 00:27:54 +00:00