summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-12completely uniform setupMarc Espie
2006-11-12print stuff to the correct file handleMarc Espie
2006-11-12remove reference to PPP_FILTER:Kevin Steves
- there is no PPP_FILTER kernel option - pppd is compiled with -DPPP_FILTER by default ok jmc@
2006-11-12In malo_send_cmd_dma() reduce the poll loop to 10 and increase the delayClaudio Jeker
to 100. Even the slowest command take only about half of the time so this should be enough. Discussed with mglocker@
2006-11-12Rewrite part of malo_tx_mgt() to do the mbuf dance in a nicer way. ThisClaudio Jeker
is still ugly beyond any help but what do you expect from HW that needs to insert unused fields between header and data? OK mglocker@
2006-11-12Simplify code and remove a delay() by actually waiting for the command toClaudio Jeker
finish. OK mglocker@
2006-11-11when calculating envp, skip over the NULL between argv and envp.Dale Rahn
2006-11-11remove '#if 0' block.Dale Rahn
2006-11-11simplifyTheo de Raadt
2006-11-11Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way forMark Kettenis
alternative sources for interrupt information. ok gwk@, brad@
2006-11-11reloc.h is included via machine/reloc.h so it should be accessable here.Dale Rahn
2006-11-11sucks to be missing an archTheo de Raadt
2006-11-11Provide size and type of symbols so that it doesn't confuse ld when buildingDale Rahn
shared binaries/libraries.
2006-11-11OpenBSD defaults to dynamic linker of /usr/libexec/ld.soDale Rahn
2006-11-11regen. -mojMats O Jansson
2006-11-11Some ATI and NVIDIA devices. -mojMats O Jansson
2006-11-11Add acpi_sleep and acpi_stall functions.Marco Peereboom
ok jordan
2006-11-11regen -mojMats O Jansson
2006-11-11Add some USR Wlan adapters. -mojMats O Jansson
2006-11-11simpler/better progress printMarc Espie
2006-11-11-P option: prepend pkgpath instead of pkgname.Marc Espie
-p option: use the continuation code from OpenBSD::PackingList in a sneaky way, so that we can read all packing-list contents in one go from a make print-plist-contents in /usr/ports. Allows building a located database from the ports tree without needing to build any packages.
2006-11-11pass the right size of the messageMichele Marchetto
OK henning@
2006-11-11add quirk for the usb missile launcherJolan Luff
2006-11-11regenJolan Luff
2006-11-11usb missile launcherJolan Luff
2006-11-11add a touch of indent;Jason McIntyre
2006-11-11Fix memory leak, from Charles Longeau, many okaysPedro Martelletto
2006-11-113COM 3CRWE154G72 is CardBus. -mojMats O Jansson
2006-11-11Add support for 3Com 3CRWE154G72. -mojMats O Jansson
2006-11-11Add the bgpd control socket to FILES and use the same .Bl -width as inMichael Knudsen
bgpd(8). ok (and fixing my mistakes because I was sleepy when I mailed out the diff) jmc
2006-11-11EXAMPLES was getting too lengthy, so trim some of the ones that wereJason McIntyre
either obscure, bordering on the duplicate, or referring to pseudo devices; if you want examples for pseudo devices, put them in their specific man page, please. ok jcs
2006-11-11update the page to mention fibre support.Brad Smith
2006-11-11mention gentbi(4) here.Brad Smith
2006-11-11Working?Dale Rahn
2006-11-11be silentTheo de Raadt
2006-11-10Fix typo.Mark Kettenis
2006-11-10Add support for Sun 1000baseSX cards.Mark Kettenis
ok deraadt@
2006-11-10syncTheo de Raadt
2006-11-10Check the correct bits in the control byte.Mats O Jansson
Found by Alexey Dobriyan (adobriyan at gmail dot com) -moj
2006-11-10Fix DMA firmware command interface (poll for command response), and get theMarcus Glocker
card to associate successfully with an AP. ok claudio@
2006-11-10dont want to know where this stack corruption is coming from.Dale Rahn
2006-11-10better...Dale Rahn
2006-11-10and cloder yetTheo de Raadt
2006-11-10steps closerTheo de Raadt
2006-11-10syncTheo de Raadt
2006-11-10landisk has no kbd(8)Theo de Raadt
2006-11-10landisk has no wsconsctl.confTheo de Raadt
2006-11-10Getting much closer.Dale Rahn
2006-11-10Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad Smith
per packet sent. Tested by brad@, ckuethe@, Gabriel Kihlman <gk at stacken dot kth dot se> and Tim Wiess <tim at nop dot cx>. Tested with amd64/i386/sparc64. ok damien@
2006-11-10Defer setting of the valid bit in the first TX descriptor afterDamien Bergamini
all descriptors have been setup. Otherwise, hardware may start processing descriptors faster than us and crap out. Fixes "watchdog timeout" errors. Original idea from Matthew Dillon @DragonFly. ok deraadt@ jsg@ wim@ tested by many