summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
AgeCommit message (Expand)Author
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2021-09-15Adjust the device_call() calling convention so as to provide type checkingthorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-12- Define a device call for PCI bus instances to fetch a direct child'sthorpej
2021-04-30If we're enumerating the root bus, skip some well-known nodes thatthorpej
2021-04-27If we are attaching the OFW root, print out the banner-name and modelthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-06Wrap some definite-only-in-kernel-environment prototypees in _KERNEL.thorpej
2021-02-05OpenFirmware device handle implementation.thorpej
2021-02-04Split the i2c and spi stuff out into their own files.thorpej
2021-01-27G/C of_match_compatible().thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-26Replace use of of_match_compatible().thorpej
2021-01-26There is not much point in of_compatible() returning -1 for "no match"thorpej
2021-01-26Minor comment changes.thorpej
2021-01-25s/boolean_t/bool/. boolean_t is obsolete (from Mach), and thismrg
2021-01-25Add "cookietype" to i2c attach args, so the consumer knows if ia_cookiejmcneill
2021-01-24malloc(9) -> kmem(9)thorpej
2021-01-24Rewrite of_network_decode_media() to use strlist_next() andthorpej
2021-01-24Rewrite of_compatible() using strlist_match().thorpej
2021-01-24Implement of_match_compat_data() using device_compatible_match_strlist().thorpej
2021-01-24Update a comment.thorpej
2021-01-24Change of_search_compable() to return NULL on no-match, which is much morethorpej
2021-01-20update comment to match new realityjmcneill
2021-01-18Remove "struct of_compat_data" and replace its usage withthorpej
2020-12-31add of_getprop_uint32_array()ryo
2020-07-16Add of_find_bycompat helper to search a tree for a node by compat string.jmcneill
2020-06-26Remove !cold KASSERT - it does not compile on all kernels, and it is not themartin
2020-06-25Fix fallout from migration from alloca() to malloc() in the previous.rin
2020-06-25no need for alloca() in of_compatible(), malloc() is finejdolecek
2020-06-12Update for proplib(3) API changes.thorpej
2020-06-11Update for proplib(3) API changes.thorpej
2020-04-03various fixes:macallan
2020-04-03make OpenFirmware info available via sysctl.ofwmacallan
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-26Fix __HAVE_OLD_DISKLABEL bits so they at least compile.thorpej
2019-12-06revert this change from early this year. it appears themrg
2019-08-06ofw: add of_enter_spi_devs helper methodtnn
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