summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-18New it(4) driver.Oleg Safiullin
Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950 hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer.
2007-12-18Better probe routine for lcg, now that I found the magic bit on KA46.Miod Vallat
2007-12-18Turn the uvm_{lock/unlock}_fpageq() inlines intoThordur I. Bjornsson
macros that just expand into the mutex functions to keep the abstraction, do assorted cleanup. ok miod@,art@
2007-12-18make it possible to run without locking the database. To be used byMarc Espie
SRC: url, which require it.
2007-12-18oops - sort SEE ALSO;Jason McIntyre
2007-12-18move variable declarations where they belongJasper Lievisse Adriaanse
prodded by and ok dlg@
2007-12-18- powerbutton -> power buttonJasper Lievisse Adriaanse
- minor knf nit (suggested by miod@)
2007-12-18add power.4, and link to it where needed.Jasper Lievisse Adriaanse
ok jmc@
2007-12-18add commented entry for machdep.kbdresetJasper Lievisse Adriaanse
ok jsing@ miod@
2007-12-18add power(4), a driver for the power button found on SGI O2's.Jasper Lievisse Adriaanse
when machdep.kbdreset is set, and the correct interrupt is fired, the machine gets shut down. with help from and ok jsing@, ok miod@
2007-12-18Expose the clock address space so that it can be used outside of clock(4).Joel Sing
ok miod@
2007-12-17Add new devices to match list.Marcus Glocker
2007-12-17regenMarcus Glocker
2007-12-17Differ between identical device strings until we find the correct modelMarcus Glocker
number.
2007-12-17regenMarcus Glocker
2007-12-17Add upgt USB 2.0 device IDs as seen on prism54.org.Marcus Glocker
2007-12-17Make this compile again.Miod Vallat
2007-12-17syncTheo de Raadt
2007-12-17Make ether_crc32_le() work for our needs and therefore remove the largeMarcus Glocker
CRC-32 table. Suggested by deraadt@
2007-12-16remove localhost. zone (localhost. queries are handled by /etc/hosts)Jakob Schlyter
replace IPv4 and IPv6 loopback zones with BIND's autogenerated empty zones. move root.hint to /var/named/etc remove empty directory /var/named/standard
2007-12-16fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments;Otto Moerbeek
ok millert@
2007-12-16fix remaining cases of potential concurrent mfs_buflist access;Otto Moerbeek
ok deraadt@ millert@
2007-12-16panic on negative blkno or size; ok kettenis@ deraadt@Otto Moerbeek
2007-12-16Updates from master repo:Anders Magnusson
> Fix bug causing a cast from floats to integer types be rounded > up as well as down instead just rounding them down.
2007-12-16Updates from master repo:Anders Magnusson
> More sane sanitycheck in e2print(). > Add edges between different needs in table entries to avoid > that they get painted with the same color.
2007-12-16Update from master repo:Anders Magnusson
> Do not output constants larger than stabs allows.
2007-12-16Put inamp gain and inamp mute controls under AudioCinputs. ThisDeanna Phillips
avoids some duplicate items when a pin widget has both input and output amplifiers.
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