summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/view.c
AgeCommit message (Expand)Author
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2010-04-13Misc KNF.tsutsui
2009-07-19Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-03-23Use M_TEMP for allocations instead of the now deceased M_IOCTLOPS.cube
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2003-07-15__KERNEL_RCSID()lukem
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10replace the somewhat strange poll routine with standard nopoll() (a.k.ajdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
1998-12-20Changed grf mmap that it is closer to XFree. VGA memory on et4000/et6000thomas
1997-04-25- Provide the reasonable size that can/may be mmap-ed. This might differleo
1997-01-10Allow the control registers to be mapped too.leo
1996-10-13backout previous kprintf changeschristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-10-04Checkpointing my et4000 work. Note that the et-console will not beleo
1996-09-25Catchup with -current:leo
1996-09-16Prepare for (soon to come) et4000 PCI console.leo
1996-04-18Yet more prototyping and -Wall fixes.leo
1996-02-22First bunch of changes due to stricter prototype checking.leo
1995-08-17Remove 2 wrong proto-types.leo
1995-05-28Remove the pointer to view_t from the grf-structure, use viewview(dev)leo
1995-05-21ite_newsize(): Do not reallocate a display when the actual display modeleo
1995-04-10map --> mmapmycroft
1995-03-28Make ite ioctl work and fixup the colormap stuff.leo
1995-03-26NetBSD/Atari, port by Leo Weppelman.leo