Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-30 | A bit of hacking on awacs to try to get audio input working. | Dale Rahn | |
interrupts and buffer handling seems to be occurring correctly. All audio samples are zero'ed however. Dont know if the problem is with audio source control or with DMA. audio output still works. A few changes were other changes from netbsd which seemed to make sense. | |||
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 | 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 | |
on the loud side...) | |||
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 | |
to boot on a B&W G3. | |||
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 | |
entry. Also terminate the search as soon as this entry is found. | |||
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 | |
removing by using the va it is replacing it with, NO!. Calculate the va of the mapping by inverting the pte_hi calculation producing bits 4-19 of the address. This is enough to correctly invalidate the tlb entry for the mapping being removed. | |||
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-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 | |
correctly initialize the label for a virgin disk with no existing disklabel, etc. | |||
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff | |
original port done by chris@ in '98 and pounded into -current by me, plus support for wide mode. tested on pci in both modes by me, on eisa (w/ half success, thus not enabled yet) by jason@. niklas@, jason@, millert@ ok. | |||
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 | |
Also, add the necessary config goop Finally, enable com* at ebus?, comkbd* at ebus?, and vgafb* at pci? | |||
2002-01-24 | Fix a few typos | Artur Grabowski | |
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 | copy*str() fixes for vax. Also includes some fixes from NetBSD PR #7838. | Miod Vallat | |
2002-01-23 | recognize athlon model 6 and model 7; from netbsd | Michael Shalayeff | |
2002-01-23 | handle split input/output devices (from NetBSD) | Jason Wright | |
2002-01-23 | copy*str() sanity fixes for sparc. | Miod Vallat | |
Work from Theo and myself. | |||
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt | |
2002-01-23 | bktr may have radio | Michael Shalayeff | |
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 | add midi and sequencer devices | Eric Jackson | |
2002-01-23 | enable spkr, isabeep devices | Eric Jackson | |
2002-01-23 | move cdev_spkr_init() to conf.h for use by other arch's | Eric Jackson | |
2002-01-23 | add support for AlphaPC 64. | Eric Jackson | |
from NetBSD. |