summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-22arc supports more than just SATA hbas, so dont say the ports are alwaysDavid Gwynne
SATA ports. print "firmware" instead of "FW Version:" cos i think it looks better. tested on a 1680 which seems to just work so far.
2007-10-22Add SUNIX 4036A 2 port serial card. Sadly it does not conform toOtto Moerbeek
the SUNIX subsystem numbering scheme used on other cards, so it needs its own entry; ok fgsch@
2007-10-22add RCS idJasper Lievisse Adriaanse
"free commit!" dlg@
2007-10-22do not check the file secrecy of hoststated.conf, there is no need toReyk Floeter
enforce the file ownership and permissions to root:wheel 0400 because we have nothing to hide. ok pyr@
2007-10-22- remove a duplicate entry. since the fortune can hardly be termedJason McIntyre
"offensive", it makes sense to remove it from fortunes-o.real. - fix a typo in limerick from dougb@freebsd
2007-10-22add additional relay examples: simple non-SSL TCP relay, transparentReyk Floeter
HTTP proxy. this makes it easier to test hoststated. ok pyr@
2007-10-22various improvements;Jason McIntyre
2007-10-22Use pci_set_powerstate(), shrinking the code and unifying the differentFederico G. Schwindt
versions. ok by many.
2007-10-22Add pci_set_powerstate() to change the pm state for a given device.Federico G. Schwindt
ok by many.
2007-10-22syncTheo de Raadt
2007-10-22Xr pcidumpDavid Gwynne
suggested by deraadt@
2007-10-22no need for NOPROG and bsd.prog.mkTheo de Raadt
2007-10-22fix tag building; Pierre Riteau plus my own tweaksTheo de Raadt
2007-10-22"link it to the build" deraadt@David Gwynne
2007-10-22only build program on pci architecturesTheo de Raadt
2007-10-22lint says __progname is not constTheo de Raadt
2007-10-22dmesg prints bus/dev/func locations in decimal, and the command line paramDavid Gwynne
to pcidump takes decimals, so print the locations as decimals too. less confusing, but maybe a bit uglier. ugliness can be fixed later though.
2007-10-22infromation -> informationDavid Gwynne
from paul de weerd
2007-10-22use EV_SET() instead of doing it by hand; Iruata SouzaTheo de Raadt
2007-10-22i wrote most of the code this year, so fix copyright.David Gwynne
2007-10-22put pcidump in the tree, a little tool for reading the pci configurationDavid Gwynne
spaces. requested by kettenis@ ok kettenis@ deraadt@ marco@ and lots of others
2007-10-22pfctl does not need file secrecyTheo de Raadt
2007-10-21Being able to set the decision weight of prefixes is a nice feature, butMichael Knudsen
when it's not really documented in what way it influences the decision process, people like myself will screw it up and assume that it gets added to the prefix path lenth, and thus that smaller weight wins. .. which is not the case. Document the actual behaviour. ok claudio, the general change agreed by henning. proofraed by jmc.
2007-10-21Don't use next_tick() to start the clock ticking on secondary CPUs. ThisMark Kettenis
would fail from time to time on UltraSPARC-I and UltraSPARC-II CPUs. Inspired by code in FreeBSD. ok miod@
2007-10-21Pull from ragge's repo:Otto Moerbeek
More fixes to cpp arithmetic, sanitychecked by otto and stefan.
2007-10-21add libexpat; ok espieJason McIntyre
2007-10-21our as wants # as a comment charOtto Moerbeek
2007-10-21whack extdef() for the moment, it seems we do not need it and it tripsOtto Moerbeek
some bug as well (probably because of static data).
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