Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-16 | Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating point | Miod Vallat | |
registers, and the floating point control registers are savec in the reg structure. | |||
2005-05-15 | Fix CMMU_CSSP(n) value. | Miod Vallat | |
Makes 88204 systems happier - yet they were working before. | |||
2005-05-15 | enable ep(4) | Martin Reindl | |
ok deraadt@ | |||
2005-05-15 | Speed up the low-level dae helpers. | Miod Vallat | |
2005-05-15 | Compile out more code if TRACE_DEBUG is not defined. | Miod Vallat | |
2005-05-15 | Disable ddb backtrace debug code by default. | Miod Vallat | |
2005-05-15 | KNF and ANSIfy. | Miod Vallat | |
2005-05-14 | Match a device_type of scsi-2 as SCSI (as found in a Netra 1405). | Brad Smith | |
From NetBSD ok miod@ | |||
2005-05-14 | Remove bogus #define, no binary difference. | Dale Rahn | |
2005-05-14 | Factorize most of the high-level logic for Sun serial keyboards in | Miod Vallat | |
sys/dev/sun/sunkbd.c, and move the layout tables to sys/dev/sun/sunkbdmap.c. No functional changes, small sparc64 kernel shrinkage. | |||
2005-05-14 | remove redundant definition of PCI_ID_CODE. I added this to the | Brad Smith | |
MI pcivar.h header 5 months ago. | |||
2005-05-13 | /dev/speaker node on cats. | Miod Vallat | |
2005-05-13 | Kill <machine/spkr.h>, software should use <dev/isa/spkrio.h> instead. | Miod Vallat | |
2005-05-13 | not ready for NATM | Theo de Raadt | |
2005-05-13 | enable spkr by default; ckuethe 4201 | Theo de Raadt | |
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Populate \t better in the output, for human readability; no change in the | Miod Vallat | |
map themselves. | |||
2005-05-12 | Minimal terminal line discipline support to stop the boot timeout | Uwe Stuehler | |
after the first keystroke, as on other platforms. | |||
2005-05-11 | prettier; ok uwe | Theo de Raadt | |
2005-05-10 | enable arm optimized in4_cksum | Brad Smith | |
ok drahn@ | |||
2005-05-10 | add epic commented out | Michael Shalayeff | |
2005-05-10 | after copyin/out fpu regs flush and purge as they gonna be accessed from ↵ | Michael Shalayeff | |
phys later; from chs | |||
2005-05-10 | explicitly align unwind data to 8 bytes; from chs | Michael Shalayeff | |
2005-05-10 | no reason to use long as we are most definately all 32bit | Michael Shalayeff | |
2005-05-10 | set pcsq in case we get signal delivery once interrupted from the gateway ↵ | Michael Shalayeff | |
page; from chs | |||
2005-05-10 | enter ddb thru alt-escape. | Marc Espie | |
okay miod@, uwe@ | |||
2005-05-10 | - add vax optimized in4_cksum | Brad Smith | |
- de register and use ANSI prototype From NetBSD ok miod@ | |||
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-05-09 | fixes and updates for root device detection from NetBSD: | Martin Reindl | |
- remove unneeded checks and variables - use strncasecmp() to check b->protocol because the case is dependant on the firmware revision - check logical unit numbers - consistently check PCI function numbers - on the 6600 models check which PCI hierarchy is looked at - makes root device detection on DS20 (6600) work testing by claudio, xsa and miod; ok miod@ | |||
2005-05-09 | - add alpha optimized in4_cksum | Brad Smith | |
- de register and use ANSI prototypes From NetBSD ok miod@ martin@ | |||
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-09 | Enable clock to STUART unit, and enable com2 in GENERIC and RAMDISK | Uwe Stuehler | |
configurations. The STUARTCONSOLE option doesn't work yet. | |||
2005-05-09 | Permit one of the PXA2X0's UARTs to operate in Slow Infrared (SIR) mode | Uwe Stuehler | |
(half-duplex). I couldn't verify that the real serial port still works (a special serial cable is needed for that). | |||
2005-05-09 | Added comments, and a new function to control the infrared LED. | Uwe Stuehler | |
2005-05-09 | Bump version to 2.07. Since the initial version 2.06, symbol table | Uwe Stuehler | |
loading and a few workarounds have been added. | |||
2005-05-09 | streamline. | Marc Espie | |
okay drahn@ | |||
2005-05-09 | Regen | Miod Vallat | |
2005-05-09 | Sort the output tables, and mention the rcsid of the converter script in | Miod Vallat | |
the output as well. | |||
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-07 | Do not make akbd_keydesctab[] static, for the sake of kbd -l. | Miod Vallat | |
Reported by Rodolfo Gouveia, thanks! | |||
2005-05-06 | Keyboard maps for all international Domain keyboard layouts, reconstructed | Miod Vallat | |
from X11 tables mickey@ pointed me to. | |||
2005-05-06 | Use *ENTRY() macros for function prologues, rather than providing the | Miod Vallat | |
register save mask as a number. ok hugh@ | |||
2005-05-06 | regen | Michael Shalayeff | |
2005-05-06 | s/pckbd_keydesc_precisionbook/gsckbd_keydesc_precisionbook/g | Michael Shalayeff | |
2005-05-06 | regen | Michael Shalayeff | |
2005-05-06 | regen | Michael Shalayeff | |
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto | |
2005-05-06 | Add more dirs and fix links target. | Marco Peereboom | |
2005-05-06 | Fix links target. | Marco Peereboom | |