Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-09 | - add alpha optimized in4_cksum | Brad Smith | |
- de register and use ANSI prototypes From NetBSD ok miod@ martin@ | |||
2005-05-09 | Add kbd, mt, ping and ping6 to the ramdisk. | Miod Vallat | |
2005-05-09 | Sync architectures list with /sbin/kbd; prompted by martin@ | Miod Vallat | |
2005-05-09 | replace sc_quirk with sc_flags, spotted and ok mickey@ | Marco Peereboom | |
2005-05-09 | cvs_getln() can fail and return -1. | Joris Vink | |
2005-05-09 | Compile if no wsmouse device is configured in the kernel. | Miod Vallat | |
2005-05-09 | regen | Brad Smith | |
2005-05-09 | add PCI id for SMC 83C175 | Brad Smith | |
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 | Force all as-external routes to point to the router announcing them by | Claudio Jeker | |
setting the forward address to 0.0.0.0. This is needed as we currently fail to check if the real nexthop is covered by an ospf route -- uncovered routes are ignored by the other routers. OK norby@ tested and requested by Philip Olsson | |||
2005-05-09 | Fix mixerctl -q | Todd C. Miller | |
2005-05-09 | streamline. | Marc Espie | |
okay drahn@ | |||
2005-05-09 | ansify. no binary change. | Marco Pfatschbacher | |
OK henning, krw, brad, moritz | |||
2005-05-09 | Make sure that prefixes get purged. | Brad Smith | |
Fixes PR 3939. From NetBSD ok itojun@ | |||
2005-05-09 | Sync layout list with pckbd. | Miod Vallat | |
2005-05-09 | Regen | Miod Vallat | |
2005-05-09 | Add a note reminding people to regen gsc and usb maps after changing this file. | Miod Vallat | |
2005-05-09 | Create the USB keyboard layout tables from the PS/2 tables. | Miod Vallat | |
Eases maintainability, and brings us half a dozen new layouts for free. | |||
2005-05-09 | Sort the output tables, and mention the rcsid of the converter script in | Miod Vallat | |
the output as well. | |||
2005-05-09 | Do not log useless messages if the apm implementation returns -1 in the | Miod Vallat | |
minutes_left field of the apm_power_info struct. | |||
2005-05-09 | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. | Brad Smith | |
no functional change. | |||
2005-05-09 | add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid(). | Brad Smith | |
2005-05-08 | from perry@netbsd -r1.35: | Jason McIntyre | |
execve() first appeared in At v7, not Bx 4.2; | |||
2005-05-08 | Keep track of the req list in the RDE. The RFC requires us to check for | Claudio Jeker | |
silly updates while fetching the table from the other server. OK norby@ | |||
2005-05-08 | change the dmesg output: print known chipset names, don't print the | Reyk Floeter | |
supported 802.11a/b/g modes (this could be discovered with ifconfig -m athX). inspired by Johan M:son Lindman and others asking about the several different ARxxxx chipset combos. | |||
2005-05-08 | name that japanese key. okay uwe@ | Marc Espie | |
2005-05-08 | .Xr usbhidctl 1 , | Jason McIntyre | |
tweak DESCRIPTION; ok miod@ | |||
2005-05-08 | the ar5210 is silicon version 0, not 1. | Reyk Floeter | |
2005-05-08 | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. | Reyk Floeter | |
2005-05-08 | When receiving an unplugged notification from the loop, do not take action | Miod Vallat | |
until the loop has reconfigured into a stable state. This can save up unnecessary detach/attach cycles for the low ids in the loop. | |||
2005-05-08 | Try to catch some more errors and adapt to slightly changed strerror. | Otto Moerbeek | |
2005-05-08 | Only append number when it fits to avoid truncation and return | Otto Moerbeek | |
appropriate error number. ok miod@, millert@ on an earlier version; ok jaredey@ | |||
2005-05-08 | Simplify loop reconfiguration code. | Miod Vallat | |
2005-05-08 | mention PHY | Brad Smith | |
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 | PS/2 style and older style HIL keyboards have different layouts in their | Miod Vallat | |
international flavours, so provide two sets of mappings. | |||
2005-05-07 | Regen | Miod Vallat | |
2005-05-07 | KNF the output. | Miod Vallat | |
2005-05-07 | enable transmit checksum offload on all chips except 82542. | Brad Smith | |
2005-05-07 | Eliminate 'mode sense (n) returned nonsense' and 'could not mode sense | Kenneth R Westerback | |
(4/5)' messages in favour of a single SC_DEBUG() message about the mode sense error. Less useless verbiage. As this eliminates the only SDEV_NOMODESENSE use in scsi/*, eliminate all quirks table entries that used only SDEV_NOMODESENSE. Iomega Zip tested by miod@ to ensure this did not break something. Finally, only fake a geometry if scsi_size() can determine a disk size to fake from. | |||
2005-05-07 | - enable transmit checksum offload | Brad Smith | |
- sync em_receive_checksum() closer to the FreeBSD driver tested on 540, 541PI, 543, 544 and 546EB by djm@, marco@, brad@ and a few others. | |||
2005-05-07 | Add support for the domain keyboards, and simplify the kbd -l logic. | Miod Vallat | |
2005-05-07 | Check for kvm_nlist failure to retrieve all keyboard map symbols, and do | Miod Vallat | |
not dispaly garbage in this case. | |||
2005-05-07 | Do not make akbd_keydesctab[] static, for the sake of kbd -l. | Miod Vallat | |
Reported by Rodolfo Gouveia, thanks! | |||
2005-05-07 | pasto in error message; ok otto | Jared Yanovich | |
2005-05-07 | regen | Brad Smith | |