summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-16Count line-in as line-out, and label both as AudioNline. This is whatDeanna Phillips
the mixer expects.
2007-12-16syncTheo de Raadt
2007-12-16Add comment.Marcus Glocker
2007-12-16the upgt file is.. optionalTheo de Raadt
2007-12-16add missing arguments to "-b" and "-s"Igor Sobrado
ok jmc@
2007-12-16Add an empty pccbb_attach_hook.Mark Kettenis
2007-12-16Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problemsMark Kettenis
where core dumps on hppa were missing the last stack page. ok miod@
2007-12-16Don't crash if we only try to attach pcmcia(4).Mark Kettenis
ok jsing@, fgsch@
2007-12-16fix TAILQ_PREV; from Girish VenkatachalamJason McIntyre
ok henning
2007-12-16Correctly count number of segments in _bus_dmamap_load(). Initialize ds_addrMark Kettenis
to 0UL instead of NULL while there. Tested by & help from dlg@.
2007-12-16no blank lines in man pages, please;Jason McIntyre
2007-12-16Add PowerBook6,2 to HARDWARE section. From martin@.Xavier Santolaria
2007-12-16regenMarcus Glocker
2007-12-16Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devicesMarcus Glocker
based on the GW3887 chipset (b/g). We are able to communicate more or less reliable with DS1 (1Mbps) yet. Tested on i386 and macppc. Short term TODOs: - Find out how to set TX rates. - Fix device hangup while high RX load. - Improve device reset (reload firmware on init, watchdog, etc.). - Fill man page with supported devices (need reports). - Add AMRR rate control. - Add HostAP mode. - Add IBSS mode. - Add LED support. - ... Long term TODOs: - Support the USB 1.0 devices (NET2280, ISL3880, ISL3886 chipsets). OK deraadt@, OK laurent@
2007-12-16destatic the static functions, they only make debugging harder.Owain Ainsworth
While i'm here: remove a couple of debug printfs that shouldn't have gone in anyway. trowel on some KNF (I really need to get around to sending some of this upstream). remove some netbsd specific code that netbsd doesn't have anymore. ok tedu.
2007-12-15Mention MVME197Miod Vallat
2007-12-15Get the MVME197 memory size from the BusSwitch decoders.Miod Vallat
2007-12-15Unconditionnaly disable the instruction cache on 40MHz MVME197LE boards,Miod Vallat
so that they run stably. Definitely overkill and causing a severe performance hit (they now run about as fast as a 25MHz board with I$ enabled would), but sometimes you can't fight silicon bugs. Other boards (i.e. 50MHz ones) are not affected.
2007-12-15All MVME BUG manuals concur on SR3 being the only register needing to beMiod Vallat
preserved across BUG calls, but on the other hand the last 16 traps need to be restored to BUG values, not only trap #496.
2007-12-15Since the 88110 can not invalidate a particular tlb entry, do not stackMiod Vallat
invalidate tlb ipis, and turn them into simple ``handle once'' ipis.
2007-12-15Move the cmmu lock back from 8820x-specific code to global, and use it onMiod Vallat
MVME197DP to serialize 88410 operations.
2007-12-15move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, toTheo de Raadt
slightly improve performance ok kettenis
2007-12-15-DNOKVM will compile iostat.c without kvm support, which it does not needTheo de Raadt
2007-12-15Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
rpc/pmap_prot.h collide.. "struct pmap" from the kernel should not make it out to userland. ok miod
2007-12-15fix the sensors mib to match the new OpenBSD PENReyk Floeter
2007-12-15initial manpage bits for snmpd.conf(5)Reyk Floeter
2007-12-15shrink the code by making some ipstat parts table-driven. at someReyk Floeter
point i may want to define a general table-driven interface for mibs.
2007-12-15change over last few bits to use sysctl(3) if possible, and make thisTheo de Raadt
not setgid kmem (hurray!) ok tedu, tested jsg
2007-12-15export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsgTheo de Raadt
2007-12-15ips_odropped is ipOutDiscards not ipInDiscardsReyk Floeter
2007-12-15add support for ipReasmTimeoutGilles Chehade
ok (and thanks to) reyk@
2007-12-15implement one function to call the ipstat sysctl needed in a number ofReyk Floeter
places instead of repeating the code. inspired by an idea from gilles@
2007-12-15more sysctl style changes for older codeReyk Floeter
2007-12-15change the style of the sysctl mib setupReyk Floeter
2007-12-15now that ip statistics are available through sysctl, make snmpd's IP-MIBGilles Chehade
aware of them ok reyk@
2007-12-15.Xr pppd; ok jmc@ fkr@Kevin Steves
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
frame, so track changes to protection mode at each beacon interval and update the hardware registers appropriately. cleanup some comments. undef RAL_DEBUG while i'm here..
2007-12-14Revert previous commit; something is still wrong, and I can't figure out whatMark Kettenis
fast enough.
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
turn on INET6 the default (remove the #ifdef's) ok claudio reyk
2007-12-14Bring in probing for protocols that was missing; ok claudio reykTheo de Raadt
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
provide netstat(1) with data it needs; ok claudio reyk
2007-12-14Remove a lot of symbols from the namespace, otherwise sys/sysctl.h andTheo de Raadt
rpc/pmap_prot.h collide.. "struct pmap" from the kernel should not make it out to userland.
2007-12-14Cleanup some comments.Joel Sing
2007-12-14Enable console support for SGI O2 workstations. Switch between the serialJoel Sing
and graphical console based on the selection made in the ARCBIOS. Early attachment of gbe(4) is still required, otherwise we have a working graphical console. ok miod@
2007-12-14Add console/cnattach support to mkbc(4). This allows for early attachmentJoel Sing
of pckbd(4) and provides us with a console keyboard. Tested by jasper@. ok miod@
2007-12-14Have gbe(4) attach as the console if the graphical console is selected viaJoel Sing
ARCBIOS. Tested by jasper@. ok miod@
2007-12-14Add radius-port login.conf variable to allow people to configure aTodd C. Miller
non-standard port name or number for use when connecting to radiusd.
2007-12-14I requested an official PEN for OpenBSD from the IANA because I wantedReyk Floeter
to use a new and unused one for OpenBSD-specific MIBs in snmpd. Now it's there: 30155. Private Enterprise Number: 30155 Organization Name: OpenBSD Project Contact Name: Reyk Floeter Contact E-mail: reyk@openbsd.org
2007-12-14Store the ARCBIOS ConsoleOut environment variable so that we can refer toJoel Sing
it later on. ok miod@
2007-12-14Allow direct access to the MACE IO memory space. This allows IO devices toJoel Sing
operate prior to the bus space extents being created. ok miod@