Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-05-06 | Fix links target. | Marco Peereboom | |
2005-05-06 | Fix links target. | Marco Peereboom | |
2005-05-06 | Fix links target. | Marco Peereboom | |
2005-05-06 | Fix links target. | Marco Peereboom | |
2005-05-06 | Add tags to m68k. | Marco Peereboom | |
<miod> commit your stuff. <miod> make tags work. | |||
2005-05-06 | Add tags to sgi. | Marco Peereboom | |
<miod> commit your stuff. <miod> make tags work. | |||
2005-05-06 | Add tags to mvmeppc. | Marco Peereboom | |
<miod> commit your stuff. <miod> make tags work. | |||
2005-05-06 | make tags and links work, and use all sources | Uwe Stuehler | |
2005-05-06 | Add tags to macppc. | Marco Peereboom | |
<miod> commit your stuff. <miod> make tags work. | |||
2005-05-06 | Add tags to luna88k. | Marco Peereboom | |
<miod> commit your stuff. <miod> make tags work. | |||
2005-05-06 | Use <machine/psl.h> instead of redefining PSL bits. | Miod Vallat | |
2005-05-06 | Add tags to amd64. | Marco Peereboom | |
<miod> commit your stuff. <miod> make tags work. | |||
2005-05-05 | Add a faster in4_cksum as well. | Miod Vallat | |
2005-05-04 | Switch m88k to a faster in_cksum implementation, the original 100%-C powerpc | Miod Vallat | |
version. The optimizer does a very good job on this, and there is nothing left to optimize in the generated output... | |||
2005-05-04 | Portuguese layout; | Miod Vallat | |
initially submitted by Manuel Pata, tweaks by Rodolfo Gouveia and I. | |||
2005-05-04 | Regen | Miod Vallat | |
2005-05-04 | Skip the DECLK layout when generating the GSC maps. | Miod Vallat | |
ok mickey@ | |||
2005-05-04 | Regen | Miod Vallat | |
2005-05-04 | move gpio(_obio) stuff to macgpio, currently it collides with the MI gpio | Dale Rahn | |
ok miod@ grange@ | |||
2005-05-03 | The return value from getEBDAaddr() (info) is not used in bios_E820(), | Tom Cosgrove | |
so nuke it. amd64 no longer needs biosprobe.c listed in SRCS. Trims 100 bytes from the boot blocks. Bump versions on boot, cdboot and pxeboot, as I'm getting cautious in my old age. ok weingart@ | |||
2005-05-03 | Convert the size of a memory chunk from bytes to megabytes before | Tom Cosgrove | |
casting to a 32-bit value, not after. Corrects the display of large memory chunks in the probing: line (mem[615K 3518M 0M a20=on] becomes mem[615K 3518M 12288M a20=on]). Bump version on boot, cdboot and pxeboot accordingly. "looks ok to me" weingart@ | |||
2005-05-03 | - Fix bogus asm statements; tmp1 and tmp2 need to be outputs rather than inputs. | Brad Smith | |
- Merge in4_cksum(). From NetBSD ok miod@ | |||
2005-05-02 | Avoid infite loop. | Mark Kettenis | |
ok drahn@ | |||
2005-05-02 | We don't really like full stops in dmesg. ok pefo@ | Alexander Yurchenko | |
2005-05-02 | Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled for | Alexander Yurchenko | |
now due to lack of testing. If you have a machine that uses this device please contact me. ok deraadt@ | |||
2005-05-02 | obvious typo, designed to break the tree, brad, hmm? | Theo de Raadt | |
2005-05-02 | sparc64 optimized in4_cksum(). | Brad Smith | |
From NetBSD |