summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2023-06-27remove double/tripple o in comments, where it likely was not added on purpose.andvar
2022-10-26sparc64/zs(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26sparc64/sab(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-01Don't try to make a tag based on node 0charlotte
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-05-28fix various typos in comments.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2022-05-16sun4v/vdsk: add handling of SCSI_REPORT_LUNSpalle
2022-02-23fix various typos in comments, mainly immediatly/immediately/,andvar
2022-02-11sparc64/vnet(4): device_t/softc splitriastradh
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2022-01-21Don't bother with prom_node_to_devhandle() if we're just forwarding alongthorpej
2022-01-17fix typos in comments, mainly s/foward/forward/.andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-04fix typos in comments and log messages, mainly in establish(ed).andvar
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-06-25sun4v: vdsk - restart the ldc state machine when the ldc endpoint resets the ...palle
2021-05-10Associate the OpenBoot / OpenFirmware node with attached devicesthorpej
2021-04-26iommu_enter() and iommu_remove() are static to iommu.c.mrg
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-05sun4v: Ignore spurious ldc CTRL/ACK/VERS messages (do not reset the connectio...palle
2021-03-15sun4v: vnet - cleanup of debug code (no functional changes)palle
2021-03-13sun4v: vnet - reception and transmission of eternet frames seems to work now ...palle
2021-03-11sun4v: vnet - reception of ethernet frames seems to work now (WIP and code is...palle
2021-03-04sun4v: add vnet driver from openbsd - compiles but probably does not work yet...palle
2021-03-04sun4v: add vnet driver from openbsd - compiles but probably does not work yet...palle
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-17Use designated initializers and a consistent termination style inthorpej
2021-01-17reduce the scope of 'ci' variable.mrg
2021-01-07The "available" property requires a variable length buffer, sonakayama
2021-01-06psycho: explicit allocation of memory using kmem(9) instead of using the buff...palle
2021-01-04malloc(9) -> kmem(9) -- just the simple, straightforward conversions for now.thorpej
2020-12-23Rename the CPU fan to SYS fan to match what the firmware calls it.jdc
2020-12-20For the E250:jdc
2020-12-07Add some debugging output to check sensor addition and refresh.jdc
2020-12-06Don't read from the chip when matching, fail the attach instead (requestedjdc
2020-12-05When matching, try a read in case this is an optional device and isn'tjdc
2020-10-31Call sysmon_envsys_unregister() not sysmon_envsys_destroy() whenjdc
2020-10-24Add support for automatically changing the CPU fan speed on the E250 in ajdc
2020-10-23Move E250 and E450 i2c patches from dev/pcfiic_ebus.c to sparc64/ofw_patch.c.jdc
2020-07-05Adapt to proplib api changesmartin
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2020-06-12Update for proplib(3) API changes.thorpej
2020-05-16Extend the monitoring to battery state, with capacity based on voltage.jdc
2020-05-11Add an ebus frontend for the Winbond W83l518D SD card reader as found onjdc