Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-06 | Factorize setregs() code to m68k-common location. | Miod Vallat | |
2005-11-06 | Homogeneize all PSR field tests in user-provided structures. No functional | Miod Vallat | |
change. | |||
2005-11-06 | Add keyboard bell support. | Miod Vallat | |
2005-10-28 | convert the last m68k_btop() and m68k_ptob() macros | Martin Reindl | |
2005-09-27 | Regen (3x2 frame buffer, 4 select codes). | Miod Vallat | |
2005-09-27 | Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them. | Miod Vallat | |
Model 382 can be identified with a unique MMUID value; model 362 is told from model 360 by probing for the frodo chip. Their built-in frame buffer is not supported at the moment. Matching information derived from messages to the NetBSD mailing lists. | |||
2005-09-27 | Do not initialize physmem to a magic value at compile time. | Miod Vallat | |
2005-09-25 | Define the symbolic register indexes in trapframe in <m68k/reg.h> only | Miod Vallat | |
#ifdef _KERNEL; also remove duplicate prototypes with <sys/ptrace.h>. Helped by martin@ | |||
2005-09-21 | isbad() is only used on SMD disks on sparc; remove it on other platforms. | Miod Vallat | |
2005-09-15 | get rid of MD m68k_trunc_page and m68k_round_page and replace by MI | Martin Reindl | |
trunc_page and round_page go go go! miod@ | |||
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat | |
arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime. | |||
2005-09-06 | anomoly -> anomaly | Miod Vallat | |
2005-08-06 | Model 360 does not have a PAC. | Miod Vallat | |
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat | |
terminate it with prejudice, as done in native sendsig(). Plus you get a memory leak in COMPAT_HPUX on m68k fixed for free. review art@ test martin@ | |||
2005-08-05 | typo | Theo de Raadt | |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-01 | Factorize cachectl() accross m68k platforms, and make the CC_ constants | Miod Vallat | |
public. | |||
2005-05-09 | Compile if no wsmouse device is configured in the kernel. | Miod Vallat | |
2005-05-09 | Compile without option WSDISPLAY_COMPAT_RAWKBD | Miod Vallat | |
2005-05-08 | For 4bpp and 6bpp frame buffers, advertize highligting and colors capabilities | Miod Vallat | |
back after rasops has initialized, as it will treat anything < 8bpp as mono. | |||
2005-05-06 | Keyboard maps for all international Domain keyboard layouts, reconstructed | Miod Vallat | |
from X11 tables mickey@ pointed me to. | |||
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto | |
2005-05-06 | Fix links target. | Marco Peereboom | |
2005-05-01 | Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere. | Miod Vallat | |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-25 | Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11. | Miod Vallat | |
2005-04-24 | Oops, 1.3 would cause a keyboard plugged at boot time to start in the wrong | Miod Vallat | |
state... | |||
2005-04-23 | Discard 0 byte keyboard identification strings. | Miod Vallat | |
Do not invoke wskbd_rawinput() with an empty buffer. | |||
2005-04-22 | Do not process the FIFO during interrupts when we are polling. | Miod Vallat | |
Also, if no keyboard has been detected at initialization, correctly initialize the state machine so that keyboard hotplug works. | |||
2005-04-22 | Doh, typo in constant... | Miod Vallat | |
2005-04-22 | Oops! | Miod Vallat | |
2005-04-22 | Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series. | Miod Vallat | |
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously). | |||
2005-04-22 | Allow an external device to force the HIL loop to not claim the keyboard | Miod Vallat | |
console. | |||
2005-04-22 | Pass -Wall, complete prototypes, some KNF; no functional change. | Miod Vallat | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt | |
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels | |||
2005-03-08 | Kill hp300 DISKLESS kernel, not worth using against GENERIC for diskless | Miod Vallat | |
systems since it still has all the filesystems for vnd usage and thus does not save much memory... ok deraadt@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-02-27 | Document how to set CONSCODE to point to an SGC device if one wants to force | Miod Vallat | |
the console. | |||
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat | |
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted. | |||
2005-02-27 | Invoke hp300_cninit() twice, with a global variable letting the | Miod Vallat | |
console-dependent routines know which pass they are being invoked in. The first pass is the usual console detection code. The second pass runs after uvm is initialized, and will allow devices which need VM services to run to claim the console. | |||
2005-02-27 | Decide whether to force serial console on the 425e based upon the service | Miod Vallat | |
switch, which is a physical switch on this model, unlike other frodo-based hp300. Service mode will now select serial console, while normal mode will select graphics console. | |||
2005-02-22 | Be sure to attach the console keyboard, if any, before prompting for an | Miod Vallat | |
alternate root device if boot -a. | |||
2005-02-20 | A better console test. | Miod Vallat | |
2005-02-20 | Link uboot with libgcc for quad arithmetic now that gcc won't emit these | Miod Vallat | |
instructions natively. | |||
2005-02-14 | Behave correctly in interrupt handlers if no tty has been allocated yet. | Miod Vallat | |
Prevents monkeys pounding on your serial terminal from panicing your kernel before getty gets spawned on the serial ports. dcm(4) looks safe from this problem from code inspection. | |||
2005-02-13 | remove race w/ improper spllowersoftclock() use; miod@ ok; not tested due to ↵ | Michael Shalayeff | |
lack of hw | |||
2005-02-13 | Remove __P usage in sys that has crept back in. | Jonathan Gray | |
'Looks fine' millert@, ok miod@ |