History log of /netbsd/sys/dev/ic/aic7xxx_inline.h (Results 1 – 15 of 15)
Revision Date Author Comments
# 30296cb2 19-Apr-2018 christos <christos@NetBSD.org>

s/static inline/static __inline/g for consistency.


# 4b83748c 15-Mar-2009 cegger <cegger@NetBSD.org>

ansify function definitions


# ab81f0ff 11-Feb-2008 dyoung <dyoung@NetBSD.org>

Constify ahc_set_name(), ahc_name(). Do not free(9) memory that
may not belong to us.


# 168cd830 16-Nov-2006 christos <christos@NetBSD.org>

__unused removal on arguments; approved by core.


# 4d595fd7 12-Oct-2006 christos <christos@NetBSD.org>

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386


# 4b0dbc6b 14-Mar-2006 tsutsui <tsutsui@NetBSD.org>

TAB/space cleanup.


# fbae48b9 16-Feb-2006 perry <perry@NetBSD.org>

Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.


# 93124077 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 2ac65956 28-Nov-2005 bouyer <bouyer@NetBSD.org>

Don't call alloc_scb() (which can call bus_dmamem_alloc/map) from
ADAPTER_REQ_RUN_XFER context (which can be interrupt context), defer this
to the ADAPTER_REQ_GROW_RESOURCES callback.
Fix a panic in

Don't call alloc_scb() (which can call bus_dmamem_alloc/map) from
ADAPTER_REQ_RUN_XFER context (which can be interrupt context), defer this
to the ADAPTER_REQ_GROW_RESOURCES callback.
Fix a panic in uvm reported by John R. Shannon on port-xen; patch tested on
ahc by me and on ahd by John.

show more ...


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# df9803ce 21-Feb-2005 thorpej <thorpej@NetBSD.org>

Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names

Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names of many structures,
and prepend "SCSI_" onto all SCSI command opcodes. Place items described
by the SCSI Primary Commands document into scsi_spc.h.

show more ...


# c5670263 02-Nov-2003 wiz <wiz@NetBSD.org>

Fix some typos. From Tom Cosgrove via jmc@openbsd.


# 1ffa7b76 03-May-2003 wiz <wiz@NetBSD.org>

DMA, not dma nor Dma.


# 2d41d30f 19-Apr-2003 fvdl <fvdl@NetBSD.org>

NetBSD RCS Ids.


# ccadc2cb 19-Apr-2003 fvdl <fvdl@NetBSD.org>

Newer adaptec 7xxx driver. Written by Justin Gibbs for FreeBSD. Ported to
NetBSD by Pascal Renauld at Network Storage Solutions, Inc.
Some modifications by me.