History log of /netbsd/sys/dev/eisa/ahc_eisa.c (Results 1 – 25 of 42)
Revision Date Author Comments
# c29a44c4 27-Jan-2021 thorpej <thorpej@NetBSD.org>

Use eisa_compatible_{match,lookup}().


# 0e374985 11-Jul-2016 msaitoh <msaitoh@NetBSD.org>

KNF. No functional change.


# 7d1220ac 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# b8930f84 29-Mar-2014 christos <christos@NetBSD.org>

make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.


# 74341862 04-Dec-2009 njoly <njoly@NetBSD.org>

Cleanup interrupt establish error messages. Do not mix
aprint_error/aprint_normal/printf calls for a single line.


# 6a970ea2 05-May-2009 cegger <cegger@NetBSD.org>

device_t/softc split


# 58956204 06-Apr-2008 cegger <cegger@NetBSD.org>

use aprint_*_dev and device_xname


# 08a54ea3 18-Feb-2008 dyoung <dyoung@NetBSD.org>

Use device_xname().


# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 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


# 92c7bba3 29-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_private().


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

merge ktrace-lwp.


# 41e5f04c 23-Aug-2004 thorpej <thorpej@NetBSD.org>

- Use ANSI function decls and make use of static.


# 4762c81f 22-Apr-2003 tsutsui <tsutsui@NetBSD.org>

- #ifdef DEBUG, #if DEBUG -> #ifdef AHC_DEBUG
- TAB/space cosmetics


# da526ebf 20-Apr-2003 fvdl <fvdl@NetBSD.org>

Initialize ahc->name. From Izumi Tsutsui.
Set ahc->parent_dmat correctly.


# 4d6d3fb3 20-Apr-2003 fvdl <fvdl@NetBSD.org>

Call ahc_softc_init in attach function.


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

Adapt to newer backend. Needs testing.


# c9b3657c 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Add trailing ; to CFATTACH_DECL.


# 9d4a6407 30-Sep-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# f818766a 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# 0f09ed48 27-Sep-2002 provos <provos@NetBSD.org>

remove trailing \n in panic(). approved perry.


# b84f53ef 13-Nov-2001 lukem <lukem@NetBSD.org>

add RCSID


# 5fea9616 24-Sep-2000 jdolecek <jdolecek@NetBSD.org>

use new generic bootverbose instead of local definition


# 7df61531 15-Mar-2000 fvdl <fvdl@NetBSD.org>

Update EISA frontend for new ahc driver (done by Noriyuki Soda).


12