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