summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-07syncTheo de Raadt
2007-12-07more zydas versions, collected from various placesTheo de Raadt
2007-12-07unify a function name compared to other bussesTheo de Raadt
2007-12-06Destatic functions in the agp subsystem.Owain Ainsworth
KNF coming shortly. ok marco, jsg and mbalmer
2007-12-06solve the biggest problem with concurrent buflist access; makes mfs onOtto Moerbeek
SMP machines reliable. few corner cases remain, which will be dealt with later; ok deraadt@ millert@
2007-12-06Remove AD1981HD code, since the generic mixer init can do all of thisDeanna Phillips
now. Also, note that codec->init_widget functions must be used with care since they can create duplicate mixer item names.
2007-12-06Remove incomplete device Xr list. The device pages already referenceDeanna Phillips
audio(4), and the bus pages reference the devices, so there's no need for audio(4) to try to keep up. Requested by & ok jmc@
2007-12-06syncTheo de Raadt
2007-12-06support sch5027 which has two extra fans and slightly different voltageTheo de Raadt
readings; from remco@d-compu.dyndns.org
2007-12-06Fix typos/grammatical error in comments.Joel Sing
2007-12-06Ask for write cache and read look ahead to be turnedJonathan Gray
on if supported as per the wd changes. Some drives don't do this for us and it helps performance by a large amount. ok dlg@
2007-12-06do not re-use static char buffers, allocate them; this avoids someReyk Floeter
strange effects in GETBULK mode. (this should go into ber.c).
2007-12-06syncTheo de Raadt
2007-12-06correct bizzare function definitionTheo de Raadt
2007-12-06sorry, no .3 pages from toolsTheo de Raadt
2007-12-05more typos in comments etc.Reyk Floeter
From Leonardo Chiquitto (leonardo at ngdn dot org)
2007-12-05Switch set features commands to use wdc_exec_command() to allowJonathan Gray
them to be properly polled. Fixes previously problematic machines of form and ckuethe. ok marco@
2007-12-05fix fd/ssl leak in hoststated ssl checksReyk Floeter
From Przemyslaw Frasunek, closes PR 5671
2007-12-05re-sync yylex to the other parsersReyk Floeter
found by deraadt@
2007-12-05typo s/beeing/being/gReyk Floeter
From Paul 'WEiRD' de Weerd
2007-12-05- add support joel's OPENBSD-SENSORS-MIB; it will dump the currentReyk Floeter
sensor status in a SNMP table. - some other minor changes
2007-12-05Make the CPU_88100 and CPU_88110 constants match the architectural numberMiod Vallat
field from the processor identification register; this allows .S code which needs to decide on the cpu type at runtime to check quicker, without needing to access memory. No functional change.
2007-12-05Correctly setup the seconday processor on 197DP, and get it ready to acceptMiod Vallat
IPIs.
2007-12-05In dma_cachectl(), when flushing line by line, only invoke pmap_extract()Miod Vallat
once per page and cache the result.
2007-12-05xmem can not be used as a reliable atomic operation, they way we do them,Miod Vallat
so do the naive operations with interrupts disabled, and an interlock held if MULTIPROCESSOR.
2007-12-05Add a check for pss len == 0. This is a temporary work around for whenMarco Peereboom
there is no pss available. The real fix will include using both pss and duty cycle methods. ok deraadt
2007-12-05use mutexes to protect the iommu's extent map and the streaming buffer,Theo de Raadt
so that busdma is most likely MP_SAFE now. (while there, fix an extent map race... the ranges were selected outside splhigh) ok kettenis
2007-12-05syncTheo de Raadt
2007-12-05make description of -A and -C more consistent;Jason McIntyre
help/ok tedu
2007-12-05Remove some 32-bit compatibility code in pseg_get().Mark Kettenis
Completely remove pseg_find() since it isn't used.
2007-12-05Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)Theo de Raadt
before pcibios(4), and then.... if acpi(4) attaches, skip pcibios(4) since it messes the machines up. Fixes claudio's HP dl320 G5, and almost assuredly others. ok kettenis
2007-12-05log positive events ('OK', 'within') with LOG_INFO instead of LOG_ALERT;Constantine A. Murenin
partly spotted by bluhm@ grunk@; ok grunk@
2007-12-05syncStuart Henderson
2007-12-05add Gude Expert mouseCLOCK USB II MSF, fix typo for HBGStuart Henderson
"yes, but only if you know how to do this properly" mbalmer
2007-12-05some minor changes in .Nd and DESCRIPTION to make this more consistentJason McIntyre
with apm(8);
2007-12-05sch5027 probing, from remco@d-compu.dyndns.orgTheo de Raadt
2007-12-05repair acpiopen/acpiclose and friends to handle the /dev/apmctl interface,Theo de Raadt
so that apmd(8) can actually work correctly against acpi(4), and thus, even do the fancy -C/-A stuff; also tested by jmc
2007-12-05include files which are used by userland cannot include other files..Theo de Raadt
which are not installed to userland; ok drahn
2007-12-05Add a comment that I registered a PEN for OpenBSD (several peopleReyk Floeter
asked the same question) but I'm still waiting for the final confirmation from the IANA. Use a temporary sub-PEN for now.
2007-12-05typoReyk Floeter
2007-12-05remove hoststatectl reference from snmpctl.cReyk Floeter
From Leonardo Chiquitto (leonardo at ngdn dot org)
2007-12-05remove unused functionsCharles Longeau
from tobias@ ok mcbride@ tobias@
2007-12-05unbreak build, on vaxTheo de Raadt
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't expect too much from it yet. ok deraadt@
2007-12-05Make sure newer adapters are not in powerdown mode.Jonathan Gray
From Oleg Safiullin <form@pdp-11.org.ru> similiar to changes in Linux/FreeBSD driver.
2007-12-05Add TRENDnet TEW-401PCplus CardBus adapter.Marcus Glocker
Reported by Inigo Tejedor Arrondo.
2007-12-05Revert change which seems to break things like dhclient. Requested byKenneth R Westerback
deraadt@.
2007-12-04Work in progress SMP code for 88110 processor using the BusSwitch chip asMiod Vallat
an IPI facility, for MVME197DP. It's still missing a few remote cache IPIs and IPI do not seem to be reliably triggered on remote processors at the moment (but this could be a problem on the board I am currently testing on), at least it will boot multiuser using only cpu0 to schedule processes.
2007-12-04syncTheo de Raadt
2007-12-04new device; graeme@omni.net.auTheo de Raadt