rename gpio -> macgpio to avoid conflicts with gpio framework
This commit is contained in:
parent
3faf969174
commit
c247bb3437
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.macppc,v 1.65 2005/08/10 14:39:25 macallan Exp $
|
||||
# $NetBSD: files.macppc,v 1.66 2005/09/27 14:34:15 macallan Exp $
|
||||
#
|
||||
# macppc-specific configuration info
|
||||
|
||||
|
@ -88,6 +88,7 @@ include "dev/rasops/files.rasops"
|
|||
device ofb: wsemuldisplaydev, rasops8
|
||||
attach ofb at pci
|
||||
file arch/macppc/dev/ofb.c ofb needs-flag
|
||||
file arch/macppc/dev/ofb_cons.c ofb needs-flag
|
||||
|
||||
# PCI-Host bridge chipsets
|
||||
device pchb
|
||||
|
@ -176,10 +177,10 @@ device awacs: audiobus, auconv, mulaw, aurateconv
|
|||
attach awacs at obio
|
||||
file arch/macppc/dev/awacs.c awacs
|
||||
|
||||
device gpio {}
|
||||
attach gpio at obio with gpio_obio
|
||||
attach gpio at gpio with gpio_gpio
|
||||
file arch/macppc/dev/gpio.c gpio
|
||||
device macgpio {}
|
||||
attach macgpio at obio with gpio_obio
|
||||
#attach gpio at macgpio with gpio_gpio
|
||||
file arch/macppc/dev/gpio.c macgpio
|
||||
|
||||
device macofcons: tty
|
||||
attach macofcons at pci
|
||||
|
|
Loading…
Reference in New Issue