History log of /src/sys/arch/amiga/dev/grf_cc.c |
Revision | | Date | Author | Comments |
1.44 |
| 28-Mar-2022 |
riastradh | sys: Split struct device into a private device_impl.h.
Include this only inside autoconf itself, and a few files that abuse autoconf in ways I can't confidently make easy fixes for.
XXX kernel ABI change requires bump -- no more use of struct device internals allowed, previously done by some drivers
|
1.43 |
| 07-Aug-2021 |
thorpej | Merge thorpej-cfargs2.
|
1.42 |
| 27-Apr-2021 |
thorpej | branches: 1.42.6; The Amiga and Atari ports abuse some autoconfiguration internals as part of their early console bring-up, so we need to expose some of the new internals to them and adapt the call sites.
|
1.41 |
| 27-Oct-2012 |
chs | branches: 1.41.54; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.40 |
| 15-Dec-2011 |
phx | branches: 1.40.6; Amiga wscons/Xorg support, first phase. Implemented wscons for CV64 and CV64/3D. Other graphics cards drivers are prepared for it, but will not be attempted before Xorg is not running. The wscons support is disabled by default. A GENERIC kernel should behave like always. Use WSCONS to try out a kernel with wscons support. Done by rkujawa@ and phx@.
|
1.39 |
| 20-Dec-2010 |
matt | branches: 1.39.8; 1.39.12; Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.
|
1.38 |
| 26-Oct-2009 |
cegger | branches: 1.38.4; kill extra whitespaces reviewed by tsutsui@
|
1.37 |
| 18-Mar-2009 |
cegger | bcopy -> memcpy
|
1.36 |
| 04-Mar-2007 |
christos | branches: 1.36.44; 1.36.52; 1.36.58; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.35 |
| 01-Jan-2003 |
thorpej | branches: 1.35.18; 1.35.56; Use aprint_normal() for cfprint routines.
|
1.34 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.33 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.32 |
| 06-Sep-2002 |
gehenna | Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
1.31 |
| 17-Mar-2002 |
atatat | branches: 1.31.4; Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for indicating an unhandled "command". ERESTART is -1, which can lead to confusion. ERESTART has been moved to -3 and EPASSTHROUGH has been placed at -4. No ioctl code should now return -1 anywhere. The ioctl() system call is now properly restartable.
|
1.30 |
| 28-Jan-2002 |
aymeric | add __KERNEL_RCSID as suggested by Luke Mewburn
|
1.29 |
| 26-Jan-2002 |
aymeric | - ANSIfy - remove some trailing spaces/tabs - minor style nits
|
1.28 |
| 29-Jun-2000 |
mrg | branches: 1.28.4; 1.28.8; remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
|
1.27 |
| 26-Jun-2000 |
mrg | remove redundant vm includes.
|
1.26 |
| 24-Mar-1999 |
mrg | branches: 1.26.8; completely remove Mach VM support. all that is left is the all the header files as UVM still uses (most of) these.
|
1.25 |
| 10-Jul-1998 |
mhitch | Add UVM support to amiga
|
1.24 |
| 12-Jan-1998 |
thorpej | Adjust for changes to config.
|
1.23 |
| 23-Dec-1996 |
veego | Get rid of __BROKEN_INDIRECT_CONFIG.
|
1.22 |
| 13-Oct-1996 |
christos | backout previous kprintf change
|
1.21 |
| 10-Oct-1996 |
christos | printf -> kprintf, sprintf -> ksprintf
|
1.20 |
| 27-Aug-1996 |
cgd | change cfprint_t type definition to take a const char *, rather than a char *, because that's what was really intended, and because if the print function modifies the string, various things could become unhappy (so the string should _not_ be modified).
|
1.19 |
| 21-Apr-1996 |
veego | - Cleanup for -Wall and -Wstrict-prototypes - Added support for multiple floppy drives - CyberVision64: - has now a real console mode - another bugfix for boards with the new S3 chip - Ariadne: - fixed crashes with aeput (mbuf failure)
|
1.18 |
| 17-Mar-1996 |
thorpej | New device attachment scheme:
- split softc size and match/attach out from cfdriver into a new struct cfattach.
- new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
|
1.17 |
| 16-Feb-1995 |
chopps | cleanup copyright stuff
|
1.16 |
| 01-Dec-1994 |
chopps | bring up to current. change sun to sunos. handle changes in device open params and autoconf match function params.
|
1.15 |
| 26-Oct-1994 |
cgd | new RCS ID format.
|
1.14 |
| 15-Jun-1994 |
chopps | clock now uses passed in frequency if present protect dma cache flush calls from non 040. don't compile ite_xx if not used.
|
1.13 |
| 13-Jun-1994 |
chopps | some cleanup and various fixes for new fs code. plus some general fixes from from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
|
1.12 |
| 08-May-1994 |
chopps | resistance is futile, you will be assimilated. amiga goes: config.new *and* /sys/scsi. clock code coerced into a single .c file adding an accurate usec delay(). disklabel.c updated to DTRT, code to write RDB's to be added soon. sbic (old scsi) converted over to new scsi and config this covers about 90% of users. Other drivers soon.
|
1.11 |
| 10-Apr-1994 |
chopps | little bit of KNiFeing, view and ite ioctl names cleaned. ite bell values made sensical for users. (that is pitch,msec not period,count)
|
1.10 |
| 30-Mar-1994 |
chopps | remove dlists.h oops.
|
1.9 |
| 13-Feb-1994 |
chopps | cleaned up include's relocated grf/* stuf to grfabs*.
|
1.8 |
| 11-Feb-1994 |
chopps | Add missing Id's
|
1.7 |
| 01-Feb-1994 |
chopps | SCSI re-org, and misc. cleanup of compiler warnings.
|
1.6 |
| 26-Jan-1994 |
mw | Integrate recent changes done to the amiga branch. Includes support for the '40. Support for more scsi controllers (zeus, magnum) Support for more tapes (in st.c) New custom chip console code integrated.
|
1.5 |
| 31-Oct-1993 |
mw | Change gfx-drivers to used g_data for their private data, and use regaddr for what it's meant, that's to point to the register area. Now, both gfx drivers should be fairly controllable from user-level applications.
|
1.4 |
| 30-Oct-1993 |
mw | new tree for amiga, replacing the bogous previous one. SunOS support works for a lot of executables now (static and dynamic).
|
1.3 |
| 02-Sep-1993 |
mw | new source release integrated from amiga-release.
|
1.2 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 05-Jul-1993 |
mw | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 02-Sep-1993 |
mw | Update of arch/amiga tree, includes - realtime clock support for a2k and a3k - scsi drivers for a2091 and gvp-II controllers in a2k - working ethernet driver for a2065/ameristar lance-controllers
|
1.1.1.1 |
| 05-Jul-1993 |
mw | sys/arch/amiga tree. This is the machdep part required to get the kernel up on an A3000. There are still (very) few changes required outside the arch/amiga tree, so you can't recompile the kernel yet. Support for third party SCSI controllers for the A2000 is on its way. The kernel is fully functional (except for a missing ethernet-driver ...). This tree is based on my version #390.
|
1.26.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
I updated the amiga SCSI drivers, but completely untested yet (may not even compile)
|
1.28.8.5 |
| 03-Jan-2003 |
thorpej | Sync with HEAD.
|
1.28.8.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.28.8.3 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.28.8.2 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.28.8.1 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.28.4.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.28.4.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.28.4.1 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.31.4.1 |
| 16-May-2002 |
gehenna | Call device interfaces via device switch, not directly.
|
1.35.56.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.35.18.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.36.58.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.36.52.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.36.44.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.36.44.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.38.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.39.12.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.39.8.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.39.8.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.40.6.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.41.54.1 |
| 13-May-2021 |
thorpej | Sync with HEAD.
|
1.42.6.1 |
| 03-Aug-2021 |
thorpej | Adapt to CFARGS().
|