summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2015-10-01relax vendor comparison to match variations found in olderJoerg Jung
2015-10-01add const, prodded by mpiJoerg Jung
2015-10-01remove superfluous sensor_attach() added for debug reasonsJoerg Jung
2015-10-01fix semicolon after if statementJonathan Gray
2015-09-30add a (disabled) driver for the Apple System Management Controller (SMC) asJoerg Jung
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-08-18Add missing trailing to error message:Stefan Sperling
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-25Cards with revision < 10 (qemu rev is 0), have no ad1848 chip andAlexandre Ratchov
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-26More than 100+ drivers converted to if_input(), this is the last "real" one.Martin Pieuchot
2015-05-25Initialize ipa_ndrq in isascan() too...Miod Vallat
2015-05-24Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators beingMiod Vallat
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod Vallat
2015-05-21Establish interrupts for both keyboard and mouse slots at pckbc attach time,Miod Vallat
2015-05-21Report all valid interrupt locators in isaprint() - although config(8) stanzasMiod Vallat
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-12Remove references to (deleted) auconv.h and mulaw.h files. FixesAlexandre Ratchov
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