History log of /src/sys/arch/evbppc/explora/dev/pckbc_elb.c |
Revision | | Date | Author | Comments |
1.12 |
| 05-Mar-2021 |
rin | Avoid doubly bus_space_map(9) when pckbc(4) is already attached as console.
|
1.11 |
| 05-Mar-2021 |
rin | pckbcintr() must be running with IPL_TTY, not IPL_SERIAL. Otherwise, tty(4) routines are unexpectedly interrupted, which results in "locking against myself" errors for tty_lock.
|
1.10 |
| 02-Mar-2021 |
rin | Convert to intr_establish_xname().
|
1.9 |
| 02-Mar-2021 |
rin | Stop registering same function twice, i.e., for pckbd(4) and pms(4), via intr_establish().
|
1.8 |
| 21-Nov-2020 |
thorpej | malloc(9) -> kmem(9)
|
1.7 |
| 01-Jul-2011 |
dyoung | branches: 1.7.66; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.6 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.5 |
| 15-Mar-2008 |
cube | branches: 1.5.2; 1.5.4; Split device_t and softc for pckbc(4) and its attachments.
|
1.4 |
| 27-Nov-2007 |
hannken | branches: 1.4.10; 1.4.14; 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.3 |
| 11-Dec-2005 |
christos | branches: 1.3.30; 1.3.48; 1.3.50; 1.3.56; merge ktrace-lwp.
|
1.2 |
| 15-Jul-2003 |
lukem | branches: 1.2.16; __KERNEL_RCSID()
|
1.1 |
| 11-Mar-2003 |
hannken | branches: 1.1.2; 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.1.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.2.16.2 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.2.16.1 |
| 07-Dec-2007 |
yamt | sync with head
|
1.3.56.1 |
| 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.3.50.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.3.50.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.3.48.1 |
| 27-Nov-2007 |
joerg | Sync with HEAD. amd64 Xen support needs testing.
|
1.3.30.1 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.4.14.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.4.14.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.4.10.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.5.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.5.2.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.7.66.2 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.7.66.1 |
| 14-Dec-2020 |
thorpej | Sync w/ HEAD.
|