summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2017-10-25Use C99 initializer for filteropsmaya
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-09-12 Add IT8728F and IT877[12]E.msaitoh
2017-08-18- WBSIO_ID_W83627DHG and newer devices have 12bit device ID. So, change sioidmsaitoh
2017-08-17 Print chip name correctly.msaitoh
2017-08-17 Use uint8_t instead of int. No functional change.msaitoh
2017-08-14Enable the IT8628E shipped with my gigabyte GA-N3150N-D3V board.hauke
2017-08-09- Sprinkle static and const. No functional change.msaitoh
2017-07-11lm(4): Add suport for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D.msaitoh
2017-07-07 Add Winbond W83627DHG-P, W83627SF, W83627UHG, W83667HGB, W83687THF, W83697UG,msaitoh
2017-06-14Instead of directly referencing a parent device's code (ie, pcppi_bell()pgoyette
2017-06-11Implement xxx_rescan() and xxx_childdet() functions; these will bepgoyette
2017-04-27 Use {isa,pci}_intr_establish"_xname"() for intrctl(8).msaitoh
2017-03-31 Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) withmsaitoh
2017-03-29 Fix 0x%d and 0x%u.msaitoh
2017-02-01Use boolean logical and operation on booleans, rather than bitwise and.jakllsch
2017-01-06Implement a common spkr_detach() function and call it from thepgoyette
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-15Create a single combined module for spkr_pcppi and spkr_audio, andpgoyette
2016-12-14print more info during autoconfigchristos
2016-12-14correct spkr softc.christos
2016-12-13Restructure speaker devices so that there can be multiple of them, and havechristos
2016-12-10Be explicit about precedence of operatorsmaya
2016-12-09put back spkrio.h for compatchristos
2016-12-09fix module buildchristos
2016-12-09move spkrio.h out of isachristos
2016-12-09more spkr rework.christos
2016-12-09split out the pcppi attachment of the speakerchristos
2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat
2016-10-18provide intr xnamejdolecek
2016-10-18add isa_intr_establish_xname() to MD isa headers so that it can be usedjdolecek
2016-10-18Make this compile again.martin
2016-10-17provide stub intr xname establish for xenjdolecek
2016-10-02MFREE -> m_freechristos
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-14KNF. No functional change.msaitoh
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-07-11KNF. No functional change.msaitoh
2016-07-11- Use aprint*() instead of printf() in the attach function.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-30Provide some defaults. From Felix Deichmann.skrll
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-06-01Add support for Nuvoton NCT6776F from OpenBSDpgoyette
2016-04-23Merge nick-nhusbskrll
2016-02-09Introduce softint-based if_inputozaki-r
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-09-12fix spl issues, found by brainy.christos
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos