summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
2019-05-29 KNF. No functional change.msaitoh
2019-03-27Add a disk ioctl DIOCRMWEDGES to remove all wedges of a given diskmartin
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-08workaround a problem with the pegasos firmware interface:mrg
2018-09-26Set "i2c-indirect-config" to false in the right place so that iic(4)jakllsch
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-08-23Add of_getprop_uint64jmcneill
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-26In of_enter_i2c_devs(), we no longer need to set a "size" propertythorpej
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-07-03Add of_match_compat_data.jmcneill
2017-06-30Add of_search_compatible, which searches an array of compat_data structuresjmcneill
2017-04-30Rename of_getprop_bool to of_hasprop and make of_getprop_bool an alias.jmcneill
2017-03-25Virtio block devices may have a "scsi" device_type instead of "block",martin
2017-03-10attach display devices first so we see more kernel output on sharkmacallan
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-10-02MFREE -> m_freechristos
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-12-16add of_getprop_bool and of_getprop_uint32 helpersjmcneill
2015-12-16fix FDT build without openfirm pseudo-devicejmcneill
2015-12-13add an addr_shift parameter to of_enter_i2c_devsjmcneill
2015-12-13OF properties are stored in big endian, but the host might not be. Swapjmcneill
2015-12-12Change the meaning of of_compatible return values >= 0. Previously, thejmcneill
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31Centralize wedge ioctls in disk_ioctl.christos
2014-11-09support DIOCMWEDGES ioctlmlelstv
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-10-25Add "i2c-at34c02" AT34C02 EEPROM. This is compatible with the AT24C02jdc
2013-09-24Add a property "i2c-indirect-config" to allow/disallow i2c indirect config.jdc
2013-05-16sort by name, add OF_quiescechristos
2013-02-08Set the size for EEPROM's that we know about ("i2c-at24c64" is set to 8192).jdc
2013-02-03The i2c bus number (0 or 1) is encoded in bit 33 of the register for a node,jdc
2012-11-02Only create the "i2c-child-devices" property if we actually found anyjdc
2012-10-27split device_t/softc for all remaining drivers.chs
2011-07-26convert to device_t, cfdata_t and CFATTACH_DECL_NEW.mrg
2011-06-03-CFATTACH_DECL(foo, sizeof(struct device),matt
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-08-08remove an unused variable.chs
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-28Interpret the "reg" property of i2c nodes more liberal, and dependingmartin
2010-02-28Supporting cast for i2c direct configuration on OF machinesmartin
2010-01-21fix a ref counting leakmartin
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-11add another convenience function - of_get_mode_string() to extract a Sun-likemacallan