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