summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-11be more specific about pp log attempts.Marc Espie
explain about cast used as lvalues.
2005-01-11Reliability fixes:Miod Vallat
- Let the loop initialize completely before attempting to probe its devices. Fixes the "no answer from device 1" problem. - Handle ``loop unplugged'' events and force detach of all children in this case.
2005-01-11Close the Entries file we just created upon directory creation. ThisJean-Francois Brousseau
fixes the problem where a checkout would only add entries for directories. from Joris Vink
2005-01-10Make sure bogus values don't make their way into tcp_xmit_timer() calculations.Ryan Thomas McBride
- Ignore ts_ecr if it is 0, or the resulting rtt is out of range. (use tp->t_rtttime instead) - Initialise tcp_now to 1, to avoid the 500ms window where a valid ts_ecr of 0 could be ignored. - Convert out-of-range rtt values to valid ones in tcp_xmit_timer(). ok frantzen@ markus@
2005-01-10Correctly limit interrupts on the 'last' register, added support toDale Rahn
detect pxa27x vs previous.
2005-01-10make it compile, sighTheo de Raadt
2005-01-10spacingTheo de Raadt
2005-01-10spacingTheo de Raadt
2005-01-10It turns out the extiospace static storage shrinkage was too much for largeMiod Vallat
frame buffers; go back to a larger, yet reasonable, size.
2005-01-10proper SET_PC_REGS,Marc Espie
okay kettenis@, something-vaguely-looking-like-an-okay mickey@
2005-01-10OpenBSD tagsUwe Stuehler
2005-01-10remove unnecessary rlphy_reset(), mii_phy_tick() andBrad Smith
some clean up. fixes issue with axe@usb. Tested by a number of developers and users.
2005-01-10minor docs for cuaU? supportTheo de Raadt
2005-01-10Remove unneccesary cast to long long and %llu format; print using %lu.Otto Moerbeek
Spotted by tom@, ok millert@
2005-01-10Alphaserver 500/600 and sk(4); reminded by miodMartin Reindl
2005-01-10In csh-style history expansion, initialize s->u.freeme to NULL so weTodd C. Miller
don't try to free garbage on cleanup. Fixes problem noticed by david@
2005-01-10- introduce TARGET_CANON/TARGET_ARCH shell variables, to make things slightlyMarc Espie
clearer. - don't put full path into symlinks that don't change directory. - add a few NO_CROSS directories: stuff that depends on libcrypto, stuff that needs host tools, and stuff that wants cross-configure. okay niklas@
2005-01-10-l outputs total always, not just to terminals (netbsd -r 1.50);Jason McIntyre
-l output is one per line (like -1); -x also inhibits one per line output;
2005-01-10from netbsd uplcom.c revision 1.37:David Gwynne
Make sure that we call uplcom_set_line_state() to get consistent state between our idea of flow controll settings and the chips one. In uplcom_set_line_state use the same value as the manufacturer suggests, since the previously used (umodem based) values do not seem to work. It is not completely clear what happened here - either the "not calling uplcom_set_line_state" due to luck prevented the non working state to be discovered or there are variants of the chip that need the old values. During testing none such chips have been found - if they ever apear we might have to make this function more intelligent, depending on the chip in use.
2005-01-10from freebsd, uplcom.c revision 1.23:David Gwynne
Add support for CTS modemsignal as well. RI does not seem to be supported.
2005-01-10change vget() to only put a vnode back on the free lists if it actuallyPedro Martelletto
was there. should fix a (rare) corner case introduced by my last commit. ok tedu@, testing by joris, moritz@, danh@, otto@ and krw@. many thanks.
2005-01-10typo;Jason McIntyre
2005-01-10add support for calling units (cuaU*)David Gwynne
2005-01-10regenDavid Gwynne
2005-01-10add calling units (cuaU*) for use by devices supported by ucomDavid Gwynne
2005-01-10Make the time spent scanning per channel consistent with other driversJonathan Gray
and much more reasonable.
2005-01-10ledma*, and le* at ledma? will help with anteres units; miod okTheo de Raadt
2005-01-10m_hdr.mh_flags has been u_short for some time now.Jonathan Gray
Kill uneeded line while here.
2005-01-10phy sanityTheo de Raadt
2005-01-10add ne for CF network cards.Dale Rahn
2005-01-10more phyTheo de Raadt
2005-01-10full set of phy, why waste our time!Theo de Raadt
2005-01-10First cut.Dale Rahn
2005-01-10put the boot crud in the snapshotTheo de Raadt
2005-01-10enter standTheo de Raadt
2005-01-10third generation boot blocks from the zaurusTheo de Raadt
zaurus# stand/zboot/obj.i386.zaurus/zboot probing: ux0 >> OpenBSD/zaurus BOOT 2.06 boot> b b booting /dev/hda4:/bsd: [cross fingers here] written by dragos at first, more work by drahn, and now increasingly polished by uwe
2005-01-10(for now) on the linux side, do:Theo de Raadt
zaurus# insmod -f stand/zbsdldr/obj.i386.zaurus/zbsdldr.o zaurus# mknod /dev/zboot c 99 0 zaurus# cp bsd.rd /dev/zboot
2005-01-10file for the zaurus, derived from i386 one, written by uweTheo de Raadt
2005-01-09Allow send_hil{,dev}_cmd to return failure, and handle this whereMiod Vallat
applicable. During device probe, if a device does not answer commands, display a warning message. This apparently happens on hp300 when the console is configured as remote (i.e. serial console). Unplugging and replugging the device works fine afterwards...
2005-01-09go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chanceMarc Espie
to find each other. okay niklas@ (`deja-vu')
2005-01-09in cross builds, don't test non existent libgcc1.Marc Espie
"doh! ok!" niklas@ ;-)
2005-01-09From dyoung@NetBSD rev 1.41:Jonathan Gray
Set initial conditions to guarantee that when read_seeprom toggles Chip Select, it turns *on* rather than *off*.
2005-01-09Use the macwrite instead of the hostwrite radio programming methodJonathan Gray
for rev F devices which lets us get responses from access points. Driver is still not fully working as yet. From a discussion with David Young.
2005-01-09move cross-stuff into its own file.Marc Espie
okay mickey@, niklas@
2005-01-09Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to noMarc Espie
explicitly.
2005-01-09fix regulation domain handlingReyk Floeter
2005-01-09set %dp before any constructors get to run; found and debugged w/ niklas@Michael Shalayeff
2005-01-09- add support for 2.2 firmwareDamien Bergamini
- fix rssi decoding - implement basics for IBSS support - decrease channel scan time from 100ms to 40ms - cosmetic changes while i'm here
2005-01-09typo in comment; ok many peopleJason McIntyre
from freebsd kern/75923;
2005-01-09w(1) does not deal w/ cpu time;Jason McIntyre
from netbsd -r 1.16;