summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
AgeCommit message (Collapse)Author
1995-06-09Handle mouse and other packages received from the keyboard correctly.leo
The initialisation now resets the keyboard and disables all packages that make no sense because their drivers are not activated.
1995-06-09Fix grfmmap()leo
1995-05-28According to diffs from Waldi Raven:leo
Make speed/clock-source selection smarter. This makes the baudrates more accurate and allows speeds upto 115k baud.
1995-05-28Remove the pointer to view_t from the grf-structure, use viewview(dev)leo
to obtain the pointer instead. This removes a kernel-crash that happened when something was written to the console while the console was being resized.
1995-05-28Use <dev/ic/mc146818.h>. Change systemclock settings. Usable values forleo
HZ are now 48/64/96. This reduces the interrupt overhead, because we don't need the extra division by 4 in the interrupt handler.
1995-05-21ite_newsize(): Do not reallocate a display when the actual display modeleo
will be the same. Fixes a nasty bug where ite0 and ite1 share the same bitmap.
1995-05-21Fix UL-handlingleo
1995-05-21Add prototype for grf_get_best_mode()leo
1995-05-21- Add grf_get_best_mode()leo
- Only update 'real' colormap when actually displaying - Fix TT-HIGH video mode
1995-05-21Minor fixes.leo
1995-05-14Don't mess with SCU on the Falcon.leo
1995-05-14Change of function params for Falcon SCSI.leo
1995-05-14- Remove race condition from DMA interrupt handlerleo
- Add function to get current DMA address for Falcon SCSI.
1995-05-05Fix bug on handling HD-floppy's.leo
1995-05-05Shift system clocks from TT-mfp to ST-mfp and remove some dead-code.leo
1995-04-30Small changes in dma locking code.leo
1995-04-30Complete rewrite, made necessary because Falcon SCSI needs to shareleo
NCR5380 and DMA access with floppy.
1995-04-28Better way to select a display mode?leo
1995-04-28Made no_ttram_dma patchable instead of a define.leo
1995-04-22- Remove register access functions from dma.c -> fd.c and inline themleo
- Add write protect checking (mistereously disapeared during port) - Make fdclose() return a sensible value - Prefix 'dma-defines' with DMA_
1995-04-22Adapt for new conf.h:leo
- Add xxxtty() functions - Remove xxx_tty array
1995-04-16Get RAMD_NDEV in sync with definitions in rd_info.leo
1995-04-16Make it consistent with conf.c .leo
1995-04-11Undo accidental change.mycroft
1995-04-11Use global 8530 defs.mycroft
1995-04-10map --> mmapmycroft
1995-04-10Fdclose --> fdclosemycroft
1995-04-10map --> mmapmycroft
1995-04-10Nuke kbdwrite().mycroft
1995-04-10Add dummy itestop(), and rename a few functions.mycroft
1995-03-30KERNEL -> _KERNELleo
1995-03-28Make ite ioctl work and fixup the colormap stuff.leo
1995-03-26NetBSD/Atari, port by Leo Weppelman.leo