platform/upstream/libdrm.git
23 years agofix that last patch to initialize the MTRR when AGP available.
Alan Hourihane [Mon, 5 Mar 2001 15:52:11 +0000 (15:52 +0000)]
fix that last patch to initialize the MTRR when AGP available.

23 years agoDon't try and setup the MTRR for AGP when AGP not available. Check
Alan Hourihane [Sun, 4 Mar 2001 19:19:20 +0000 (19:19 +0000)]
Don't try and setup the MTRR for AGP when AGP not available. Check
    dev->agp, when agp_acquire called, and..... Uncomment MUST_HAVE_AGP
    around agp_* calls, so that support for both agp/pci can happen in a
    single kernel driver.

23 years agofile drm_scatter.h was initially added on branch ati-pcigart-0-0-1-branch.
Jeff Hartmann [Wed, 28 Feb 2001 18:47:39 +0000 (18:47 +0000)]
file drm_scatter.h was initially added on branch ati-pcigart-0-0-1-branch.

23 years agoMake the hardware bug workaround configurable. That way, people with newer
Gareth Hughes [Wed, 28 Feb 2001 14:11:05 +0000 (14:11 +0000)]
Make the hardware bug workaround configurable. That way, people with newer
    revs of the chipset can avoid the copy when it's not needed.

23 years agoPlease try this if you experience lockups...
Gareth Hughes [Wed, 28 Feb 2001 11:22:52 +0000 (11:22 +0000)]
Please try this if you experience lockups...

23 years agoImplement drmOpen* without /proc dependence (Fallback to /proc is included
Rik Faith [Wed, 28 Feb 2001 09:27:44 +0000 (09:27 +0000)]
Implement drmOpen* without /proc dependence (Fallback to /proc is included
    for backward compatibility.) Move statistic-gathering drm* calls from
    dristat.c to xf86drm.c

23 years agoAdd Linux 2.2.x support for stubs
Rik Faith [Wed, 21 Feb 2001 16:06:10 +0000 (16:06 +0000)]
Add Linux 2.2.x support for stubs

23 years agofile gamma_drm.h was initially added on branch sarea-1-0-0-branch.
Jeff Hartmann [Wed, 21 Feb 2001 15:48:40 +0000 (15:48 +0000)]
file gamma_drm.h was initially added on branch sarea-1-0-0-branch.

23 years agoFix some warnings and flush pixel cache in idle routine so readpixels works
Jeff Hartmann [Tue, 20 Feb 2001 20:16:56 +0000 (20:16 +0000)]
Fix some warnings and flush pixel cache in idle routine so readpixels works
    correctly

23 years agoDisable DRIVER_DMA_QUIESCENT() in r128, radeon drivers. Prevents deadlock
Gareth Hughes [Tue, 20 Feb 2001 13:44:45 +0000 (13:44 +0000)]
Disable DRIVER_DMA_QUIESCENT() in r128, radeon drivers. Prevents deadlock
    in the locking process when the engine isn't idle.

23 years ago- Clean up the way customization of the templates is done.
Gareth Hughes [Fri, 16 Feb 2001 05:24:06 +0000 (05:24 +0000)]
- Clean up the way customization of the templates is done.
- Fix old-style DMA for gamma driver (please test).
- Pull out IRQ handling into drm_dma.h (please test on i810, gamma).
- Lots of general cleanups, remove compiler warnings etc.

23 years agoAdded missing include "drm_lists.h".
Keith Whitwell [Thu, 15 Feb 2001 16:31:11 +0000 (16:31 +0000)]
Added missing include "drm_lists.h".
i810 now working fine with new kernel module.

23 years ago- Fix up merge.
Gareth Hughes [Thu, 15 Feb 2001 10:26:03 +0000 (10:26 +0000)]
- Fix up merge.
- Update date stamps.

23 years agoMerge mga-1-0-0-branch into trunk.
Gareth Hughes [Thu, 15 Feb 2001 08:12:14 +0000 (08:12 +0000)]
Merge mga-1-0-0-branch into trunk.

23 years agofile i810.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 14 Feb 2001 14:34:01 +0000 (14:34 +0000)]
file i810.h was initially added on branch mga-1-0-0-branch.

23 years agofile radeon.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 14 Feb 2001 06:31:26 +0000 (06:31 +0000)]
file radeon.h was initially added on branch mga-1-0-0-branch.

23 years agofile r128.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 14 Feb 2001 05:30:38 +0000 (05:30 +0000)]
file r128.h was initially added on branch mga-1-0-0-branch.

