Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-16 | - Fix the NMI problem: it seems the qec channel reset also resets the MACE, and | Jason Wright | |
a race condition existed where after a qec channel reset, accesses to the MACE would cause an NMI: so wait for the MACE to come out of reset before accessing. - add ifmedia support (mainly so I can get at the link status from other code) - move some of the spl handling around (more correct) - rewrite qe_mcreset() again so that all it does is set the multicast filter - use bzero to initialize the buffers and descriptors - rearrange the MACE setup to conform to the suggestions in the datasheet | |||
2000-11-16 | When building default seed from the hostname, only use alphanumeric | Todd C. Miller | |
characters and make things lower case. Also sanity check the existing seed in skeykeys since we can't be sure it is completely sane. Problem noted by wozz@wookie.net | |||
2000-11-16 | - Get rid of ugly .Tn macros. | Aaron Campbell | |
- Get rid of annoying short lines. - Print memory addresses in a literal text font. | |||
2000-11-16 | Fix timeout computation; ok csapuntz@ | Niklas Hallqvist | |
2000-11-16 | Note support for Accton EN1217 and EN2242 Ethernet adapters. | Aaron Campbell | |
2000-11-16 | New files for pcdisplay(4), vga(4), and pckbc(4) | Aaron Campbell | |
2000-11-16 | NetBSD 1.6 | Aaron Campbell | |
2000-11-16 | sync | Aaron Campbell | |
2000-11-16 | Add product ID for Symbios 53c1010; drrt@monkey.org | Aaron Campbell | |
2000-11-16 | initial support for 21264 systems. | Eric Jackson | |
from NetBSD. | |||
2000-11-16 | configure vga, mouse and keyboard's once again. Currently only on eb164. | Eric Jackson | |
others soon. Some of this from NetBSD. | |||
2000-11-16 | configure vga console, keyboard and mouse once again. support coming soon. | Eric Jackson | |
2000-11-16 | Add support for Accton EN2242 MiniPCI adapters as found in HP OmniBook XE3 | Aaron Campbell | |
laptops; from FreeBSD. No special changes needed here, just the addition of the EN2242's product ID since it is an ADMtek Centaur chip. | |||
2000-11-16 | sync | Aaron Campbell | |
2000-11-16 | Add product ID for Accton EN2242 MiniPCI Ethernet adapter; from FreeBSD. | Aaron Campbell | |
2000-11-15 | do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@ | Niels Provos | |
2000-11-15 | deal with stupid legacy applications that open a fifo O_RDWR. okay millert@ | Niels Provos | |
2000-11-15 | case insensitive key options; from stevesk@sweden.hp.com | Markus Friedl | |
2000-11-15 | Add pcdisplay(4) man page; from NetBSD. | Aaron Campbell | |
2000-11-15 | Make sure not to null deref the function pointer for the scrollback accessop | Aaron Campbell | |
(some hardware drivers do not support this yet, i.e., vgafb in powerpc); mickey@ ok | |||
2000-11-15 | New keyboard man pages; from NetBSD. | Aaron Campbell | |
2000-11-15 | Add a "Display adapters" section and note support for vga(4) there. | Aaron Campbell | |
2000-11-15 | Manual page for vga(4); from NetBSD. | Aaron Campbell | |
2000-11-15 | Add EGA display driver files; from NetBSD. This should be the last of the MI | Aaron Campbell | |
parts needed for wscons on i386 and alpha. | |||
2000-11-15 | This driver supports PC display adapter hardware within the wscons(4) | Aaron Campbell | |
console framework. It doesn't provide direct device driver entry points but makes its functions available via the internal wsdisplay(4) interface. The pcdisplay driver is indended as a minimal ``catch-all'' driver for the different kinds of MDA or CGA compatible adapters. It doesn't support multiple screens, nor colors or font loading. From NetBSD. Contains routines used by the vga(4) and ega(4) drivers, etc. This is more MI stuff in prepartion for wscons on i386 and alpha. | |||
2000-11-15 | Add missing \n at the end of an error message. | Todd C. Miller | |
2000-11-15 | 6845 controller register definitions for vga(4) driver. | Aaron Campbell | |
2000-11-15 | Updated VGA driver; from NetBSD. Needed for wscons on i386 and alpha. These | Aaron Campbell | |
files could probably be updated even a bit further (they are from mid-summer). In addition, I've added support for console scrollback, somewhat inspired by Linux's vgacon driver. Basically, instead of allocating our own buffer and doing lots of copies, we take advantage of Video RAM and just modify the VGA display origin register as appropriate. This approach has a few advantages: simple to implement, no wasted KVM, it's fast, and after a boot you can now scroll back all the way to the BIOS messages (assuming your msgbuf is of a typical length :). Disadvantages are that the VRAM buffer is relatively small (only 32k) and we do not support raster devices through this method. (thanks to mickey@ for pointing this out). The code for this is fairly unobtrusive, so should we come up with a better approach to console scrollback at a later time (i.e., even more platform independent) it should be easy to revert this. We're one step further in porting nice features of PCVT over to wscons. | |||
2000-11-15 | add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keys | Markus Friedl | |
2000-11-15 | typo, use .It | Markus Friedl | |
2000-11-15 | Support console scrollback in wscons through a new "scrollback" accessop that | Aaron Campbell | |
hooks into the lower-level display driver. The updated vga(4) driver I'm about to commit has support for this. This is a fairly unobtrusive way to implement scrollback while maintaining the abstraction of the wscons system. | |||
2000-11-15 | just ignore non existing user keys | Markus Friedl | |
2000-11-15 | reorder SYNOPSIS | Markus Friedl | |
2000-11-15 | Add two command definitions for wscons scrollback support and link them to | Aaron Campbell | |
the PGUP/PGDN keys. | |||
2000-11-15 | Brown is ugly. | Aaron Campbell | |
2000-11-15 | Point to the right variable for ktrace | Nathan Binkert | |
2000-11-15 | Last commit introduced extra space (lame) | Angelos D. Keromytis | |
2000-11-15 | Fix bug introduced with overriding of pseudo-devices. | Angelos D. Keromytis | |
2000-11-15 | Accept -inet/-inet6 etc. in route show command. | Angelos D. Keromytis | |
2000-11-14 | do not reorder keys if a key is removed | Markus Friedl | |
2000-11-14 | check no_agent_forwarding_flag for ssh-2, too | Markus Friedl | |
2000-11-14 | parse options only if key matches; fixes some confusing messages seen by the ↵ | Markus Friedl | |
client | |||
2000-11-14 | cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo). | Jun-ichiro itojun Hagino | |
correct error code on unsupported protocol parameter against EPRT (522). | |||
2000-11-14 | Sync usage() with reality; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-14 | Document the -g option; closes PR/1509 from mpech@prosoft.org.lv. | Aaron Campbell | |
2000-11-14 | Sync the list of "not supported" options with the source code; fixes PR/1506 | Aaron Campbell | |
from mpech@prosoft.org.lv. | |||
2000-11-14 | remove diagnostic around TL_INTR_INVALID (this is a valid condition when two | Jason Wright | |
devices are on the same interrupt). | |||
2000-11-13 | Don't map unsafe registers from controllers that require 16 bit io space | Chris Cappuccio | |
(from NetBSD) | |||
2000-11-13 | Correct the vendor ID for Aver Media; dev@wanadoo.es. Confirmed with NetBSD | Aaron Campbell | |
and Linux's pcidevs. This brooktree driver is an unmaintainable mess. Someone should look into splitting this code up a bit into separate files, as has already been done in NetBSD and FreeBSD. | |||
2000-11-13 | Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not used | Aaron Campbell | |
anywhere quite yet, but useful to have these files in the tree while we work towards wscons for i386 and alpha. |