.. |
a2kbbc.c
|
|
|
a34kbbc.c
|
|
|
acafh.c
|
Implement the probe procedure for ACA500. Now the user just needs acafh0
|
2013-12-26 20:38:11 +00:00 |
acafhreg.h
|
Rework handling of Commodore Gayle chip. Avoid ugly struct casts, introduce
|
2014-01-03 00:33:06 +00:00 |
acafhvar.h
|
Implement the probe procedure for ACA500. Now the user just needs acafh0
|
2013-12-26 20:38:11 +00:00 |
afsc.c
|
|
|
ahsc.c
|
|
|
ahscreg.h
|
|
|
amidisplaycc.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
atzsc.c
|
|
|
atzscreg.h
|
|
|
aucc.c
|
kill sprintf
|
2014-03-22 01:52:44 +00:00 |
auccvar.h
|
|
|
bppcsc.c
|
|
|
bzivsc.c
|
no need to include <machine/param.h> if <sys/param.h> already included
|
2019-01-08 19:41:09 +00:00 |
bzivscvar.h
|
|
|
bzsc.c
|
no need to include <machine/param.h> if <sys/param.h> already included
|
2019-01-08 19:41:09 +00:00 |
bzscvar.h
|
|
|
bztzsc.c
|
no need to include <machine/param.h> if <sys/param.h> already included
|
2019-01-08 19:41:09 +00:00 |
bztzscvar.h
|
|
|
cbiiisc.c
|
|
|
cbiisc.c
|
no need to include <machine/param.h> if <sys/param.h> already included
|
2019-01-08 19:41:09 +00:00 |
cbiiscvar.h
|
|
|
cbsc.c
|
no need to include <machine/param.h> if <sys/param.h> already included
|
2019-01-08 19:41:09 +00:00 |
cbscvar.h
|
|
|
clock.c
|
Use the MD_BTOP() macro as replacement for m68k_btop() in all device
|
2015-11-12 12:19:49 +00:00 |
clockioctl.h
|
Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-07 03:49:44 +00:00 |
com_supio.c
|
Clean up initialization of com_regs structure, in preparation for
|
2018-12-08 17:46:09 +00:00 |
dmavar.h
|
|
|
drbbc.c
|
|
|
drsc.c
|
kill sprintf
|
2014-03-22 01:52:44 +00:00 |
drsupio.c
|
|
|
efa.c
|
move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()
|
2017-10-20 07:06:05 +00:00 |
efareg.h
|
Rework handling of Commodore Gayle chip. Avoid ugly struct casts, introduce
|
2014-01-03 00:33:06 +00:00 |
efavar.h
|
Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch
|
2017-10-07 16:05:31 +00:00 |
empsc.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
event_var.h
|
|
|
event.c
|
Use C99 initializer for filterops
|
2017-10-25 08:12:37 +00:00 |
fd.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
flsc.c
|
no need to include <machine/param.h> if <sys/param.h> already included
|
2019-01-08 19:41:09 +00:00 |
flscvar.h
|
|
|
gayle_pcmcia.c
|
Add a delay between the recently added new PCMCIA reset method and the old
|
2015-02-08 09:55:25 +00:00 |
genpar.c
|
|
|
grf_cc.c
|
|
|
grf_ccreg.h
|
|
|
grf_cl.c
|
wscons and Xorg support for CirrusLogic GD542x based boards (grf3).
|
2015-11-16 21:25:34 +00:00 |
grf_clreg.h
|
|
|
grf_cv3d.c
|
Remove the "totally untested" comments for the ZorroII frame buffer
|
2016-06-17 07:41:56 +00:00 |
grf_cv3dreg.h
|
Remove the "totally untested" comments for the ZorroII frame buffer
|
2016-06-17 07:41:56 +00:00 |
grf_cv.c
|
Fixed bug in wsdisplay copyrows textop.
|
2015-11-16 21:24:06 +00:00 |
grf_cvreg.h
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
grf_et.c
|
Remove duplicate vgaw() accidentally introduced in the previous revision.
|
2018-03-05 04:23:00 +00:00 |
grf_etreg.h
|
|
|
grf_rh.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
grf_rhreg.h
|
|
|
grf_rt.c
|
src is too big these days to tolerate superfluous apostrophes. It's
|
2014-10-18 08:33:23 +00:00 |
grf_rtreg.h
|
|
|
grf_ul.c
|
Prefer modern simple past tense and past participle of catch
|
2016-11-03 22:08:30 +00:00 |
grf_ulreg.h
|
|
|
grf_ultms.c
|
|
|
grf_ultms.g
|
|
|
grf.c
|
Xorg for amiga via wsfb. Currently available on CV64 and CV64/3D. More
|
2015-11-12 12:01:53 +00:00 |
grfabs_cc.c
|
|
|
grfabs_ccglb.c
|
|
|
grfabs_ccreg.h
|
|
|
grfabs_reg.h
|
|
|
grfabs.c
|
|
|
grfioctl.h
|
Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-07 03:49:44 +00:00 |
grfvar.h
|
Improved wscons support. Virtual screens are now working.
|
2015-11-07 14:29:10 +00:00 |
gtsc.c
|
|
|
gtscreg.h
|
|
|
gvpbus.c
|
|
|
gvpbusvar.h
|
|
|
gvpio.c
|
|
|
hyper.c
|
|
|
if_bah_zbus.c
|
Return if bah_attach_subr() failed.
|
2017-10-23 09:21:40 +00:00 |
if_ed_zbus.c
|
|
|
if_es.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
if_esreg.h
|
|
|
if_le.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
if_levar.h
|
|
|
if_ne_xsh.c
|
Add support for X-Surf 100 integrated MII PHY. MAC part seems to be compatible
|
2013-08-13 15:43:25 +00:00 |
if_ne_xsurf.c
|
|
|
if_ne_zbus.c
|
|
|
if_qn.c
|
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
|
2018-06-26 06:47:57 +00:00 |
if_qnreg.h
|
|
|
ioblix_zbus.c
|
|
|
ite_cc.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
ite_cl.c
|
|
|
ite_cv3d.c
|
|
|
ite_cv.c
|
|
|
ite_et.c
|
|
|
ite_rh.c
|
rt_init() in a comment must be rh_init(). Fix it.
|
2017-12-20 05:27:06 +00:00 |
ite_rt.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
ite_ul.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
ite.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
iteioctl.h
|
Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-07 03:49:44 +00:00 |
itevar.h
|
|
|
ivsc.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
kbd.c
|
Add d_discard to all struct cdevsw instances I could find.
|
2014-07-25 08:10:31 +00:00 |
kbdmap.c
|
Avoid non-UTF8 input.
|
2014-08-08 21:13:05 +00:00 |
kbdmap.h
|
|
|
kbdreg.h
|
Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-07 03:49:44 +00:00 |
kbdvar.h
|
|
|
kf_iso8859_1_8x8.c
|
|
|
kf_iso8859_1_8x11.c
|
|
|
kf_iso8859_2_8x8.c
|
|
|
kf_iso8859_2_8x11.c
|
|
|
lpt_supio.c
|
|
|
Makefile
|
|
|
melody.c
|
|
|
mfc.c
|
Add d_discard to all struct cdevsw instances I could find.
|
2014-07-25 08:10:31 +00:00 |
mgnsc.c
|
|
|
mlhsc.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
mntva.c
|
Update driver to support firmware v1.5+.
|
2017-10-04 09:44:09 +00:00 |
mntvareg.h
|
Update driver to support firmware v1.5+.
|
2017-10-04 09:44:09 +00:00 |
mntvavar.h
|
Update driver to support firmware v1.5+.
|
2017-10-04 09:44:09 +00:00 |
ms.c
|
Add d_discard to all struct cdevsw instances I could find.
|
2014-07-25 08:10:31 +00:00 |
msc6502.h
|
|
|
msc.c
|
Add d_discard to all struct cdevsw instances I could find.
|
2014-07-25 08:10:31 +00:00 |
mscreg.h
|
|
|
otgsc.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
p5bus.c
|
|
|
p5busvar.h
|
|
|
par.c
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
parioctl.h
|
|
|
repulse_firmware.h
|
|
|
repulse.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
rtc.h
|
|
|
rtmondefs.c
|
|
|
rtmons
|
|
|
sbic.c
|
PR/50928: David Binderman: Clarify precedence with parentheses.
|
2016-03-09 20:11:41 +00:00 |
sbicreg.h
|
|
|
sbicvar.h
|
|
|
sci.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
scireg.h
|
|
|
scivar.h
|
|
|
ser.c
|
Add d_discard to all struct cdevsw instances I could find.
|
2014-07-25 08:10:31 +00:00 |
serreg.h
|
|
|
siop2_script.out
|
|
|
siop2_script.ss
|
acknowleg -> acknowledg, proceedure -> procedure.
|
2016-12-12 15:58:44 +00:00 |
siop2.c
|
remove dead code
|
2014-09-21 15:43:11 +00:00 |
siop_script.out
|
|
|
siop_script.ss
|
acknowleg -> acknowledg, proceedure -> procedure.
|
2016-12-12 15:58:44 +00:00 |
siop.c
|
remove dead code
|
2014-09-21 15:43:11 +00:00 |
siopreg.h
|
|
|
siopvar.h
|
|
|
slhci_zbus.c
|
Merge nick-nhusb
|
2016-04-23 10:15:27 +00:00 |
supio.h
|
|
|
toccata.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
view.c
|
Use the MD_BTOP() macro as replacement for m68k_btop() in all device
|
2015-11-12 12:19:49 +00:00 |
viewioctl.h
|
Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-07 03:49:44 +00:00 |
viewvar.h
|
|
|
vuid_event.h
|
|
|
wdc_acafh.c
|
move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()
|
2017-10-20 07:06:05 +00:00 |
wdc_amiga.c
|
move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()
|
2017-10-20 07:06:05 +00:00 |
wdc_buddha.c
|
move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()
|
2017-10-20 07:06:05 +00:00 |
wdc_xsurf.c
|
move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()
|
2017-10-20 07:06:05 +00:00 |
wesc.c
|
|
|
wskbdmap_amiga.c
|
|
|
wskbdmap_amiga.h
|
|
|
wstsc.c
|
gcc-4.8.x unused variable fixes
|
2014-01-22 00:25:16 +00:00 |
xsh.c
|
Fix style.
|
2013-08-09 12:56:31 +00:00 |
xshvar.h
|
|
|
xsurf.c
|
|
|
xsurfvar.h
|
|
|
z3rambd.c
|
Removed unused variable to make it compile again.
|
2015-06-01 17:09:46 +00:00 |
z3rambdvar.h
|
|
|
zbus.c
|
Update driver to support firmware v1.5+.
|
2017-10-04 09:44:09 +00:00 |
zbusvar.h
|
|
|
zssc.c
|
|
|