23 years agofile r128_drm.c was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 14 Feb 2001 05:30:38 +0000 (05:30 +0000)]
file r128_drm.c was initially added on branch mga-1-0-0-branch.

23 years agofile tdfx.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 14 Feb 2001 01:37:05 +0000 (01:37 +0000)]
file tdfx.h was initially added on branch mga-1-0-0-branch.

23 years agofile tdfx_drm.c was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 14 Feb 2001 01:37:05 +0000 (01:37 +0000)]
file tdfx_drm.c was initially added on branch mga-1-0-0-branch.

23 years agofile gamma_context.c was initially added on branch mga-1-0-0-branch.
Alan Hourihane [Tue, 13 Feb 2001 17:53:02 +0000 (17:53 +0000)]
file gamma_context.c was initially added on branch mga-1-0-0-branch.

23 years agofile gamma_drm.c was initially added on branch mga-1-0-0-branch.
Alan Hourihane [Fri, 9 Feb 2001 16:44:16 +0000 (16:44 +0000)]
file gamma_drm.c was initially added on branch mga-1-0-0-branch.

23 years agofile gamma.h was initially added on branch mga-1-0-0-branch.
Alan Hourihane [Fri, 9 Feb 2001 16:44:16 +0000 (16:44 +0000)]
file gamma.h was initially added on branch mga-1-0-0-branch.

23 years agofile dristat.c was initially added on branch mga-1-0-0-branch.
Rik Faith [Fri, 2 Feb 2001 11:44:22 +0000 (11:44 +0000)]
file dristat.c was initially added on branch mga-1-0-0-branch.

23 years agofile drm_stub.h was initially added on branch mga-1-0-0-branch.
Rik Faith [Thu, 1 Feb 2001 20:54:01 +0000 (20:54 +0000)]
file drm_stub.h was initially added on branch mga-1-0-0-branch.

23 years agoCorresponding sync with PCI GART updates.
Gareth Hughes [Mon, 29 Jan 2001 17:46:23 +0000 (17:46 +0000)]
Corresponding sync with PCI GART updates.

23 years agoFix depth clears properly this time. Update all instances of
Gareth Hughes [Sun, 28 Jan 2001 07:18:08 +0000 (07:18 +0000)]
Fix depth clears properly this time. Update all instances of
    drmRadeonClear() to the new interface.

23 years agoClient-side updates for drmRadeonClear(...), fixes color/depth buffer
Gareth Hughes [Fri, 26 Jan 2001 07:52:36 +0000 (07:52 +0000)]
Client-side updates for drmRadeonClear(...), fixes color/depth buffer
    clears.

23 years agofile mga_warp.c was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:02 +0000 (16:09 +0000)]
file mga_warp.c was initially added on branch mga-1-0-0-branch.

23 years agofile mga_ucode.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:02 +0000 (16:09 +0000)]
file mga_ucode.h was initially added on branch mga-1-0-0-branch.

23 years agofile mga_drm.c was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:01 +0000 (16:09 +0000)]
file mga_drm.c was initially added on branch mga-1-0-0-branch.

23 years agofile mga.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file mga.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_vm.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_vm.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_lock.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_lock.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_memory.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_memory.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_bufs.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_bufs.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_proc.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_proc.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_fops.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_fops.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_init.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_init.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_ioctl.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_ioctl.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_drv.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_drv.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_context.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_context.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_drawable.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_drawable.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_agpsupport.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_agpsupport.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_auth.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_auth.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_dma.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_dma.h was initially added on branch mga-1-0-0-branch.

23 years agofile drm_lists.h was initially added on branch mga-1-0-0-branch.
Gareth Hughes [Wed, 24 Jan 2001 16:09:00 +0000 (16:09 +0000)]
file drm_lists.h was initially added on branch mga-1-0-0-branch.

23 years ago- Misc cleanups.
Gareth Hughes [Wed, 24 Jan 2001 15:34:46 +0000 (15:34 +0000)]
- Misc cleanups.
- Fix drmR128Clear parameters (Radeon to follow).
- Add some helper macros to r128/radeon kernel modules.

23 years agofile ati_pcigart.h was initially added on branch ati-pcigart-0-0-1-branch.
Jeff Hartmann [Tue, 23 Jan 2001 17:53:57 +0000 (17:53 +0000)]
file ati_pcigart.h was initially added on branch ati-pcigart-0-0-1-branch.

23 years agofile ati_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch.
Jeff Hartmann [Tue, 23 Jan 2001 17:53:57 +0000 (17:53 +0000)]
file ati_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch.

