Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-17 | Define 4 channels max for pciide. Legacy ide controllers can only | Alexander Yurchenko | |
have 2, but sata ones can more. From NetBSD. | |||
2004-10-17 | Fix space. | Alexander Yurchenko | |
2004-10-17 | Add a callback drv_probe() to allow underlying ata controller driver | Alexander Yurchenko | |
to probe for drives in its own way. It's a no-op for now but will be needed for native sata support. | |||
2004-10-17 | ansify. ok millert@ | Otto Moerbeek | |
2004-10-17 | Small includes cleanup: explicit bus.h inclusion, add satareg.h and | Alexander Yurchenko | |
reorder a bit. | |||
2004-10-17 | Native SATA register definitions; from NetBSD (work by thorpej@) | Alexander Yurchenko | |
2004-10-17 | behave according to documentation, e.g., delete groups/users only if -c. | Marc Espie | |
fix typo. | |||
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko | |
wdcvar.h. | |||
2004-10-17 | Define number of ide dma registers; from NetBSD. | Alexander Yurchenko | |
2004-10-17 | Define number of general and ``shadow'' (overlapping) ATA registers; | Alexander Yurchenko | |
from NetBSD. | |||
2004-10-17 | implement -q for icmp, deregister, print usigned values using an unsigned | Otto Moerbeek | |
format. ok markus@ | |||
2004-10-17 | Add some FreeBSD MSG_EXT_PPR_* defines. Will be used in (at least) ahd | Kenneth R Westerback | |
to eliminate some magic numbers. ok marco@ | |||
2004-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not | Dale Rahn | |
correctly deal with current directory searches specified by "::", ":foo" or "foo:" | |||
2004-10-17 | http proxy CONNECT support; ok beck@ | Damien Miller | |
2004-10-16 | - use shlib_version for major/minor lib revs | Brad Smith | |
- take CC/CXX into consideration with autoconf - put libtool_VERSION in configure back to the stock value (same as configure.in) ok millert@ drahn@ | |||
2004-10-16 | rsh now invokes ssh, not telnet, when a commant is omitted. | Todd C. Miller | |
2004-10-16 | cross-nm doesn't need TARGET_MACHINE_ARCH anymore. | Alexander Yurchenko | |
ok mickey@ | |||
2004-10-16 | Provide a dummp __swap64md() on MD_SWAP architectures; needed by nm(1) now. | Miod Vallat | |
2004-10-16 | oups, unrelated changes crept in | Henning Brauer | |
2004-10-16 | Add support for @endfake and pkg_add -Q, to be documented later... | Marc Espie | |
2004-10-16 | prefixlen 0 is a special case for prefixlen2mask() as well, claudio ok | Henning Brauer | |
2004-10-16 | Fix 'Tape block size (32754) not a multiple of dump block size | Kenneth R Westerback | |
(1024).' errors in restore(1). Check for SDEV_OPEN in sc_link->flags (where it lives) rather than sense->flags (where it doesn't). Problem noted by John Danks on misc@ and reinforced by Otto & Hugh. ok marco@ hugh@. | |||
2004-10-16 | Add Longshine LCS-8138TX and Micronet SP128AR found in linux driver | Jonathan Gray | |
ok dlg@ | |||
2004-10-16 | match the given breadn() prototype, ok marius@ | Pedro Martelletto | |
2004-10-16 | Add Silicom U2E found in linux driver. ok dlg@ | Jonathan Gray | |
2004-10-16 | regen | Jonathan Gray | |
2004-10-16 | more kue/url devices from linux drivers, ok dlg@ | Jonathan Gray | |
2004-10-15 | sync bktr notes with bktr(4), ok mickey@ | Jonathan Gray | |
2004-10-15 | the default route is exactly 0.0.0.0/0, and nothing else. stop ignoring | Henning Brauer | |
the netmask, do not print a 0.0.0.0/32 route as "default"; it is not. neither is 0.0.0.0/24. | |||
2004-10-15 | Don't print header if we didn't print any usage lines. Noticed and | Todd C. Miller | |
tested by robert@ | |||
2004-10-15 | we use option in kernel configs and not options. | Robert Nagy | |
ok jaredy@ | |||
2004-10-15 | print ip_len for -v; ok otto, hshoexer, henning | Markus Friedl | |
2004-10-15 | Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSD | Jonathan Gray | |
Check for yet another LeakTek PCI vendor ID to make a WinFast TV2000 work from NetBSD Add missing mention of TVWONDER in card override part of bktr(4) ok mickey@ | |||
2004-10-15 | regen | Jonathan Gray | |
2004-10-15 | Add IODATA GV-BCTV3, ok mickey@ | Jonathan Gray | |
2004-10-15 | Correct invalid macro, ok djm@ | Jonathan Gray | |
2004-10-15 | Only set IPTOS_LOWDELAY on IPv4 interfaces; pointed out by phessler, ok henning | Darren Tucker | |
2004-10-15 | correctly parse the anchor names to which tables refer. | Jared Yanovich | |
now they abide to the same rules as anchor names referred to by rules: - initial slashes (/) are stripped - anchor names with characters after the terminating NUL byte are considered invalid ok dhartmei (and previously) beck henning | |||
2004-10-14 | repair canadian thanksgiving and remembrance date per 1957th's proclamation. | Michael Shalayeff | |
originally on april 15 1872: to celebrate the recovery of The Prince of Wales (later King Edward VII) from a serious illness. | |||
2004-10-14 | avoid stupid commons | Michael Shalayeff | |
2004-10-14 | remove spurious version number reference | Jared Yanovich | |
problem reported by ray cyth net ok millert | |||
2004-10-14 | astro and elroy will be elsewhere | Michael Shalayeff | |
2004-10-14 | a bit larger delays during boot() to let msgs appear | Michael Shalayeff | |
2004-10-14 | a more reasonable limit for the stackgap_random; found by openbsd@hunger.hu | Michael Shalayeff | |
2004-10-14 | a few more c-media codec ids | Michael Shalayeff | |
2004-10-14 | constants for TX underrun handling | Brad Smith | |
2004-10-14 | rev 1.47 | Brad Smith | |
Add a check in the interrupt service routine to return quickly in case there is nothing to do. This happens normally when the card shares the interrupt line with other devices. This code saves a couple of microseconds per interrupt even on a fast CPU. You normally would not care, except under heavy tinygram traffic where you can have some 50-100.000 interrupts per second... rev 1.51 Patch to allow TX underrun handling without issuing a complete chip reset. Just temporarily turn off the transmitter instead. From FreeBSD ok mcbride@ tested by mcbride@, jaredy@, marco@, grange@, <harding at motd dot ca> | |||
2004-10-14 | Bail out quietly if the eeprom appears to be missing or empty. Fixes | Brad Smith | |
support for D-Link DGE-530T adapters. From: FreeBSD via Blake Willis <blake at 2112 dot net> ok mcbride@ | |||
2004-10-14 | avoid collision of variable "err" with err() | Jared Yanovich | |
use errx() after strlcpy if out of space style nits/knf ok henning hshoexer | |||
2004-10-14 | Add missing {} on if statement; ISC#1744 | Ryan Thomas McBride | |
ok jakob@ |