History log of /src/sys/arch/evbppc/explora/consinit.c |
Revision | | Date | Author | Comments |
1.12 |
| 07-Mar-2021 |
rin | No need to clear framebuffer here; rasops(4) takes care of it.
|
1.11 |
| 07-Mar-2021 |
rin | Reduce ifdef. No functional changes.
|
1.10 |
| 05-Mar-2021 |
rin | For Explora 451, call calc_delayconst() before pckbc_cnattach(), which depends on delay() and DELAY().
Unfortunately, proplib(9) API is not available for MD codes, that are called before consinit() (since pool(9) is not initialized yet).
Therefore, hard-code CPU frequency to calc_delayconst() in case "processor-frequency" is not initialized.
|
1.9 |
| 13-Oct-2012 |
jdc | branches: 1.9.50; Adapt to the changed signature of pckbc_cnattach().
|
1.8 |
| 01-Jul-2011 |
dyoung | branches: 1.8.2; 1.8.12; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.7 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.6 |
| 27-Nov-2007 |
hannken | branches: 1.6.14; 1.6.16; 1.6.18; When using bus_space_map() on the ISA bus unstride the address. Since Rev. 1.13 of sys/arch/powerpc/powerpc/bus_space.c the address will be strided by memio_map().
|
1.5 |
| 11-Dec-2005 |
christos | branches: 1.5.30; 1.5.48; 1.5.50; 1.5.56; merge ktrace-lwp.
|
1.4 |
| 25-Jul-2003 |
scw | branches: 1.4.16; Switch ibm4xx ports to common powerpc bus_space/bus_dma code. XXX: Walnut PCI support is broken. This will be addressed shortly.
|
1.3 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.2 |
| 14-Jun-2003 |
thorpej | branches: 1.2.2; Also pass a type argument to comcnattach() and com_kgdb_attach(). comspeed() (and thus cominit()) may need this information.
|
1.1 |
| 11-Mar-2003 |
hannken | Add a port to the NCD Explora451 ThinClient.
- Supported devices: le, com, lpt, pckbd, frame buffer. - Support missing: phy, audio, pcmcia. - Boots from network or md.
Approved by: Eduardo Horvath <eeh@netbsd.org>
|
1.2.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.4.16.1 |
| 07-Dec-2007 |
yamt | sync with head
|
1.5.56.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.5.50.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.5.48.1 |
| 27-Nov-2007 |
joerg | Sync with HEAD. amd64 Xen support needs testing.
|
1.5.30.1 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.6.18.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.6.16.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.6.14.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.8.12.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.8.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.9.50.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|