23 years agoFixed problem preventing compile on system w/o agpgart.
Jeff Hartmann [Thu, 18 Jan 2001 18:21:05 +0000 (18:21 +0000)]
Fixed problem preventing compile on system w/o agpgart.

23 years agofile r128_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch.
Jeff Hartmann [Wed, 17 Jan 2001 18:43:04 +0000 (18:43 +0000)]
file r128_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch.

23 years agofile scatter.c was initially added on branch ati-pcigart-0-0-1-branch.
Jeff Hartmann [Wed, 17 Jan 2001 18:43:04 +0000 (18:43 +0000)]
file scatter.c was initially added on branch ati-pcigart-0-0-1-branch.

23 years agoRemove debug messages.
Gareth Hughes [Sat, 13 Jan 2001 01:33:00 +0000 (01:33 +0000)]
Remove debug messages.

23 years agoMakefile.linux was checking $(MACHINE) for 'i386' before building the
Keith Whitwell [Thu, 11 Jan 2001 20:05:39 +0000 (20:05 +0000)]
Makefile.linux was checking $(MACHINE) for 'i386' before building the
    i810.o module. However on my i810's, $(MACHINE) is 'i686'.

23 years agoMerged tdfx-3-0-0
Nathan Hand [Mon, 8 Jan 2001 16:21:42 +0000 (16:21 +0000)]
Merged tdfx-3-0-0

23 years agoMerged ati-5-0-0
Kevin E Martin [Fri, 5 Jan 2001 22:57:55 +0000 (22:57 +0000)]
Merged ati-5-0-0

23 years agoSync with Linux 2.4.0-prerelease
Rik Faith [Thu, 4 Jan 2001 18:41:41 +0000 (18:41 +0000)]
Sync with Linux 2.4.0-prerelease

23 years agoadd blit ioctl, fix plnwt handling
Keith Whitwell [Sat, 30 Dec 2000 23:28:53 +0000 (23:28 +0000)]
add blit ioctl, fix plnwt handling

23 years agoUpdate date information.
Gareth Hughes [Fri, 15 Dec 2000 01:15:57 +0000 (01:15 +0000)]
Update date information.

23 years agofile bufs_tmp.h was initially added on branch mach64-0-0-1-branch.
Gareth Hughes [Wed, 13 Dec 2000 10:30:26 +0000 (10:30 +0000)]
file bufs_tmp.h was initially added on branch mach64-0-0-1-branch.

23 years ago- Fix nasty depth span bug. Drawable offset was not being added to pixel
Gareth Hughes [Tue, 12 Dec 2000 14:50:50 +0000 (14:50 +0000)]
- Fix nasty depth span bug. Drawable offset was not being added to pixel
    coords.
- Remove unneeded mask parameters from clear ioctl.
- Use correct subpixel offsets, fixes most glean bugs.
- Remove 32-bit depth buffer support. Only use 16 or 24-bit depth buffers.

23 years agoImport of XFree86 4.0.1g
David Dawes [Tue, 5 Dec 2000 16:39:28 +0000 (16:39 +0000)]
Import of XFree86 4.0.1g

23 years agofile mach64_dma.c was initially added on branch mach64-0-0-1-branch.
Gareth Hughes [Mon, 4 Dec 2000 06:26:37 +0000 (06:26 +0000)]
file mach64_dma.c was initially added on branch mach64-0-0-1-branch.

23 years agofile mach64_state.c was initially added on branch mach64-0-0-1-branch.
Gareth Hughes [Mon, 4 Dec 2000 06:26:37 +0000 (06:26 +0000)]
file mach64_state.c was initially added on branch mach64-0-0-1-branch.

23 years agofile mach64_drm.h was initially added on branch mach64-0-0-1-branch.
Gareth Hughes [Sat, 2 Dec 2000 13:10:03 +0000 (13:10 +0000)]
file mach64_drm.h was initially added on branch mach64-0-0-1-branch.

23 years agoMerged ati-4-1-1-branch into trunk.
Gareth Hughes [Sat, 2 Dec 2000 06:14:18 +0000 (06:14 +0000)]
Merged ati-4-1-1-branch into trunk.

23 years agoImport of XFree86 4.0.1f
David Dawes [Thu, 30 Nov 2000 17:32:23 +0000 (17:32 +0000)]
Import of XFree86 4.0.1f

23 years agofile context_tmp.h was initially added on branch mach64-0-0-1-branch.
Gareth Hughes [Mon, 27 Nov 2000 15:30:26 +0000 (15:30 +0000)]
file context_tmp.h was initially added on branch mach64-0-0-1-branch.

