summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2018-04-25Use spin mutex to fix a panicyamaguchi
2018-04-21Fix an ancient typo, instead of setting the base address, the sizemlelstv
2018-03-24use isa_intr_establish_xname()jdolecek
2018-03-07 Add NCT6796D. Some functions of NCT6796D is extended from NCT6795D,msaitoh
2018-02-20Handle watchdog attachment in the wbsio_rescan() function, where wepgoyette
2018-02-08Typos.dholland
2018-01-20Handle yet another atari specific quirk in the MI ISA fdc(4)/fd(4) driver.tsutsui
2018-01-02Now that watchdog support has been added, make sure that a modular driverpgoyette
2018-01-02PR/52887: HITOSHI Osada: wbsio needs sysmon_wdog.christos
2017-12-13Improve the error log message to use product name. Implemeted by s-yamaguchi@...knakahara
2017-12-13Add an option to enable GPIO function of wbsio. Implemeted by s-yamaguchi@IIJ...knakahara
2017-12-13Add Watchdog timer implementation to wbsio(4). Implemeted by s-yamaguchi@IIJ,...knakahara
2017-12-13Fix NCT6779 gpio pin configuration. Implemeted by s-yamaguchi@IIJ, reviewed b...knakahara
2017-12-13Add wbsio(4) GPIO driver. Implemeted by s-yamaguchi@IIJ, reviewed by msaitoh@...knakahara
2017-11-15 s/Id/NetBSD/. Pointed out by wiz!msaitoh
2017-11-15 Restore NetBSD RCS Id which was accidentally removed in rev. 1.2.msaitoh
2017-11-04Add AUDIO_ENCODING_SLINEAR to supported encodings. This allows sb, sbpronat
2017-10-31Add padding to gus.c so fields match up when it ts cast to a ad1848_isanat
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