summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-12-19spacingGordon Willem Klok
2006-12-19knf + delete unused variablesTheo de Raadt
2006-12-19Add sanity to check for mfg overriden gasio field.Marco Peereboom
2006-12-19Hook up acpicpu to the hw.setperf mechanism, this allows people runningGordon Willem Klok
ACPI kernels built with the acpicpu diff to scale processor and frequency voltage, various incarnations tested by brad, thib, johan m:son lindman. ok marco
2006-12-19TDBF_USEDTUNNEL flag manipulation was inside #ifdef INET. it appliesJun-ichiro itojun Hagino
to INET6 too, so move it outside. markus ok
2006-12-19reject (potentially malicious) packets from outside,Jun-ichiro itojun Hagino
with interface-local multicast addr in ip6_dst. by jinmei@kame
2006-12-19simplify some low-level methods substantially (shrinking code); ok marco jordanTheo de Raadt
2006-12-18fix device names and typos in commentsMartin Reindl
2006-12-18Remove misleading NOTREACHED comments. Sending a signal does notCan Erkin Acar
stop execution. Noticed by deraadt@
2006-12-18sti@pci there too, why not.Miod Vallat
2006-12-18Add support for pci-based sti devices. ok mickey@Miod Vallat
2006-12-18Read word-mode rom regions with bus_space_read_raw_region instead ofMiod Vallat
bus_space_region, for they might lie on a bus with a different endianness than the cpu. ok mickey@
2006-12-18Change sti attachment to pass an array of base addresses for the sti regions,Miod Vallat
instead of using the rom mapping for region #0 and the device mapping for region #1. This will allow sti devices on which regions may be relative to different origins to attach (to be used very soon). ok mickey@
2006-12-18Provide bus_space_{read,write}_raw_region_{2,4}.Miod Vallat
2006-12-18Allow bus_space mappings to span more than one 8MB segment; ok mickey@Miod Vallat
2006-12-18our panic() can take stdarg argumentsTheo de Raadt
2006-12-18Activate the mbg(4) Meinberg Funkuhren driver.Marc Balmer
ok deraadt
2006-12-18minor cleaning; ok marcoTheo de Raadt
2006-12-18Activate mbg(4).Marc Balmer
ok deraadt
2006-12-18delete extra gooTheo de Raadt
2006-12-18- struct scsibus_attach_args;Marco Pfatschbacher
+ struct scsibus_attach_args saa; OK miod@.
2006-12-18regenMichael Shalayeff
2006-12-18add c3700 and c8000Michael Shalayeff
2006-12-18regenMichael Shalayeff
2006-12-18the 8900 is called shortfinMichael Shalayeff
2006-12-18Activate mbg(4).Marc Balmer
ok deraadt
2006-12-18Format dmesg line according to our rules and make sure the firmware idMarc Balmer
string is '\0' terminated, plus some KNF. from deraadt
2006-12-18move proto to the right placeTheo de Raadt
2006-12-18force wd at pciide down to PIO mode 4 (yuck) until some DMA issues areMartin Reindl
sorted out. makes the px-ehs much more happier. ok jsg@
2006-12-17More leftovers from rcons.Miod Vallat
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-12-17When processing a compose sequence of a dead accent and the spacebar, putMiod Vallat
the ``mundane'' accent: apostrophe instead of acute, and comma instead of cedilla. This matches what existing keyboard layouts with dead keys do. From Maurice Janssen via otto@
2006-12-17Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNCClaudio Jeker
bite the dust and make the code easier to read. Help and OK mglocker@
2006-12-17Sync with pckbc.c r1.12:Miod Vallat
silence a debug message; from kili@outback.escape.de
2006-12-17sync with pckbd.c r1.8:Miod Vallat
go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615
2006-12-17mbg(4), a driver for Meinberg Funkuhren time signal station receiversMarc Balmer
"Made in Switzerland" Currently, the DCF77 PCI32 receiver card is supported I have to mention the outstanding support from Meinberg, not only did they give me the hardware, docs, and reference source code, but they even call me back to explain the details of their hardware to me. If only the wireless manufacturors were that cooperative... ok claudio, ok mglocker, "commit it when ready" deraadt
2006-12-17fix index of ERP information element in beacons.Damien Bergamini
still ugly, but correct.
2006-12-17add a little spacing here, to please mglockerMarc Balmer
2006-12-17regen.Marc Balmer
2006-12-17Add Meinberg Funkuhren GmbHMarc Balmer
2006-12-17Add/modify some comments. From Brad.Kenneth R Westerback
2006-12-16Enable RAM buffer for the second port too; makes dual port cards work soMark Kettenis
reenable attachment of the second port on cards that have it.
2006-12-16Button boxes have their Y axis inverted, compared to mice, so compensateMiod Vallat
before feeding wscons.
2006-12-16Make hil(4) shared interrupts aware, by exiting early if the stat registerMiod Vallat
does not indicate data being available; for some reason on hppa hil_intr() gets invoked when serial ports interrupt.
2006-12-16Process status descriptors for port B. Fix two typos while I'm there.Mark Kettenis
2006-12-16Better sti_mapchar() implementation, matches Latin char indexes to HP RomanMiod Vallat
font indicies whenever possible.
2006-12-16o add missing calibration bits for ZD1211B in zyd_set_chan()Damien Bergamini
o add workaround for TX rate==0 bug here too.
2006-12-16trim 802.11 FCS from received frames.Damien Bergamini
noticed by jsg@
2006-12-16Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems.Kenneth R Westerback
Enables devices (e.g. newer iPods, various other mp3 players) that use 2048 byte sectors. Inspired by original diffs from weingart@ and Alexey Vatchenk. ok tom@ pedro@ deraadt@ weingart@ marco@
2006-12-15acpi can fit onto the cd ramdisksTheo de Raadt