Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-21 | add bus_space_{read,write}_region_* + some KNF | Niklas Hallqvist | |
1997-01-16 | Sync to NetBSD 970110 | Niklas Hallqvist | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-09-04 | s/rnd/random/ | Niklas Hallqvist | |
1996-08-23 | Add missing device decls (acd, rd, rnd,uk & wd) | Niklas Hallqvist | |
1996-08-04 | Change of our extensions to the bus.h interface. Remove host_to_bus | Niklas Hallqvist | |
functions and instead provide raw byte-buffer reads with wide datapaths. | |||
1996-08-04 | Do not mix differently signed entities in comparisons. | Niklas Hallqvist | |
Remove unnecessary include. | |||
1996-05-31 | Added prototypes | Niklas Hallqvist | |
1996-05-29 | Merge of 960526 NetBSD | Niklas Hallqvist | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-07 | Restructure and document a bit. Also fixed a confusing bug, which | Niklas Hallqvist | |
actually might turn out a feature... :-) But I want to test that a bit more before having that into the tree. | |||
1996-05-07 | Remove cdev_ss_init, there's a def in the MI parts now | Niklas Hallqvist | |
1996-05-04 | Include psl.h to get spl* funcs | Niklas Hallqvist | |
1996-05-04 | Sorted entries, and added com, lpt and ipl declarations | Niklas Hallqvist | |
1996-05-02 | Make cpu.h self-contained by including psl.h | Niklas Hallqvist | |
1996-05-02 | Fixup of a merge error | Niklas Hallqvist | |
1996-05-02 | Sync with NetBSD 9600430. The port has gone over a major -Wall treat | Niklas Hallqvist | |
1996-04-27 | Bring forward the Amiga ISA support, and resolve a conflict with if_ed | Niklas Hallqvist | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-03-30 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-24 | The delay functions takes unsigned arguments. | Niklas Hallqvist | |
1996-03-24 | Actually make CLKF_BASEPRI do what it's supposed to do. | Niklas Hallqvist | |
1996-02-26 | Add IPL_ and IST_ constants in preparation for the Amiga ISA-kit | Niklas Hallqvist | |
1996-02-06 | Added support for a new (well, I've run it locally for a year or two) | Niklas Hallqvist | |
interrupt system which is a prerequisite for the Amiga ISA support. It is described in amiga/amiga/README.ints, and is enabled by adding an "options IPL_REMAP_1" in the kernel config file. Along with this change there is also some generic cleanup, like style polishing, comment corrections, making sicallbacks operate in FIFO manner and cleaning up the spl mess in param.h... | |||
1996-01-31 | from netbsd: remove MAXPARTITIONS | Niklas Hallqvist | |
1995-12-21 | from netbsd; cpu_setstack() is depricated | Theo de Raadt | |
1995-11-28 | Fix SunOS emulation on 040 | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |