move to sys/dev/sbus for lebuffer driver (old path never existed anyway)
This commit is contained in:
parent
36ee8a045b
commit
b8b9e0bd1e
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: files.sparc64,v 1.4 1998/07/21 17:36:04 drochner Exp $
|
# $NetBSD: files.sparc64,v 1.5 1998/07/27 05:52:21 mrg Exp $
|
||||||
|
|
||||||
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
|
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
|
||||||
# sparc64-specific configuration info
|
# sparc64-specific configuration info
|
||||||
|
@ -99,7 +99,7 @@ attach ledma at sbus
|
||||||
file arch/sparc64/dev/dma.c dma | ledma
|
file arch/sparc64/dev/dma.c dma | ledma
|
||||||
device lebuffer {}
|
device lebuffer {}
|
||||||
attach lebuffer at sbus
|
attach lebuffer at sbus
|
||||||
file arch/sparc64/dev/lebuffer.c lebuffer
|
file dev/sbus/lebuffer.c lebuffer
|
||||||
|
|
||||||
device esp: scsi, ncr53c9x
|
device esp: scsi, ncr53c9x
|
||||||
attach esp at sbus, dma, obio
|
attach esp at sbus, dma, obio
|
||||||
|
|
Loading…
Reference in New Issue