Age | Commit message (Expand) | Author |
2013-10-15 | Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300, | Miod Vallat |
2013-10-14 | Use DL_SECTOBLK() instead of handrolling same calculation to get | Kenneth R Westerback |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-10-14 | If a transfer terminates with an I/O error status, do not modify the | Martin Pieuchot |
2013-10-14 | set openings to 64 like the linux driver sort of does. if a vendor says | David Gwynne |
2013-10-14 | defer the first update of the sensor as late in the boot process we can | David Gwynne |
2013-10-11 | Add initial RTL8106E and RTL8168G/8111G support. | Jonathan Gray |
2013-10-11 | match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP) | Jonathan Gray |
2013-10-09 | Enable synch negotiation; code was there but not enabled since this driver was | Miod Vallat |
2013-10-09 | Include the 'state of health' field in the bbu ok sensor value. | Jonathan Matthew |
2013-10-08 | all the chips rings are protected by a single mutex, which is used in both | David Gwynne |
2013-10-08 | set xs->resid to 0 on successful command completion. makes things work. | David Gwynne |
2013-10-08 | ring producers and consumers are 32bit counters, while the ring | David Gwynne |
2013-10-08 | vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests. | David Gwynne |
2013-10-07 | Do not invoke ttymodem() directly, but l_modem from the current linedisc. | Miod Vallat |
2013-10-07 | remove some debug printf. | Yojiro Uo |
2013-10-07 | regen. | Yojiro Uo |
2013-10-07 | add device driver for ASIX AX88178a and AX88179 Ethernet interface. | Yojiro Uo |
2013-10-06 | Add quirk for ALC260 found on Acer Extensa 6700. | Raphael Graf |
2013-10-05 | Disable interrupts in the interrupt handler. This is what FreeBSD does, and | Mark Kettenis |
2013-10-05 | add and use gtt mapping flags, further reduces the diff to linux | Jonathan Gray |
2013-10-04 | Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30. | Brad Smith |
2013-10-03 | Another fix from Linux that ended up being packported to the 3.8.13 stable | Mark Kettenis |
2013-10-02 | regen | Jonathan Gray |
2013-10-02 | cleanup the VMware entries and add AHCI/HD Audio/xHCI | Jonathan Gray |
2013-10-01 | Emulate 64-bit atomic operations on 32-bit architectures by using a mutex. | Mark Kettenis |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-10-01 | Don't claim the interrupt if none of the interrupt status bits were set. | Mark Kettenis |
2013-10-01 | regen | Jonathan Gray |
2013-10-01 | rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core ids | Jonathan Gray |
2013-09-30 | move the read/write functions and macros closer to linux | Jonathan Gray |
2013-09-30 | add some additional run(4)/urtwn(4) devices found in FreeBSD | Jonathan Gray |
2013-09-30 | regen | Jonathan Gray |
2013-09-30 | add some additional run(4)/urtwn(4) devices found in FreeBSD | Jonathan Gray |
2013-09-30 | Add ISY IWL 2000, another RTL8188CUS/urtwn(4) | Jonathan Gray |
2013-09-30 | regen | Jonathan Gray |
2013-09-30 | Add ISY IWL 2000, another RTL8188CUS/urtwn(4) | Jonathan Gray |
2013-09-30 | drmclose: don't unref objects with a mutex locked. | Jonathan Gray |
2013-09-29 | Get rid of cnset(). It is only used on amd64/i386 and doesn't really do | Mark Kettenis |
2013-09-28 | Fix the message of uthum(4)'s calibration offset is incorrect | sasano |
2013-09-28 | Another puc(4) device based on Oxford chipset found in a Startech | Mike Larkin |
2013-09-28 | regen | Mike Larkin |
2013-09-28 | Another puc(4) device based on Oxford chipset, found in a Startech | Mike Larkin |
2013-09-28 | Fix use of uninitialized variable, found by Maxime Villard. | Mike Larkin |
2013-09-27 | Try harder to ensure wddump() doesn't decrement the count | Kenneth R Westerback |
2013-09-25 | Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now. | Mark Kettenis |
2013-09-24 | Make (almost all) atomic operations really atomic. | Mark Kettenis |
2013-09-24 | Make sure vblank_time_lock blocks interrupts to match Linux. | Mark Kettenis |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-24 | Stop generating traffic for a given endpoint when a transfer reported | Martin Pieuchot |