summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-19Remove Token Ring support.thorpej
2020-01-06Protect ec_multicnt.msaitoh
2019-12-27s/reister/register/ in comment.msaitoh
2019-12-27s/transfered/transferred/msaitoh
2019-12-27s/manaul/manual/ in comment.msaitoh
2019-12-27s/suport/support/msaitoh
2019-12-27s/like like/like/ in comment.msaitoh
2019-12-01Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit.ad
2019-11-16PR port-i386/54701: deal with missing pmf platform keys.martin
2019-11-12 Add missing initialization of sc_dev.msaitoh
2019-11-12 Initialize sc_dev correctly to avoid null pointer dereference whenmsaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-25Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APUmartin
2019-10-09Provide a better abstraction for the TPM interface. Report it in the ioctl.maxv
2019-10-09Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2maxv
2019-10-08Improvements in tpm(4):maxv
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
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