#
f5439ed7 |
| 09-Jul-2011 |
matt <matt@NetBSD.org> |
Allow algor kernels to be built under either algor/algor64 or evbmips-el/evbmips64-el. Note that MAXMAPARITITONS and majors numbers differ between the two ports which is why two kernels are still ne
Allow algor kernels to be built under either algor/algor64 or evbmips-el/evbmips64-el. Note that MAXMAPARITITONS and majors numbers differ between the two ports which is why two kernels are still needed.
show more ...
|
#
391925c7 |
| 01-Jul-2011 |
dyoung <dyoung@NetBSD.org> |
#include <sys/bus.h> instead of <machine/bus.h>.
|
#
3f18fe81 |
| 27-Nov-2009 |
rmind <rmind@NetBSD.org> |
- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. - Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb(). - Amend assembly in ports where it acce
- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. - Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb(). - Amend assembly in ports where it accesses PCB via struct user. - Rename L_ADDR to L_PCB in few places. Reduce sys/user.h inclusions.
show more ...
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
8ecf8999 |
| 07-Mar-2008 |
cube <cube@NetBSD.org> |
Split the softc from the device_t for all lpt(4) variants and attachments except the ppbus stuff (which doesn't compile) and ulpt(4) which is unrelated and can be dealt with separately.
As usual, it
Split the softc from the device_t for all lpt(4) variants and attachments except the ppbus stuff (which doesn't compile) and ulpt(4) which is unrelated and can be dealt with separately.
As usual, it comes with related cosmetic changes.
show more ...
|
#
47c14a34 |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Fix script-o's in last.
|
#
5a9ddc14 |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
9a711d69 |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|
#
d1ad2ac4 |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Rather than referencing the cfdriver directly in the cfdata entries, instead use a string naming the driver. The cfdriver is then looked up in a list which is built at run-time.
|
#
e51a0439 |
| 15-Jun-2001 |
thorpej <thorpej@NetBSD.org> |
Yet more interrupt cleanup -- the platform mater interrupt establish function now just takes an "irq", which is an index into the irqmap table for that platform.
|
#
ce66bf08 |
| 10-Jun-2001 |
thorpej <thorpej@NetBSD.org> |
Rewrite the interrupt handling code: - Compute the number of CPU pipeline cycles per second using the mc146818. - Use the COMPARE interrupt for the hardclock interrupt. - Collapse all interrupt pri
Rewrite the interrupt handling code: - Compute the number of CPU pipeline cycles per second using the mc146818. - Use the COMPARE interrupt for the hardclock interrupt. - Collapse all interrupt priorities into a single priority, and use the CPU interrupt inputs to determine the interrupt source (local device, PCI device, ISA device, etc.)
This allows us to have interrupt sharing.
show more ...
|
#
71cb790f |
| 01-Jun-2001 |
thorpej <thorpej@NetBSD.org> |
Add support for the Algorithmics P-4032 board. This is totally untested, since I have no P-4032 board, but it's no worse than the current situation, which is "totally non-working P-4032 support in t
Add support for the Algorithmics P-4032 board. This is totally untested, since I have no P-4032 board, but it's no worse than the current situation, which is "totally non-working P-4032 support in the ARC port, of all places".
show more ...
|