Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | Remove unneeded #include <disklabel.h>. | Kenneth R Westerback | |
ok jsing@ | |||
2015-07-19 | Stop passing daddr_t parameters for lengths. Use long since that's the type | Kenneth R Westerback | |
of the destination fields. ok jsing@ | |||
2015-07-19 | Change some obviously incorrect usages of daddr_t (a DEV_BSIZE | Kenneth R Westerback | |
address) to 64 signed or unsigned ints. Add some paranoia checks during partition size calculations to account for the fact that partition sizes (DL_GETPSIZE()) are unsigned values. More daddr_t rectification to do. ok jsing@ | |||
2015-07-19 | Oops. Missed a file from offset commit. | Kenneth R Westerback | |
2015-07-19 | Stop adding and subtracting data offset. Just keep to chunk relative | Kenneth R Westerback | |
block offsets until actual i/o is constructed and needs the physical offset. Eliminate a number of <<DEV_BSIZE shifts as a bonus. No intentional functional change. Fixed and ok jsing@ | |||
2015-07-19 | Stop adding and subtracting data offset. Just keep to chunk relative | Kenneth R Westerback | |
block offsets until actual i/o is constructed and needs the physical offset. Eliminate a number of <<DEV_BSIZE shifts as a bonus. No intentional functional change. Fixed and ok jsing@ | |||
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback | |
where appropriate. Noop for disks with 512-byte sectors. i.e. the only kind currently allowed in softraid volumes. But starts laying the groundwork to allow disks with other sector sizes. ok jsing@ | |||
2015-07-19 | Don't emit values for 'width' that | Kenneth R Westerback | |
/usr/xenocara/driver/xf86-input-synaptics/src/wsconscomm.c doesn't understand. 'Fixes' synaptics trackpad in Dell L400 laptop so the cursor can be moved in X. Problem noted and experimental Dell L400 donated by Paolo Aglialoro. Thanks! ok miod@ mpi@ jcs@ | |||
2015-07-19 | use standardized register defintion in mii.h rather than specific | Yojiro Uo | |
driver definetion. ok deraadt@ | |||
2015-07-19 | regen | Yojiro Uo | |
2015-07-19 | add RTL8211 | Yojiro Uo | |
2015-07-19 | use standardized register definition in mii.h rather than each | Yojiro Uo | |
specific driver definition. no logical change. ok deraadt@ | |||
2015-07-19 | revert privious commit | Yojiro Uo | |
2015-07-19 | simplify a triple-deep ternary operation. | Brent Cook | |
ok beck@ krw@ | |||
2015-07-19 | according to MII specification, these seems to be bug. | Yojiro Uo | |
ok deraadt@ | |||
2015-07-18 | fix typo. | Yojiro Uo | |
2015-07-18 | add following registers from IEEE 802.3-2009 Clause 22. | Yojiro Uo | |
- PSE control register (0x0b) - PSE status register (0x0c) - MMD access control register (0x0d) - MMD access address data register (0x0e) from netbsd ok deraadt@, miod@ | |||
2015-07-18 | virtio_pci: Do the ISR read without kernel lock | Stefan Fritsch | |
The ISR read is relatively expensive because it causes a vmexit. Grab the kernel lock only after it is done. | |||
2015-07-18 | If _CST provides a C2 or C3 but lacks a C1 that we understand, provide a | Philip Guenther | |
fallback C1 state using 'halt' tested in snaps for a bit problem laptops noted by and oks okan@ and kettenis@ | |||
2015-07-18 | Shuffle include file ordering in preparation for future changes in vgavar.h, | Miod Vallat | |
which will have it depend upon wsdisplayvar.h. | |||
2015-07-18 | KNF fixes | Stefan Fritsch | |
No object file changes besides line numbers in KASSERTs | |||
2015-07-17 | add missing braces to only call selrecord when intended to | Jonathan Gray | |
ok deraadt@ millert@ | |||
2015-07-17 | fix comments | Mike Larkin | |
2015-07-17 | Nuke a bunch of leading and trailing whitespace so I don't go blind | Kenneth R Westerback | |
reading this code. No intentional functional change. | |||
2015-07-17 | fix compilation with ACPI_DEBUG | Joshua Stein | |
2015-07-17 | fix typo. | Yojiro Uo | |
2015-07-16 | Introduce a Linux compatible wait_event API and use it in the inteldrm code. | Mark Kettenis | |
ok jsg@, guenther@ | |||
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot | |
ok guenther@, henning@ | |||
2015-07-16 | add USB3.0 related code | Yojiro Uo | |
2015-07-16 | ignore 4 byte trailing padding of each recv packet, when copying to upper | Yojiro Uo | |
layer. | |||
2015-07-16 | fix recv packet header definiton | Yojiro Uo | |
2015-07-15 | add some definitions from libdrm 2.4.62 | Jonathan Gray | |
2015-07-15 | Fix urtw(4) error code paths to not panic the kernel. Makes the driver work | Stefan Sperling | |
with a somewhat flaky urtw(4) device of mine. ok mpi@ | |||
2015-07-15 | Use mallocarray() and unsigned integers. | Miod Vallat | |
2015-07-15 | Match another Netgear WG111T. This one shares the Non-Firmware ID of a | Martin Pieuchot | |
another device. ok stsp@ | |||
2015-07-15 | regen | Martin Pieuchot | |
2015-07-15 | Another ID for the Netgear WG111T. | Martin Pieuchot | |
2015-07-15 | Fix two bugs in the variable keys handling: | Miod Vallat | |
- do not overrun the array if there are more than MAXVARS, by using the proper variable in the check. - correctly allow up to MAXVARS (128), not strictly less than. This makes mlarkin's new shiny Corsair K70 RGB gaming keyboard work. Tested by and ok mlarkin@ | |||
2015-07-15 | add support for newer PCsensor TEMPerHUM thermo- and hygrometers: | Joerg Jung | |
TEMPerHUM1V1.2 tested by Raf Czlonka via bugs@ and TEMPerHUM1V1.0 tested by myself earlier version tested by sasano, input from mpi@ and deraadt ok mpi@ | |||
2015-07-15 | Fix a crash caused by uath(4) if device init fails. | Stefan Sperling | |
usbd_close_pipes() now implies xfer cancellation and this driver was relying on assumptions from times when it didn't. With and ok mpi@ | |||
2015-07-12 | Do not trust the hardware when it says that the number of remaining | Martin Pieuchot | |
bytes to transfer is superior to the length of the transfer. Found by krw@ with an ETRON controller. | |||
2015-07-11 | Make use of recent drm_linux.h additions to further reduce the | Jonathan Gray | |
diff to linux. ok kettenis@ | |||
2015-07-10 | usbd_{endpoint,interface}_count() are no longer used and die. | Martin Pieuchot | |
2015-07-10 | Do not use usbd_endpoint_count() and usbd_interface_count(), theses | Martin Pieuchot | |
functions are almost unused and create confusion. Do like the rest of the drivers and simply get an interface or device descriptor. Tested by ajacoutot@ and Grant Czajkowski, thanks! | |||
2015-07-09 | Revert previous, doesn't fix anything. I managed to reproduce | Stefan Sperling | |
the problem on one of my machines and the patch doesn't help. See http://marc.info/?l=openbsd-tech&m=143645936727569&w=2 | |||
2015-07-09 | Move the softc definition to uvideo.c so that userland can include | Martin Pieuchot | |
<dev/usb/uvideo.h> to get USB video descriptor definitions. from Ludovic Coues. | |||
2015-07-09 | Allow more time for USB athn(4) firmware boot. It seems people on daemonforums | Stefan Sperling | |
are running into the previous 1 second timeout on some machines, which the driver will treat as fatal. Not sure if this will really fix the issue but it won't hurt. Also reported in NetBSD land which inherited our driver: http://mail-index.netbsd.org/current-users/2014/05/06/msg024793.html ok mpi@ | |||
2015-07-09 | Do not use usbd_endpoint_count(), this function is almost unused and | Martin Pieuchot | |
creates confusion. Do like the rest of the drivers and simply get a interface descriptor with usbd_get_interface_descriptor(). Tested by stsp@ | |||
2015-07-09 | Name unamed structures, from Ludovic Coues with some tweaks. | Martin Pieuchot | |
2015-07-08 | Fix a use-after-free, from Maxime Villard w/ Brainy. | Martin Pieuchot | |
ok jsg@ |