History log of /netbsd/sys/dev/ic/ihavar.h (Results 1 – 13 of 13)
Revision Date Author Comments
# b87210fa 14-May-2008 tsutsui <tsutsui@NetBSD.org>

Normalize my licenses.


# 8f9452f5 03-May-2008 tsutsui <tsutsui@NetBSD.org>

Change my mail address to netbsd.org one.


# 11da9127 12-Apr-2008 tsutsui <tsutsui@NetBSD.org>

Split device_t/softc.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 1d25696d 02-Jan-2005 tsutsui <tsutsui@NetBSD.org>

u_intNN_t -> uintNN_t


# 2388751c 14-Nov-2002 tsutsui <tsutsui@NetBSD.org>

Sync with copyright verbiage update of OpenBSD's iha(4).


# 0f5d20e2 09-Feb-2002 tsutsui <tsutsui@NetBSD.org>

- rename struct iha_scsi_req_q -> struct iha_scb
- reorder some functions
- some more cosmetics


# 11a1ddc5 17-Nov-2001 tsutsui <tsutsui@NetBSD.org>

- make sure to call bus_dmamap_unload() even after request sense
- fix usage of scb flags
- misc cleanup


# 9cb10f82 29-Sep-2001 tsutsui <tsutsui@NetBSD.org>

Calculate offsets of sglist dinamically rather than use an static array
because PAGE_SIZE is not constant on some ports.


# 883a2218 27-Sep-2001 tsutsui <tsutsui@NetBSD.org>

Adjust IHA_MAX_SG_ENTRIES since fragments of DMA buffer are not
more than (MAXPHYS / PAGE_SIZE + 1).


# 1f1c7b96 27-Jul-2001 tsutsui <tsutsui@NetBSD.org>

Fix some comments and remove an unused define. Partially from OpenBSD.


# 14f1650c 09-Jun-2001 tsutsui <tsutsui@NetBSD.org>

Remove unused members from SCSI command block structure.


# bcdd0828 03-Jun-2001 tsutsui <tsutsui@NetBSD.org>

Add a driver for the Initio INIC-940/950 PCI SCSI controllers.
Based on OpenBSD's iha driver, and modified some structures by me.

Tested on arc, i386 and macppc.