Age | Commit message (Expand) | Author |
2002-02-01 | use kenter/kremove in pagemove(), from netbsd | Michael Shalayeff |
2002-02-01 | Default kernel is bsd around these parts. | Jason Wright |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff |
2002-02-01 | missing \n | Jason Wright |
2002-02-01 | fix debugging printf | Michael Shalayeff |
2002-02-01 | redefine COM_FREQ to 7.272727MHz | Michael Shalayeff |
2002-01-31 | add USER_PCICONF | Jason Wright |
2002-01-31 | add support for USER_PCICONF | Jason Wright |
2002-01-31 | Move ioctl userland accessible stuff to <dev/sun/uperfio.h> | Jason Wright |
2002-01-31 | Don't need uperf_psychovar.h to define one structure, put it in psychovar.h | Jason Wright |
2002-01-31 | Fallout from moving SET/CLR/etc | Jason Wright |
2002-01-31 | Make comment more representative. | Hugh Graham |
2002-01-31 | Make comment more representative. | Hugh Graham |
2002-01-31 | A little KNF. | Hugh Graham |
2002-01-31 | Add support for VAX 4000 500A. | Hugh Graham |
2002-01-31 | Don't need NFB (fb's aren't accessible this way) | Jason Wright |
2002-01-30 | Driver for getting at performance counters. These manifest them | Jason Wright |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-30 | A bit of hacking on awacs to try to get audio input working. | Dale Rahn |
2002-01-29 | Don't install a handler for powerfail... this causes weird problems with | Jason Wright |
2002-01-28 | yes, there is no sense in double savectx here; from Brian J. Kifiak <bk@rt.fm> | Michael Shalayeff |
2002-01-28 | add hifn, ubsec, and autri (warning, autri's sound defaults are a bit | Jason Wright |
2002-01-28 | malloc/free is not really used for pvs allocs | Michael Shalayeff |
2002-01-27 | bt no more | Michael Shalayeff |
2002-01-26 | Kludge, protect against bus faults during pci probes. allows OpenBSD | Dale Rahn |
2002-01-26 | splclock() should block SPL_BIO - SPL_IMP. | Dale Rahn |
2002-01-25 | properly identify gem as a boot device | Jason Wright |
2002-01-25 | CEAFSR defns | Jason Wright |
2002-01-25 | Reg defs for UEAFSR | Jason Wright |
2002-01-25 | offset to com regs is just a common iomod offset, accomodate for com console | Michael Shalayeff |
2002-01-25 | offset cons hpa to com regs, damnit | Michael Shalayeff |
2002-01-25 | see if we are a console | Michael Shalayeff |
2002-01-25 | init conaddr/unit if page0->mem_cons is on serial | Michael Shalayeff |
2002-01-25 | do not conflict PF_ /w pf -- rename to PZF_ and define _BITS | Michael Shalayeff |
2002-01-25 | define CONADDR and CONUNIT | Michael Shalayeff |
2002-01-25 | Don't defer attachment of devices on USB (we need the keyboard asap) | Jason Wright |
2002-01-25 | allocate pmaps with pool. | Artur Grabowski |
2002-01-25 | Instead of finding pages matching this physical page, match this specific | Dale Rahn |
2002-01-25 | Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD. | Jason Wright |
2002-01-25 | How did this work? It used to attempt the tlb entry for a mapping it is | Dale Rahn |
2002-01-25 | Remove more NKBD/NMS references (jason == cpp tonight I guess) | Jason Wright |
2002-01-25 | move the scancode -> wskbd event map into a seperate file... more still | Jason Wright |
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright |
2002-01-25 | confusing and not used, zap. | Artur Grabowski |
2002-01-25 | Bring disklabel code on par with other arches: recognize specific situations, | Miod Vallat |
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff |
2002-01-24 | Don't provide a duplicate addupc_task() routine. | Miod Vallat |
2002-01-24 | RAMDISKB compiles again... | Miod Vallat |
2002-01-24 | Repair compilation. | Miod Vallat |
2002-01-24 | Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc. | Jason Wright |