summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s) (requested by riastradh in ticket #1485):martin
2020-01-28Pull up following revision(s) (requested by msaitoh in ticket #662):martin
2019-11-14Pull up following revision(s) (requested by msaitoh in ticket #425):martin
2019-10-16Pull up following revision(s) (requested by maxv in ticket #336):martin
2019-07-23 Add IT8655 support.msaitoh
2019-07-10 Identify Nuvoton NCT6798D correctly. It seems that the bit width of NCT6796Dmsaitoh
2019-06-22Revamp the TPM drivermaxv
2019-06-08Clean get_props().isaki
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-04-25No functional change:msaitoh
2019-04-24 Remove extra test for SIOCSIFMEDIA.msaitoh
2019-04-09 Make it compilable with IX_DEBUG.msaitoh
2019-04-09 KNF. No functional change.msaitoh
2019-04-09 Make it compilable with EF_DEBUG.msaitoh
2019-04-09- Use the correct function name for the panic message.msaitoh
2019-04-09 Make it compilable with AI_DEBUG.msaitoh
2019-04-09 KNF. No functional change.msaitoh
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2019-03-16Swap wrong ordered halt_input and halt_output (since rev1.1).isaki
2019-02-24Add missing FALLTHROUGH in isa/mcd.ckamil
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-27Remove the satlink driver. It was disabled everywhere, had no man page andmaxv
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-22Remove isic(4). It is part of ISDN, which we are now retiring.maxv
2018-09-19Remove daic(4), it has never been functional.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-23constifymaxv
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-05-29fix off-by-one in the mapping of the ISA DMA page registers, they actuallyjdolecek
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