index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sgimips
/
dev
/
imc.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2019-04-26
fix misleading error message
macallan
2015-02-18
switch sgimips to common bus_dma and bus_space in arch/mips/
macallan
2012-10-27
split device_t/softc for all remaining drivers.
chs
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2011-06-30
dependant -> dependent
wiz
2011-02-20
Merge forward matt-nb5-mips64
matt
2008-08-23
KNF and misc cosmetics.
tsutsui
2007-02-19
Support the sq(4) interface on the Challenge S's IOPLUS mezzanine. This
rumble
2006-12-22
Guiness -> Guinness.
rumble
2006-08-30
Add pic and imc-specific functions to alter the GIO bus arbiter
rumble
2005-12-11
merge ktrace-lwp.
christos
2005-10-18
TAB/space cleanup.
tsutsui
2004-09-29
Various fixes:
sekiya
2004-09-05
Oooops, iaa.iaa_name must be initialized.
sekiya
2004-09-05
Use config_found_ia() rather than config_found().
sekiya
2004-08-17
Implement several changes that get my E++ (HPC1.5 GIO ethernet
rumble
2004-07-25
Properly detect the EISA bus for IP22-class machines.
sekiya
2004-06-13
sekiya-san's platform abstraction allows us to keep these
rumble
2004-04-03
Hook the IMC bus error handler into the ISR, otherwise bus error conditions
sekiya
2004-01-18
Keep chip revision and EISA information on same line as attach information.
sekiya
2004-01-18
Properly disable watchdog timer.
sekiya
2004-01-18
Finish moving code between ip2x.c and ip3x.c to imc.c and crime.c.
sekiya
2004-01-13
Assign memory controller-dependent watchdog reset functions to
sekiya
2004-01-13
As the platform-specific bus reset routine varies based on the memory
sekiya
2004-01-10
Add watchdog and bus error handling functions (these features live in
sekiya
2003-12-14
Bus-space'ify the memory controller driver, and add IP20-specific bits.
sekiya
2003-07-15
__KERNEL_RCSID()
lukem
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-03-13
Replace lots of 8x<space> with <tabs> and other miscellaneous indentation
simonb
2001-09-10
Use the newly committed imcreg.h to get rid of the magic numbers polluting
rafal
2001-07-08
- Use the identifier strings that are fetched by the MI ARC BIOS
thorpej
2001-05-11
Support for the Indigo2/Indy IMC (this is that to which all other
thorpej