23 years agofile driver_tmp.h was initially added on branch mach64-0-0-1-branch.
Gareth Hughes [Mon, 27 Nov 2000 15:30:26 +0000 (15:30 +0000)]
file driver_tmp.h was initially added on branch mach64-0-0-1-branch.

23 years agofile mach64_drv.h was initially added on branch mach64-0-0-1-branch.
Gareth Hughes [Mon, 27 Nov 2000 15:30:26 +0000 (15:30 +0000)]
file mach64_drv.h was initially added on branch mach64-0-0-1-branch.

23 years agoIntegrated bug fix from David S. Miller (a wait queue removal bug)
Jeff Hartmann [Tue, 21 Nov 2000 16:18:47 +0000 (16:18 +0000)]
Integrated bug fix from David S. Miller (a wait queue removal bug)

23 years agoSync with Linux 2.4.0-test11-pre5 Provide backward compatibility tested
Rik Faith [Wed, 15 Nov 2000 15:47:51 +0000 (15:47 +0000)]
Sync with Linux 2.4.0-test11-pre5 Provide backward compatibility tested
    against 2.2.18pre21
As usual, since all 2.4.0-test* kernels set LINUX_VERSION_CODE to the same
    value, if you are running a 2.4.0-test kernel, you MUST be running
    2.4.0-test11-pre4 or later (although anything after 2.4.0-test11-pre1
    should work fine -- I tested with pre4/pre5). I expect 2.2.x support to
    continue to work for all recent kernels, but I tested with 2.2.18pre21
    -- we use the old intermodule symbol communication for 2.2.x kernels,
    so they should all continue to work.

23 years agoMove .c to .h file
Rik Faith [Tue, 14 Nov 2000 21:35:00 +0000 (21:35 +0000)]
Move .c to .h file

23 years agofile radeon_state.c was initially added on branch ati-5-0-0-branch.
Kevin E Martin [Mon, 13 Nov 2000 23:35:02 +0000 (23:35 +0000)]
file radeon_state.c was initially added on branch ati-5-0-0-branch.

23 years agofile radeon_cp.c was initially added on branch ati-5-0-0-branch.
Kevin E Martin [Mon, 13 Nov 2000 23:35:02 +0000 (23:35 +0000)]
file radeon_cp.c was initially added on branch ati-5-0-0-branch.

23 years agoSplit agpsupport.c into pre-2.4.0 version and current version.
Rik Faith [Fri, 10 Nov 2000 18:27:33 +0000 (18:27 +0000)]
Split agpsupport.c into pre-2.4.0 version and current version.

23 years agomerge with 4.0.1d
David Dawes [Wed, 8 Nov 2000 00:07:17 +0000 (00:07 +0000)]
merge with 4.0.1d

23 years agoImport of XFree86 4.0.1d
David Dawes [Tue, 7 Nov 2000 22:10:46 +0000 (22:10 +0000)]
Import of XFree86 4.0.1d

23 years agoAdded multitexture fix to the mga drm driver
Jeff Hartmann [Wed, 1 Nov 2000 19:00:45 +0000 (19:00 +0000)]
Added multitexture fix to the mga drm driver

23 years agoMore changes for sync with Linux 2.4.0-test9-pre7
Rik Faith [Fri, 29 Sep 2000 02:05:41 +0000 (02:05 +0000)]
More changes for sync with Linux 2.4.0-test9-pre7

23 years agoAudit calls to schedule() Remove tags from files shared with Linux kernel
Rik Faith [Fri, 29 Sep 2000 01:47:11 +0000 (01:47 +0000)]
Audit calls to schedule() Remove tags from files shared with Linux kernel
    tree Remove debugging statements to make debugging more useful Other
    minor cleanups in preparation for sync with Linux 2.4.0-test9-pre7

23 years agoUse PG_reserved for things we remap non-cached
Jeff Hartmann [Thu, 28 Sep 2000 23:04:57 +0000 (23:04 +0000)]
Use PG_reserved for things we remap non-cached

23 years agoFixed two things Rik pointed out in the last commit
Jeff Hartmann [Thu, 28 Sep 2000 15:09:39 +0000 (15:09 +0000)]
Fixed two things Rik pointed out in the last commit

23 years agoMerged the mga-lock-debug-0-2-0-branch with the trunk. This includes
Jeff Hartmann [Wed, 27 Sep 2000 21:32:19 +0000 (21:32 +0000)]
Merged the mga-lock-debug-0-2-0-branch with the trunk. This includes
    several fixes including: (Jeff) Really disable multitexture (Broken
    since Mesa 3.4 integration.)
