History log of /freebsd-10-stable/sys/dev/aic7xxx/ahc_isa.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 249574 17-Apr-2013 neel

Correct misleading bootverbose output: ahc_isa_probe -> ahc_isa_identify


# 232882 12-Mar-2012 jmallett

Remove comments about creating DMA tags as children of the DMA tags of their
parent bus where the code has now been modified to do so.

Reviewed by: scottl


# 161928 02-Sep-2006 jmg

add a newbus method for obtaining the bus's bus_dma_tag_t... This is
required by arches like sparc64 (not yet implemented) and sun4v where there
are seperate IOMMU's for each PCI bus... For all other arches, it will
end up returning NULL, which makes it a no-op...

Convert a few drivers (the ones we've been working w/ on sun4v) to the
new convection... Eventually all drivers will need to replace the parent
tag of NULL, w/ bus_get_dma_tag(dev), though dev is usually different for
each driver, and will require hand inspection...

Reviewed by: scottl (earlier version)


# 139749 05-Jan-2005 imp

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


# 136569 15-Oct-2004 gibbs

Skip probe attempts for ISA PnP devices.

Pointed out by: imp


# 134531 30-Aug-2004 gibbs

Correct a typo in a comment: alloated->allocated

Reported by: Jens Schweikhardt <schweikh@schweikhardt.net>


# 133982 18-Aug-2004 gibbs

Initialize iobase from the resource allocated by bus_alloc_resource_any()
rather than with isa_get_port(). This value is only used in diagnostics,
but the value we want to print is the value in our resource, not in any
hint.


# 133964 18-Aug-2004 gibbs

Remove ISA attachments dependence on eisaconf.h

Noticed by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org>


# 133912 17-Aug-2004 gibbs

Add ISA attachement files for the aic7xxx driver.

Approved by: re
Reminded by: obrien