summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-04-27Add PME_STATUS and PME_EN bitmasks for the PCI PMCSR register.Stefan Sperling
2014-04-27Start de-obfuscating the HC drivers.Martin Pieuchot
2014-04-27Do not let the bluetooth HID device, present in Apple machines with USB,Martin Pieuchot
2014-04-27transplant hotplug code over from qle(4)Jonathan Matthew
2014-04-27When the firmware has already allocated the handle we want to use to log inJonathan Matthew
2014-04-26Get rid of duplication of the global lock code. Allow recursion in allMark Kettenis
2014-04-26Do not pass a NULL argument to OF_getprop(), even if it's fine for theMartin Pieuchot
2014-04-26Allow to compile with DEBUG_PMAP defined.Martin Pieuchot
2014-04-26remove a duplicate break statementJonathan Gray
2014-04-26Perform MAXPHYS-sized reads for the chunktable instead of PAGE_SIZE-sizedMike Larkin
2014-04-25Defer the free of the hibernate structures until later, when it is safe toMike Larkin
2014-04-25regenMartin Pieuchot
2014-04-25Add a bunch of GeForce GT{,X} chips listed in nvidia's 334.21 driver.Martin Pieuchot
2014-04-25Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay!Martin Pieuchot
2014-04-25Do no reprobe for a supported protocol when enabling a pointingMartin Pieuchot
2014-04-25test dt_min for invalid minute values instead of testing dt_sec twiceJonathan Gray
2014-04-25Kill in_localaddr(), one less usage of the global list of IPv4 addresses.Martin Pieuchot
2014-04-25don't access a pointer till after the null checkJonathan Gray
2014-04-24no need to check for default_chip_map twice in one if statementJonathan Gray
2014-04-24ewps... repair qid assignmentHenning Brauer
2014-04-24Change the usbd_*_report() family of functions to take a usbd_deviceMartin Pieuchot
2014-04-24match some more intel sata devices in ide modeJonathan Gray
2014-04-24regenJonathan Gray
2014-04-24add some more intel sata devices in ide modeJonathan Gray
2014-04-23No need for vargs here.Florian Obser
2014-04-23Document RTS5227 support in rtsx(4).Stefan Sperling
2014-04-23Don't use varargs for udp_output() and sync the argument order withMartin Pieuchot
2014-04-23Don't attempt to deal with link types supported by no drivers in theJeremie Courreges-Anglas
2014-04-23You don't want to use ifa_ifwithroute(), it exists for to the routingMartin Pieuchot
2014-04-23rename some hardware revisions to match FreeBSDJonathan Gray
2014-04-23add support for RTL8168EPJonathan Gray
2014-04-23While we always mask the revision with 0x7c800000 linux uses a tableJonathan Gray
2014-04-23Add support for RTL8168GUJonathan Gray
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
2014-04-22Fix issue where we could jump into getdirtybuf without splbio() on a retryBob Beck
2014-04-22Remove RX checksum offloading support. The chip is too limited, andChristian Weisgerber
2014-04-22Remove some altq tentacles.Martin Pieuchot
2014-04-22ifa_ifwithroute() is the only magic place where an AF_LINK sockaddrMartin Pieuchot
2014-04-22NULL is cooler than 0 when pointers are concernedHenning Brauer
2014-04-22If VLAN_HWTAGGING is disabled, we tell the chip not to strip theChristian Weisgerber
2014-04-22we used to handle the vlan tag etc insertion very very very late,Henning Brauer
2014-04-22move vscsi from using scsi_req_probe and scsi_req_detach to usingDavid Gwynne
2014-04-22factor out the code that figures out whether you're probing or detachingDavid Gwynne
2014-04-21g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it inHenning Brauer
2014-04-21__inline -> inlineHenning Brauer
2014-04-21msdosfs timestamps can only represent 1/1/1980 throughKenneth R Westerback
2014-04-21Simplify the update process a bit. Don't try to skip parts based on whatJonathan Matthew
2014-04-21Back out most of v1.47 changes which mess up the block size on theseBob Beck
2014-04-21ip_output() using varargs always struck me as bizarre, esp since it's onlyHenning Brauer
2014-04-21Fix off-by-one error in PG_LGFRAME maskPhilip Guenther