summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-09Fix an occurance of mtx_enter() that should have been mtx_leave().Jonathan Gray
2015-05-08Fix the indentation. While originally I thought this was an if statementJonathan Gray
2015-05-04Print irq informations in pckbc_set_inputhandler().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10Trivial conversion to uiomove()Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-01-02Identify NCT5104D variant in dmesg. (No lm here, these are used for com andChris Cappuccio
2015-01-02there's no need to defer the removal of the iic sensors to a task, we canDavid Gwynne
2014-12-22unifdef INETTed Unangst
2014-12-19Use taskq rather than workq to remove unwanted alias.Kenneth R Westerback
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-11Do not blindly dereference hw_vendor and hw_prod without checking them forMiod Vallat
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-12-10Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDsJonathan Gray
2014-12-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-12-03More duplicate #include cleanout.Kenneth R Westerback
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-18oops, too greedyMiod Vallat
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-09-21Directly include sys/timeout.h so we don't depend onJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-06-15Fix a few format string bugs with -DDEBUGStefan Fritsch
2014-04-28Move an opening brace so a loop that delays while waitingJonathan Gray
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2013-12-28Attempt to approximate what should happen on a suspend/resume cycle.Theo de Raadt
2013-12-09use new com.c bus-independent suspend/resume code, rather than trying toTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-29Change the sc_model field type from unsigned to signed since the model can beBrad Smith
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-15ansify some function definitions.Brad Smith
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-11-01move fd(4) from directly using disksort to using bufqs.David Gwynne
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-14The "probe" interrupt handler is mpsafe; mark it as such.Mark Kettenis
2013-06-26Remove some lies in comments.Mark Kettenis
2013-06-12Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPENDTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt