summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-26commented out entry for the BCM5709.Brad Smith
2006-11-26Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. FurtherMarcus Glocker
testing needed. ok deraadt@
2006-11-26cover up a bug (resulting in noise in dmesg) that we still do notTheo de Raadt
understand, happens on the sun x4100 virtual console; ok dlg
2006-11-26It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *).Marcus Glocker
Spotted by damien@
2006-11-26Activate pwdog(4) after successful testing on i386 and macppc.Marc Balmer
ok deraadt
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-26use splclock() instead of splsoftclock() when setting the timeout periodMarc Balmer
from the watchdog framework; this is consistent with other watchdogs we have. discussed with and ok dlg
2006-11-26no argument names in prototypes plsDavid Gwynne
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
the standard rates, use some defined by net80211 itself. kernel shrinks a bit ok jsg mglocker
2006-11-26correct hardware revision mask.Jonathan Gray
2006-11-26use scsi_detach_target when a device dissapears, rather than usingDavid Gwynne
config_detach and cleaning the midlayer up ourselves.
2006-11-26provide scsi_detach_bus, _target, and _lun to wrap up config_detach forDavid Gwynne
scsi devices. the midlayer keeps some state for each device that is attached which needs to be cleaned up on detach, hence this wrapper.
2006-11-26syncTheo de Raadt
2006-11-26usb client support can be re-enabledTheo de Raadt
2006-11-26try first mmap() allocation at pagesize, no need to re-mmap at every powerTheo de Raadt
of 2 from 16 to pagesize(); ok otto
2006-11-26add the Linksys USB1000Brad Smith
2006-11-26missing file; sorry niall!Uwe Stuehler
2006-11-26Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@Pedro Martelletto
Found using fuzz generator written by lmh@info-pull.com
2006-11-25- disable usbf stuff till the missing header is in; unbreak kernel compile.Niall O'Higgins
2006-11-25sync .Nd with what is in pci.4;Jason McIntyre
2006-11-25tweaks;Jason McIntyre
2006-11-25use pci_matchbyid() here, too.Marc Balmer
2006-11-25remove dpt(4) because it sucks.David Gwynne
ok deraadt@
2006-11-25Convert pwdog(4) over to using pci_matchbyid().Marc Balmer
From brad, thanks.
2006-11-25remove a comment that only applies to freebsd.Damien Bergamini
2006-11-25enable new devices (flash, usbf, cdcef)Uwe Stuehler
2006-11-25Add mutex.Marco Peereboom
prodded dlg, ok jordan
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
for PXA27x/Zaurus, not enabled yet; for dlg and dale :)
2006-11-25The PWDOG1 card can be jumpered to work I/O or memory mapped. DetectMarc Balmer
the correct type and use it. Use a macro for the first BAR and remove an unneeded header file. help & ok uwe & jsg.
2006-11-25Remove unneeded branch, no need to check if opts is != NULL just set it toClaudio Jeker
NULL in any case.
2006-11-25malo works fine here, enable it.Jonathan Gray
ok deraadt
2006-11-25ANSIBrad Smith
2006-11-25regenJonathan Gray
2006-11-25Netgear WG111v2Jonathan Gray
2006-11-25committ these atfter generating them, reminded by deraadt.Marc Balmer
2006-11-25remove a comment which is now untrue after i fixed itDavid Gwynne
2006-11-25Add support for the Quancom PWDOG1 watchdog timer card.Marc Balmer
See http://www.quancom.com/ for detailed information on the card. ok deraadt, help and ok uwe
2006-11-25sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for ↵Niklas Hallqvist
multi-ioapic systems. ok kettenis
2006-11-25remove some sk(4) specific media handling code.Brad Smith
ok kettenis@ Tested with Yukon-2 EC and Yukon-2 XL.
2006-11-25Don't handle acpiev events inside the gpe handler since this causes deadlocks.Marco Peereboom
ok jordan@
2006-11-25Fixed acpiec code for deadlockJordan Hargrave
acpiec events are handled at GPE/thread context, no longer need wakeup cVS: ----------------------------------------------------------------------
2006-11-25gem@sbusBrad Smith
2006-11-25add commented out entries for gem@sbusBrad Smith
2006-11-25initial stab at an SBus front end for gem(4). currently untested.Brad Smith
From martin@NetBSD
2006-11-25Hooks needed by modular X builds. ok espie@ dim@.Matthieu Herrb
2006-11-25Initial NAND flash support for Zaurus, not enabled yet; prodded by many.Uwe Stuehler
2006-11-25Cleanup obsolete rate bits and pass right value to the TX rate descriptor.Marcus Glocker
ok claudio@
2006-11-25If no TX rate has been calculated yet, set rate value to autoselectMarcus Glocker
instead DS1. Add 'mode' informations to malo_media_status(). Some KNF.
2006-11-25fix use of gem_bitwait().Brad Smith
2006-11-25Split the GEM registers into two halfs and provide a bus_space_handle_tBrad Smith
for each. While there, fix a typo in gem_bitwait(). From martin@NetBSD