History log of /netbsd-src/sys/arch/arc/isa/opms_isa.c (Results 1 – 13 of 13)
Revision Date Author Comments
# ca37b980 30-Aug-2023 andvar <andvar@NetBSD.org>

fix build for arc PCCONS/RPC44 kernel configs by replacing *pccons_isa_conf
definition with pccons_isavar.h include, which has extern declaration for it.

Discussed fix with phone@ via irc.


# cf10107d 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# e1901f8e 06-Mar-2011 tsutsui <tsutsui@NetBSD.org>

Remove trailing spaces.


# abe73f3a 13-Sep-2008 tsutsui <tsutsui@NetBSD.org>

Fix more botches on device_t/softc split,
which didn't cause errors on compile.
Tested on gxemul.


# 0f31d9de 05-Jul-2008 tsutsui <tsutsui@NetBSD.org>

Split device_t/softc with misc related changes.


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

merge ktrace-lwp.


# 7fe2a5a0 22-Jan-2005 tsutsui <tsutsui@NetBSD.org>

- remove __P()
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF


# 2db68840 14-Sep-2004 drochner <drochner@NetBSD.org>

adapt to ISA "unknown address" namespace separation (purely mechanical,
as far as "grep" reaches)


# a4183603 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


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

Use CFATTACH_DECL().


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

Declare all cfattach structures const.


# 3835413b 07-Jan-2002 thorpej <thorpej@NetBSD.org>

Overhaul of the ISA autoconfiguration code to support direct
configuration of devices logically attached to the ISA bus:

* Change the isa_attach_args to have arrays of io, mem, irq, drq
resources.

Overhaul of the ISA autoconfiguration code to support direct
configuration of devices logically attached to the ISA bus:

* Change the isa_attach_args to have arrays of io, mem, irq, drq
resources.
* Add a "pnpnames" and a linked list of "pnpcompatnames" to the
isa_attach_args. If either of these members are non-NULL,
direct configuration of the bus is being performed. Add an
ISA_DIRECT_CONFIG() macro to test for this.
* Drivers are not allowed to modify the isa_attach_args unless
direct configuration is not being performed and the probe fucntion
is returning success.
* Adapt device drivers -- currently, all driver probe routines return
"no match" if ISA_DIRECT_CONFIG() evaluates to true.

show more ...


# b7abba77 13-Jun-2001 soda <soda@NetBSD.org>

split pccons driver into "pccons" and "opms",
also split into bus-dependent frontend and bus-independent backend.