summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-11-26use splclock() instead of splsoftclock() when setting the timeout periodMarc Balmer
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
2006-11-26correct hardware revision mask.Jonathan Gray
2006-11-26use scsi_detach_target when a device dissapears, rather than usingDavid Gwynne
2006-11-26provide scsi_detach_bus, _target, and _lun to wrap up config_detach forDavid Gwynne
2006-11-26usb client support can be re-enabledTheo de Raadt
2006-11-26missing file; sorry niall!Uwe Stuehler
2006-11-26Fix malloc() panic in msdosfs_mountfs(), okay thib@ deraadt@Pedro Martelletto
2006-11-25- disable usbf stuff till the missing header is in; unbreak kernel compile.Niall O'Higgins
2006-11-25use pci_matchbyid() here, too.Marc Balmer
2006-11-25remove dpt(4) because it sucks.David Gwynne
2006-11-25Convert pwdog(4) over to using pci_matchbyid().Marc Balmer
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
2006-11-25Initial USB device controller (UDC) and USB CDC Ethernet function supportUwe Stuehler
2006-11-25The PWDOG1 card can be jumpered to work I/O or memory mapped. DetectMarc Balmer
2006-11-25Remove unneeded branch, no need to check if opts is != NULL just set it toClaudio Jeker
2006-11-25malo works fine here, enable it.Jonathan Gray
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
2006-11-25sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-...Niklas Hallqvist
2006-11-25remove some sk(4) specific media handling code.Brad Smith
2006-11-25Don't handle acpiev events inside the gpe handler since this causes deadlocks.Marco Peereboom
2006-11-25Fixed acpiec code for deadlockJordan Hargrave
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
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
2006-11-25If no TX rate has been calculated yet, set rate value to autoselectMarcus Glocker
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
2006-11-25additional registers and some comment fixes.Brad Smith
2006-11-25Fix a copy and pasto.Brad Smith
2006-11-24Small KNF fix.Marcus Glocker
2006-11-24Enable setting of fixed rates.Marcus Glocker
2006-11-24Check the reference count for interface addresses when detachingCan Erkin Acar
2006-11-24Enable automatic rate adapation (done by firmware and hardware).Marcus Glocker
2006-11-24From Jon Simola <jsimola@gmail.com>:Marcus Glocker
2006-11-24regenBrad Smith
2006-11-24add the Broadcom BCM5709 PCI id.Brad Smith
2006-11-24When copying out struct statfs to userland, we need to zero out the fsidArtur Grabowski
2006-11-24add support to tag ipsec traffic belonging to specific IKE-initiatedReyk Floeter
2006-11-24never call an ioctl without process context! this diffs checks theReyk Floeter
2006-11-24replace a magic number (reserved TX descs?) with macroBrad Smith