History log of /freebsd-10.3-release/sys/dev/advansys/adwlib.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 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


# 241588 15-Oct-2012 jhb

Add locking to the adw(4) driver and mark it MPSAFE.
- Use device_printf() and device_get_nameunit() instead of adw_name().
- Remove use of explicit bus space handles and tags.
- Use pci_enable_busmaster() rather than frobbing the PCI command register
directly.
- Use the softc provided by new-bus rather than allocating a new one.

Tested by: no one


# 141854 14-Feb-2005 obrien

Fix a missing /*-


# 139749 06-Jan-2005 imp

Start each of the license/copyright comments with /*-, minor shuffle of lines


# 67899 29-Oct-2000 phk

Remove unneeded <stddef.h> #includes.


# 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


# 57679 02-Mar-2000 gibbs

adv_pci.c:
adw_pci.c:
Update comments describing supported chips/cards.

adwcam.c:
adwlib.c:
adwlib.h:
Handle more error return codes from the firmware.

Break out the bus reset code into its own function.

Usa a constant for the bus reset hold delay.

Fix an interrupt race problem in adw_idle_cmd_send by
incorporating the poll loop for command completion.

Approved by: jkh@FreeBSDorg


# 56979 03-Feb-2000 gibbs

Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminary
support is also included for the ASC38C1600 Ultra160 chipset, but
as firmware is not yet available for this chip, it is disabled.

Approved by: jkh@FreeBSD.org


# 50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 40024 07-Oct-1998 gibbs

Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).