Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | stategy is not an english word | Theo de Raadt | |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt | |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright | |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright | |
(why you'd want to use a PS/2 keyboard on a sun machine is beyond me, but whatever...) | |||
2002-02-18 | provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing) | Jason Wright | |
2002-02-18 | Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebus | Jason Wright | |
(driver coming later today, hopefully) | |||
2002-02-18 | Add __HAVE_NWSCONS (so pckbc will do the right thing) | Jason Wright | |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
2002-02-12 | beep! | Jason Wright | |
2002-02-12 | Much to my annoyance, teach zskbd how to bark. | Jason Wright | |
2002-02-11 | 1<<39 is horrible | Theo de Raadt | |
2002-02-08 | vagfb_setcolor() needs to enter entries into the software copy of the | Jason Wright | |
palette so that it can be restored correctly. | |||
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright | |
From NetBSD: change bus_space_mmap() prototype to standard one | |||
2002-02-05 | Disable wsmux for now | Jason Wright | |
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright | |
portions from NetBSD. | |||
2002-02-01 | Default kernel is bsd around these parts. | Jason Wright | |
2002-02-01 | missing \n | Jason Wright | |
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 | 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 | |
selves as "sc at sbus" and a couple of registers on psycho (sabre doesn't appear to have these registers). | |||
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-29 | Don't install a handler for powerfail... this causes weird problems with | Jason Wright | |
the Netra X1 (interactions with lom) | |||
2002-01-28 | add hifn, ubsec, and autri (warning, autri's sound defaults are a bit | Jason Wright | |
on the loud side...) | |||
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 | 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 | Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD. | Jason Wright | |
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 | |
to move, though. | |||
2002-01-24 | Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc. | Jason Wright | |
Also, add the necessary config goop Finally, enable com* at ebus?, comkbd* at ebus?, and vgafb* at pci? | |||
2002-01-24 | Remove the ms (mainly at zs) stuff | Jason Wright | |
2002-01-24 | pretty | Jason Wright | |
2002-01-24 | Don't need ms.h (or SUNKBD/SUNMS) | Jason Wright | |
2002-01-24 | Save the interrupt cookies and fix the printfs for failure. | Jason Wright | |
2002-01-23 | handle split input/output devices (from NetBSD) | Jason Wright | |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski | |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski | |
2002-01-23 | Use sparc64 fpu_extern.h not sparc. | Jason Wright | |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski | |
well (not at all) with shortages of the vm_map where the pages are mapped (usually kmem_map). Try to deal with it: - group all information the backend allocator for a pool in a separate struct. The pool will only have a pointer to that struct. - change the pool_init API to reflect that. - link all pools allocating from the same allocator on a linked list. - Since an allocator is responsible to wait for physical memory it will only fail (waitok) when it runs out of its backing vm_map, carefully drain pools using the same allocator so that va space is freed. (see comments in code for caveats and details). - change pool_reclaim to return if it actually succeeded to free some memory, use that information to make draining easier and more efficient. - get rid of PR_URGENT, noone uses it. | |||
2002-01-20 | move a few more arch specific drivers to use new allocm and round_buffersize. | Eric Jackson | |
2002-01-18 | o Remove some debugging prints (most of them wouldn't work anyway) | Jason Wright | |
o Add support for draining the XFIFO on last close o Debounce the break sequence by looking for the terminate side of the break instead of the detection side. o wrap the parameter setup in splhigh (lest we get caught with the chip powered down) | |||
2002-01-17 | Enable the sab82532 driver (serial console for u5/u10/u30, etc). | Jason Wright | |
2002-01-17 | Better handling of transitions between our mode and what the prom wants. | Jason Wright | |
2002-01-17 | add polled input handling and remove dead code | Jason Wright | |
Also add support for Break->DDB handling on console [Works in ddb including going back and forth to the PROM, but locks up after printing the 'swap on ...' line] |