History log of /freebsd-10.1-release/sys/i386/isa/ccbque.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 139790 06-Jan-2005 imp

/* -> /*- for copyright notices, minor format tweaks as necessary


# 92765 20-Mar-2002 alfred

Remove __P.


# 71988 04-Feb-2001 phk

Use macro API to <sys/queue.h>


# 67142 15-Oct-2000 nyan

Fixed warnings.


# 60938 26-May-2000 jake

Back out the previous change to the queue(3) interface.
It was not discussed and should probably not happen.

Requested by: msmith and others


# 60833 23-May-2000 jake

Change the way that the queue(3) structures are declared; don't assume that
the type argument to *_HEAD and *_ENTRY is a struct.

Suggested by: phk
Reviewed by: phk
Approved by: mdodd


# 59490 22-Apr-2000 nyan

Changed interrupt level to splcam() because of the bs driver is CAM driver.

Pointed out: MITSUNAGA Noriaki <mitchy@er.ams.eng.osaka-u.ac.jp>


# 42118 28-Dec-1998 kato

CAM support.

Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> and
Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>


# 33841 26-Feb-1998 kato

Fixed syntax error by recent changes to the queue macros.


# 28861 28-Aug-1997 kato

Moved include files which are independent of bs driver.