History log of /src/sys/arch/arc/isa/opms_isa.c |
Revision | | Date | Author | Comments |
1.13 |
| 30-Aug-2023 |
andvar | 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.
|
1.12 |
| 01-Jul-2011 |
dyoung | #include <sys/bus.h> instead of <machine/bus.h>.
|
1.11 |
| 06-Mar-2011 |
tsutsui | Remove trailing spaces.
|
1.10 |
| 13-Sep-2008 |
tsutsui | branches: 1.10.16; 1.10.22; Fix more botches on device_t/softc split, which didn't cause errors on compile. Tested on gxemul.
|
1.9 |
| 05-Jul-2008 |
tsutsui | branches: 1.9.2; Split device_t/softc with misc related changes.
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.74; 1.8.78; 1.8.80; 1.8.82; merge ktrace-lwp.
|
1.7 |
| 22-Jan-2005 |
tsutsui | - remove __P() - use ANSI function decls - u_intNN_t -> uintNN_t - some KNF
|
1.6 |
| 14-Sep-2004 |
drochner | branches: 1.6.4; adapt to ISA "unknown address" namespace separation (purely mechanical, as far as "grep" reaches)
|
1.5 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.4 |
| 02-Oct-2002 |
thorpej | branches: 1.4.6; Use CFATTACH_DECL().
|
1.3 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.2 |
| 07-Jan-2002 |
thorpej | 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.
|
1.1 |
| 13-Jun-2001 |
soda | branches: 1.1.2; 1.1.4; 1.1.10; split pccons driver into "pccons" and "opms", also split into bus-dependent frontend and bus-independent backend.
|
1.1.10.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.10.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.10.2 |
| 11-Jan-2002 |
nathanw | More catchup.
|
1.1.10.1 |
| 13-Jun-2001 |
nathanw | file opms_isa.c was added on branch nathanw_sa on 2002-01-11 23:37:58 +0000
|
1.1.4.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.1.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.6.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.4.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.8.82.1 |
| 18-Jul-2008 |
simonb | Sync with head.
|
1.8.80.2 |
| 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
1.8.80.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.8.78.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.8.74.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.9.2.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.10.22.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.10.16.1 |
| 21-Apr-2011 |
rmind | sync with head
|