(Jeff) Various changes in mga_state.c in the kernel module, which includes
    a fix to the bug where the first OGL application hangs the machine
    w/out rendering anything. This also includes defines for the warp
    registers so they are easily human readable.
(Rik and Jeff) Fixed all the schedule loops in the kernel to look like they
    are supposed too.
(Jeff) Configurable agp modes: Add the option "AGPMode2x" or "AGPMode4x" to
    your XF86Config file.
(Rik) Various cleanups to the mga kernel driver to make it easier to read
    and debug.
(Rik) Removed alot of DRM_DEBUG statements from the kernel driver.

23 years agofile radeon_drv.c was initially added on branch radeon-1-0-0-branch.
Kevin E Martin [Wed, 27 Sep 2000 03:34:14 +0000 (03:34 +0000)]
file radeon_drv.c was initially added on branch radeon-1-0-0-branch.

23 years agofile radeon_drv.h was initially added on branch radeon-1-0-0-branch.
Kevin E Martin [Wed, 27 Sep 2000 03:34:14 +0000 (03:34 +0000)]
file radeon_drv.h was initially added on branch radeon-1-0-0-branch.

23 years agofile radeon_context.c was initially added on branch radeon-1-0-0-branch.
Kevin E Martin [Wed, 27 Sep 2000 03:34:14 +0000 (03:34 +0000)]
file radeon_context.c was initially added on branch radeon-1-0-0-branch.

23 years agofile radeon_drm.h was initially added on branch radeon-1-0-0-branch.
Kevin E Martin [Wed, 27 Sep 2000 03:34:14 +0000 (03:34 +0000)]
file radeon_drm.h was initially added on branch radeon-1-0-0-branch.

23 years agofile radeon_bufs.c was initially added on branch radeon-1-0-0-branch.
Kevin E Martin [Wed, 27 Sep 2000 03:34:14 +0000 (03:34 +0000)]
file radeon_bufs.c was initially added on branch radeon-1-0-0-branch.

23 years agofile radeon_dma.c was initially added on branch radeon-1-0-0-branch.
Kevin E Martin [Wed, 27 Sep 2000 03:34:14 +0000 (03:34 +0000)]
file radeon_dma.c was initially added on branch radeon-1-0-0-branch.

23 years agocommit xfree86 4.0.1d-pre update
Alan Hourihane [Sun, 24 Sep 2000 09:34:10 +0000 (09:34 +0000)]
commit xfree86 4.0.1d-pre update

23 years agoImport of XFree86 4.0.1d-pre (2)
Alan Hourihane [Sat, 23 Sep 2000 21:25:26 +0000 (21:25 +0000)]
Import of XFree86 4.0.1d-pre (2)

23 years agoImport of XFree86 4.0.1d-pre
Alan Hourihane [Fri, 22 Sep 2000 18:14:54 +0000 (18:14 +0000)]
Import of XFree86 4.0.1d-pre

23 years agofile mach64_drv.c was initially added on branch mach64-0-0-0-branch.
Gareth Hughes [Wed, 20 Sep 2000 05:25:18 +0000 (05:25 +0000)]
file mach64_drv.c was initially added on branch mach64-0-0-0-branch.

23 years agofile mach64_bufs.c was initially added on branch mach64-0-0-0-branch.
Gareth Hughes [Wed, 20 Sep 2000 05:25:18 +0000 (05:25 +0000)]
file mach64_bufs.c was initially added on branch mach64-0-0-0-branch.

23 years agofile mach64_context.c was initially added on branch mach64-0-0-0-branch.
Gareth Hughes [Wed, 20 Sep 2000 05:25:18 +0000 (05:25 +0000)]
file mach64_context.c was initially added on branch mach64-0-0-0-branch.

23 years agoMake management of current->state more correct.
Rik Faith [Tue, 19 Sep 2000 19:41:07 +0000 (19:41 +0000)]
Make management of current->state more correct.

23 years agoMake management of current->state correct (accidentally made incorrect when
Rik Faith [Tue, 19 Sep 2000 19:24:28 +0000 (19:24 +0000)]
Make management of current->state correct (accidentally made incorrect when
    fixing the trispd bug).

23 years agoCorrect sync with 2.4.0-test9-pre4 kernel.
Gareth Hughes [Tue, 19 Sep 2000 18:24:09 +0000 (18:24 +0000)]
Correct sync with 2.4.0-test9-pre4 kernel.