| History log of /src/sys/arch/evbmips/isa |
| Revision | Date | Author | Comments |
| 1.15 | 22-Jan-2022 |
skrll | Ensure bus_dmatag_subregion is called with an inclusive max_addr everywhere.
|
| 1.14 | 17-Dec-2021 |
skrll | Correct copypaste comment grammar.
|
| 1.13 | 17-Dec-2021 |
skrll | Trailing whitespace
|
| 1.12 | 26-Feb-2016 |
christos | PR/50856: David Binderman: Remove redundant code.
|
| 1.11 | 10-Jul-2011 |
matt | branches: 1.11.12; 1.11.30; CLeanup machine includes
|
| 1.10 | 08-Jul-2011 |
matt | Use mips_bus_dma_cookie.
|
| 1.9 | 01-Jul-2011 |
dyoung | #include <sys/bus.h> instead of <machine/bus.h>.
|
| 1.8 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
| 1.7 | 06-Mar-2007 |
simonb | branches: 1.7.40; 1.7.42; 1.7.44; Fix some caddr_t rototill fallout.
|
| 1.6 | 04-Mar-2007 |
christos | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
| 1.5 | 11-Dec-2005 |
christos | branches: 1.5.26; merge ktrace-lwp.
|
| 1.4 | 15-Jul-2003 |
lukem | branches: 1.4.16; __KERNEL_RCSID()
|
| 1.3 | 05-May-2003 |
fvdl | branches: 1.3.2; Move definition of ISA_DMA_BOUNCE_THRESHOLD to dev/isa/isareg.h.
|
| 1.2 | 18-Mar-2002 |
simonb | branches: 1.2.8; 1.2.10; Convert to use <mips/bus_*.h>.
|
| 1.1 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
| 1.2.10.2 | 18-Mar-2002 |
simonb | Convert to use <mips/bus_*.h>.
|
| 1.2.10.1 | 18-Mar-2002 |
simonb | file isadma_bounce.c was added on branch nathanw_sa on 2002-03-18 01:21:13 +0000
|
| 1.2.8.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.8.1 | 18-Mar-2002 |
jdolecek | file isadma_bounce.c was added on branch kqueue on 2002-06-23 17:35:57 +0000
|
| 1.3.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.3.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.3.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.4.16.1 | 03-Sep-2007 |
yamt | sync with head.
|
| 1.5.26.1 | 12-Mar-2007 |
rmind | Sync with HEAD.
|
| 1.7.44.1 | 16-May-2008 |
yamt | sync with head.
|
| 1.7.42.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.7.40.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.11.30.1 | 19-Mar-2016 |
skrll | Sync with HEAD
|
| 1.11.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.14 | 08-Jul-2011 |
matt | white space cleanup.
|
| 1.13 | 01-Jul-2011 |
dyoung | #include <sys/bus.h> instead of <machine/bus.h>.
|
| 1.12 | 29-Mar-2008 |
tsutsui | Don't forget to initialize sc_dev.
|
| 1.11 | 28-Mar-2008 |
tsutsui | Split device_t and softc for MI mc146818 clock, and other related misc cosmetics.
|
| 1.10 | 10-Jan-2008 |
tsutsui | branches: 1.10.6; Move todr_attach(9) calls from each MD attachment to MI mc146818_attach().
|
| 1.9 | 07-Sep-2006 |
simonb | branches: 1.9.32; 1.9.38; 1.9.46; Print out a "\n" after calling mc146818_attach(). Pointed out by Izumi Tsutsui.
|
| 1.8 | 28-Mar-2006 |
gdamore | Use todr_attach.
|
| 1.7 | 28-Mar-2006 |
gdamore | Rework evbmips clock architecture to use common clock_subr.h routines.
Additionally, do not fail if no RTC is present, as not all boards have one.
Malta now uses the common dev/ic/mc146818.c code as much as possible, reducing local "custom" code. These malta changes are *untested*, as I do not have a Malta board to test with. If someone would please test them and get back to me, I'd appreciate it!
|
| 1.6 | 11-Dec-2005 |
christos | branches: 1.6.4; 1.6.6; 1.6.8; 1.6.10; 1.6.12; merge ktrace-lwp.
|
| 1.5 | 14-Sep-2004 |
drochner | branches: 1.5.12; adapt to ISA "unknown address" namespace separation (purely mechanical, as far as "grep" reaches)
|
| 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 | 09-Apr-2002 |
simonb | branches: 1.2.6; 1.2.8; Remove a few more magic numbers.
|
| 1.1 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
| 1.2.8.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.2.8.1 | 09-Apr-2002 |
nathanw | file mcclock_isa.c was added on branch nathanw_sa on 2002-10-18 02:36:38 +0000
|
| 1.2.6.3 | 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.2.6.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.2.6.1 | 09-Apr-2002 |
jdolecek | file mcclock_isa.c was added on branch kqueue on 2002-06-23 17:35:57 +0000
|
| 1.4.6.2 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.4.6.1 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.5.12.3 | 21-Jan-2008 |
yamt | sync with head
|
| 1.5.12.2 | 30-Dec-2006 |
yamt | sync with head.
|
| 1.5.12.1 | 21-Jun-2006 |
yamt | sync with head.
|
| 1.6.12.2 | 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
| 1.6.12.1 | 28-Mar-2006 |
tron | Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
|
| 1.6.10.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
| 1.6.8.2 | 14-Sep-2006 |
yamt | sync with head.
|
| 1.6.8.1 | 01-Apr-2006 |
yamt | sync with head.
|
| 1.6.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
| 1.6.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
| 1.9.46.1 | 10-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.9.38.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.9.32.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.10.6.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|