summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mb89352.c
AgeCommit message (Expand)Author
2023-05-10spc(4): Use config_detach_children.riastradh
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2022-01-01fix typos in comments, mainly basicly -> basically.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-06Fix a possible race condition in spc_msgin() in NO_MANUAL_XFER case.tsutsui
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-01-11adatper -> adapterskrll
2013-11-04mark variables __diagusedchristos
2011-12-02Define NO_MANUAL_XFER on luna68k as temporary workaround for hangup problemtsutsui
2010-07-27printf() size_t with 'z' format modifier in debug code.jakllsch
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-11-12Remove superfluous activation hook.dyoung
2008-06-12use device_lookup_private to get softccegger
2008-05-04Move to standard TNF 2 clause licensemartin
2008-03-31Split softc/device_t for spc(4) and misc related cleanup.tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04fix empty ifchristos
2006-09-02Remove unused variable to make this build again.xtraeme
2006-09-02comment out impossible codechristos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-01-02u_intNN_t -> uintNN_ttsutsui
2004-09-25Use ANSI function decls.tsutsui
2004-09-25Sprinkle DELAY(1)'s in several busy loops to avoid excessive bus access.tsutsui
2004-09-25On manual xfer via TEMP register, set PCTL_BFINT_ENAB and checktsutsui
2004-09-25In spc_intr(), return 0 if the interrupt is not for spc(4).tsutsui
2004-09-25Use manual xfer via TEMP register in status phase even on x68k.tsutsui
2004-08-12Close a race condition in the datain loop. If we receive another byte betweenmycroft
2004-08-11Correct the overrun loop while I'm at it.mycroft
2004-08-11Recode the datain_pio loop. This improves performance substantially (almostmycroft
2004-08-09Add detach support for spc@pcmcia, modeled after aic@pcmcia.mycroft
2004-08-07Fix a printf() format for Alpha.mycroft
2004-08-07On manual transfer via TEMP register, data should be readtsutsui
2004-01-06Fix bus error trap on X68030/25MHz on-board SPC, which may have some quirk.tsutsui
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-09-07Delete strange ifdef x68k.isaki
2003-08-29Delete unnecessary #ifndef for x68k.isaki
2003-08-01- Add hooks for MD DMA transfers.tsutsui
2003-07-27There is a report that x68k SCSI no longer works after the previous changes.tsutsui
2003-07-05More misc fixes for forthcoming hp300 MI SCSI support:tsutsui
2003-07-05Misc cleanup:tsutsui
2003-07-05Use bus_space_{read,write}_multi_1() for PIO data transfers.tsutsui
2003-07-05Rename some MI mb89352 functions for consistency:tsutsui
2003-07-05Some cosmetics:tsutsui
2003-05-19Misc cosmetics:tsutsui
2003-02-21hz -> Hztsutsui