FreeBSD: Set up the nouveau build infrastructure
authorRobert Noland <rnoland@2hip.net>
Mon, 16 Mar 2009 06:07:15 +0000 (01:07 -0500)
committerRobert Noland <rnoland@2hip.net>
Mon, 16 Mar 2009 06:17:00 +0000 (01:17 -0500)
commite8d34762558224bb76862425de965c47858f2afd
tree0d3cbcfd0fe10ceee2e1253e04de4e0393ad4dce
parentdec955d728505f060afccd047ff2b572cb4ba3c1
FreeBSD: Set up the nouveau build infrastructure

disabled by default until the rest of the patches are in.
38 files changed:
bsd-core/Makefile
bsd-core/nouveau/@ [new symlink]
bsd-core/nouveau/Makefile [new file with mode: 0644]
bsd-core/nouveau/machine [new symlink]
bsd-core/nouveau_dma.c [new symlink]
bsd-core/nouveau_dma.h [new symlink]
bsd-core/nouveau_drm.h [new symlink]
bsd-core/nouveau_drv.c [new file with mode: 0644]
bsd-core/nouveau_drv.h [new symlink]
bsd-core/nouveau_fifo.c [new symlink]
bsd-core/nouveau_irq.c [new symlink]
bsd-core/nouveau_mem.c [new symlink]
bsd-core/nouveau_notifier.c [new symlink]
bsd-core/nouveau_object.c [new symlink]
bsd-core/nouveau_reg.h [new symlink]
bsd-core/nouveau_sgdma.c [new file with mode: 0644]
bsd-core/nouveau_state.c [new symlink]
bsd-core/nouveau_swmthd.c [new symlink]
bsd-core/nouveau_swmthd.h [new symlink]
bsd-core/nv04_fb.c [new symlink]
bsd-core/nv04_fifo.c [new symlink]
bsd-core/nv04_graph.c [new symlink]
bsd-core/nv04_instmem.c [new symlink]
bsd-core/nv04_mc.c [new symlink]
bsd-core/nv04_timer.c [new symlink]
bsd-core/nv10_fb.c [new symlink]
bsd-core/nv10_fifo.c [new symlink]
bsd-core/nv10_graph.c [new symlink]
bsd-core/nv20_graph.c [new symlink]
bsd-core/nv40_fb.c [new symlink]
bsd-core/nv40_fifo.c [new symlink]
bsd-core/nv40_graph.c [new symlink]
bsd-core/nv40_mc.c [new symlink]
bsd-core/nv50_fifo.c [new symlink]
bsd-core/nv50_graph.c [new symlink]
bsd-core/nv50_grctx.h [new symlink]
bsd-core/nv50_instmem.c [new symlink]
bsd-core/nv50_mc.c [new symlink]