summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2024-09-04Fix some spelling.Marcus Glocker
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-14remove prototypes with no matching functionJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-04-13correct indentationJonathan Gray
2024-03-29Drop the first argument of intr_establish().Miod Vallat
2024-03-29send_softint() was designed as being able to target a particular cpu, but theMiod Vallat
2024-03-29Update/fix/remove obsolete or just plainly wrong comments.Miod Vallat
2024-03-29Remove dead code. Some of it had been dead since the very beginning of theMiod Vallat
2023-10-18Avoid segments greater than maxsegsz during map mergingJan Klemkow
2023-07-25Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware,Miod Vallat
2023-04-13Remove intentionally undocumented pci_{io,mem}_find and convert their lastMiod Vallat
2023-04-11fix double words in commentsJonathan Gray
2023-04-10add missing write of SAB_DAFOJonathan Gray
2023-03-09Improve vnet(4) to work better in busy conditions.Claudio Jeker
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-21Remove vestigial bits of 32-bit binaries support; drop the `64' suffix inMiod Vallat
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-16Change function definitions using the identifier-list form used in theJonathan Gray
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-08-17Fix vldc(4) event filtersVisa Hankala
2022-07-25Print function name for contextKlemens Nanni
2022-07-20Add size to free(9) callKlemens Nanni
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-10Add missing device_unref() calls.Visa Hankala
2022-07-04Use destination buffer size as strlcpy() bound, not source; harmless here forMiod Vallat
2022-07-02Remove unused device poll functions.Visa Hankala
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-02-21independednt -> independent, let's -> letsJonathan Gray
2022-02-21iommmu -> iommuJonathan Gray
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-01-02Nummber -> NumberJonathan Gray
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-09-01Use ttopen in tty drivers open functions as ttysleep string, as the others do.Jan Klemkow
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-04-24Remove unused function pointers from `todr_handle'.Martin Pieuchot
2021-03-11spellingJonathan Gray
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-01-19blacklist com on m3000s. our com code causes faults somehow.David Gwynne
2020-12-25Refactor klist insertion and removalVisa Hankala
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-10-27If Open Firmware doesn't provide an interrupt mapping, use the swizzledMark Kettenis
2020-10-24If the #msi-eqs property says there are no event queues, don't try to setJonathan Matthew
2020-10-16unbreak buildJonathan Gray
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callKenneth R Westerback
2020-10-01fix indentationJonathan Gray
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'Kenneth R Westerback
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYKenneth R Westerback