summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-21Make certain the output buffer is zeroed before starting processing.Dale Rahn
2007-10-21This QUEUE_DEBUG should really be DIAGNOSTIC - we need these checksBob Beck
normally. ok deraadt@ tedu@ otto@
2007-10-21Take even more care to ensure the max message size is atKenneth R Westerback
least as large as the minimum IP MTU. ok canacar@ henning@ millert@
2007-10-21bring device back from power save mode if needed. fixes a problem reportedFederico G. Schwindt
by Rodolfo Gouveia <rgouveia at cosmico dot net> on bugs@
2007-10-21Comment fix about time consumption of _gettemp.Tobias Stoeckmann
FreeBSD did this in revision 1.20. OK deraadt@, krw@
2007-10-21Replace Cardbus_conf_* calls by cardbus_conf_* ones. This solves theMarcus Glocker
panic 'trap type 300` seen on macppc and makes my Linksys WPC54G Ver 3 cardbus device work entirely on my PowerBook G4.
2007-10-21use .Pp instead of a blank space;Jason McIntyre
2007-10-21add ecadc.4;Jason McIntyre
2007-10-21some corrections for previous;Jason McIntyre
2007-10-21sync with other daemons.Pierre-Yves Ritschard
ok mcbride@
2007-10-21Allow for the adjustment of the number of RX descriptorsBrad Smith
for the newer generations of em(4) chipsets independently from the first two generations (82542/82543). The first two generations have hardware errata limiting the upper maximum to 256 descriptors. The number of RX descriptors has not been adjusted yet. ok beck@ henning@ dlg@
2007-10-21Remove a bogus and unnecessary check for if_addrlist from ex_init().Brad Smith
ok dlg@
2007-10-21Add multicast support.Brad Smith
Tested by todd@ with IPv6. Based on similar changes to the FreeBSD driver. ok dlg@
2007-10-21Last bit of (planned) tidy up in cons_options(). Join some lines,Kenneth R Westerback
delete some blank lines, add some other blank lines, move expressions so calculations done only once. Eliminate extraneous ++'s. No functional change.
2007-10-21Add ifmedia support.Brad Smith
Tested by todd@ From FreeBSD ok dlg@
2007-10-21Tidy up, make usual case exit faster, eliminate variable. No functionalKenneth R Westerback
change. ok beck@
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2007-10-20_check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@Constantine A. Murenin
2007-10-20Ack IRQ *after* fetching IPI args. From NetBSD.Mark Kettenis
2007-10-20Provide sensor status based on the limits found in OpenFirmware.Mark Kettenis
There's enough code in here now, to add myself to the list of copyright holders.
2007-10-20syncTheo de Raadt
2007-10-20ecadc(4)Mark Kettenis
2007-10-20Add support for the temperature sensors on the SUNW,envctrltwo device foundMark Kettenis
on the Sun Enterprise 250. This device (and SUNW,envctrl found on the Enterprise 450) is a PCF8584 I2C controller with several generic I2C chips attached to it. ok deraadt@
2007-10-20Move a few more definitions to pcf8584var.h. Needed for SUNW,envctrl andMark Kettenis
SUNW,envctrltwo support. ok deraadt@
2007-10-20pull in exname() changes from ragge's repo. we're now back in syncOtto Moerbeek
2007-10-20sync with ragge's repoOtto Moerbeek
2007-10-20minor changes i missed on earlier merges with ragge's repoOtto Moerbeek
2007-10-20add missing [-b block#] to the usage of fsck(8)Igor Sobrado
ok jmc@
2007-10-20an usage message should fit on a 80-column displayIgor Sobrado
ok jmc@
2007-10-20Strip trailing whitespace on input lines. Should make config files moreKenneth R Westerback
resistant to careless fingers. A variant of what NetBSD did to achieve the same ends. Feedback, suggestions & "looks good" ray@
2007-10-20Make sure to send an ipi to the processor a given proc runs on in signotify(),Miod Vallat
in the MULTIPROCESOR case. ok kettenis@
2007-10-20enuf -> enoughMiod Vallat
2007-10-20Call scsi_done() at SPLBIO. 'looks olright' says mickey.Kenneth R Westerback
2007-10-20Correct typo.Joel Sing
ok kettenis@
2007-10-20document the "all" interface group; after some discussion w/ mpf and henningJason McIntyre
diff from Okan Demirmen ok henning
2007-10-20ntpd and bgpd's turn to behave like the others.Pierre-Yves Ritschard
ok henning@
2007-10-20forgot about ospfd in last commit.Pierre-Yves Ritschard
ok hennin@ too.
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
Fix behavior when running -n. henning@
2007-10-20Give more details on failure.Miod Vallat
2007-10-20Make this work on 64 bit platforms by using strlen() instead of sizeof()...Miod Vallat
worked by accident.
2007-10-20add EDITOR and VISUAL to env_keepHenning Brauer
ok jsing ray kjell
2007-10-20Start of a powerpc backend by Gregory McGarry. Not complete yet.Otto Moerbeek
2007-10-20powerpc ccomOtto Moerbeek
2007-10-20Pull from master repo; commit by gmcgarryOtto Moerbeek
>Fix -Xp (prototype debug) which was interpretting structs/unions/enums >as arrays. Fix compile with TARGET_STDARGS.
2007-10-20Pull from master repo:Stefan Kempf
stlye(9) fixes from Sergey Elin This as ok ragge@, otto@
2007-10-20Create memory specific decode routines to make code cleaner,Jonathan Gray
suggested by deraadt. This file has mostly been rewritten even before it was initially comitted so add my copyright to it as well.
2007-10-20Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just meansKenneth R Westerback
there is another splbio()/splx and a check for ITSDONE before falling into the COMPLETE case. So just return COMPLETE if the command has completed (or never started). Simpler all around.
2007-10-20DO NOT access xs after calling scsi_done(xs). It's not there anymore.Kenneth R Westerback
Also set ITSDONE (a.k.a. XS_STS_DONE) in correct field - xs->flags (a.k.a. xs->xs_control) and not xs->status (a.k.a. xs->xs_status). 'totally OK' deraadt@ 'yes' beck@
2007-10-20DO NOT access xs after calling scsi_done(xs). It's not there anymore.Kenneth R Westerback
'totally OK' deraadt@
2007-10-20replace auich's DMA and interrupt handling with code from NetBSD'sJacob Meuser
auich. fixes recording from the microphone input as well as full-duplex operation. tested by brad@, sthen@, deanna@ and ckuethe@. thanks.