#
c0f5cd2d |
| 04-Dec-2021 |
andvar <andvar@NetBSD.org> |
s/establised/established/ in struct variable name. Also fixed typos in comments.
|
#
38e52ce4 |
| 22-Nov-2020 |
thorpej <thorpej@NetBSD.org> |
malloc(9) -> kmem(9) (easy, straight-forward cases only, for now)
|
#
4be6ce2e |
| 13-Oct-2012 |
jdc <jdc@NetBSD.org> |
Adapt to the changed signature of pckbc_cnattach().
|
#
de881698 |
| 18-Mar-2008 |
dogcow <dogcow@NetBSD.org> |
pesky missing spaces.
|
#
a22d8d4a |
| 15-Mar-2008 |
cube <cube@NetBSD.org> |
Split device_t and softc for pckbc(4) and its attachments.
|
#
4b293a84 |
| 03-Dec-2007 |
ad <ad@NetBSD.org> |
Interrupt handling changes, in discussion since February:
- Reduce available SPL levels for hardware devices to none, vm, sched, high. - Acquire kernel_lock only for interrupts at IPL_VM. - Implemen
Interrupt handling changes, in discussion since February:
- Reduce available SPL levels for hardware devices to none, vm, sched, high. - Acquire kernel_lock only for interrupts at IPL_VM. - Implement threaded soft interrupts.
show more ...
|
#
d974db0a |
| 17-Oct-2007 |
garbled <garbled@NetBSD.org> |
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the v
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
show more ...
|
#
88ab7da9 |
| 09-Jul-2007 |
ad <ad@NetBSD.org> |
Merge some of the less invasive changes from the vmlocking branch:
- kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
|
#
03fe068a |
| 16-Nov-2005 |
uwe <uwe@NetBSD.org> |
ANSIify. Use uint<N>_t. Drop unnecessary includes. Drop trailing whitespace.
|
#
c19b13c7 |
| 17-Mar-2004 |
martin <martin@NetBSD.org> |
Adapt to pckbc -> pckbport changes
|
#
dff5222d |
| 13-Mar-2004 |
bjh21 <bjh21@NetBSD.org> |
Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) drivers that attach to it. This allows for other host interface chips that use the same keyboards and mice, such as the ones in t
Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) drivers that attach to it. This allows for other host interface chips that use the same keyboards and mice, such as the ones in the ARM IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still called pckbc(4), and the new abstraction layer is "pckbport", so the child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which also contains some code shared between all host controllers. To avoid incompatibility, pckbdreg.h is still installed in /usr/include/dev/pckbc.
In theory, this shouldn't cause any behavioural changes in the drivers concerned. Thy just use rather more function pointers than before. Tested on i386 and (with a new host driver) acorn32. Compiled on several other affected architectures.
show more ...
|
#
47df99b0 |
| 10-Feb-2004 |
bjh21 <bjh21@NetBSD.org> |
__HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses sys/dev/pckbc/files.pckbc." This is true of sparc, so define __HAVE_NWSCONS, and remove the code in pckbc_machdep_cnattach() t
__HAVE_NWSCONS seems to mean, "If this port uses pckbc(4), it also uses sys/dev/pckbc/files.pckbc." This is true of sparc, so define __HAVE_NWSCONS, and remove the code in pckbc_machdep_cnattach() that was conditional on its not being defined and that is no longer needed (since with __HAVE_NWSCONS, pckbc_cnattach() will call pckbd_cnattach() itself if necessary).
show more ...
|
#
808a75e1 |
| 12-Dec-2003 |
martin <martin@NetBSD.org> |
Use the new split hard/softinterrupt handlers to avoid running mouse/keyboard input functions to be run at IPL_SERIAL (instead of the intended IPL_TTY).
|
#
a4183603 |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
725a6aeb |
| 10-Dec-2002 |
pk <pk@NetBSD.org> |
Remove the `flags' argument from bus_intr_establish().
|
#
fb2195ae |
| 03-Oct-2002 |
uwe <uwe@NetBSD.org> |
Search children of the "8042" node to check if keyboard is the stdin.
|
#
4bf871a7 |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Add trailing ; to CFATTACH_DECL.
|
#
c1077f22 |
| 01-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
f818766a |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|
#
e158bed8 |
| 18-Feb-2002 |
uwe <uwe@NetBSD.org> |
Switch to shared EBus headers in dev/ebus.
|
#
4495f84b |
| 31-Jan-2002 |
uwe <uwe@NetBSD.org> |
Driver for pckbc in javastations. Not finished yet.
|