diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2010-10-14 21:23:06 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2010-10-14 21:23:06 +0000 |
commit | 9c9cf5e82e30158f5b322404363bb7ad65ffbe6d (patch) | |
tree | b70fe0c98526bc9850ed7f97363efb6b6756a764 /sys/arch/loongson/conf | |
parent | db174ed465747271bae79ec96239d613fc347f3d (diff) |
Move glxpcib(4) to MI land unifying the two MD drivers.
Specific features of the companion chip will be handled in MD land.
Okay deraadt@.
Diffstat (limited to 'sys/arch/loongson/conf')
-rw-r--r-- | sys/arch/loongson/conf/files.loongson | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/loongson/conf/files.loongson b/sys/arch/loongson/conf/files.loongson index 8f8e6bca732..12844557fae 100644 --- a/sys/arch/loongson/conf/files.loongson +++ b/sys/arch/loongson/conf/files.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: files.loongson,v 1.12 2010/09/01 04:52:41 miod Exp $ +# $OpenBSD: files.loongson,v 1.13 2010/10/14 21:23:04 pirofti Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 @@ -65,11 +65,6 @@ file arch/loongson/dev/bonito.c bonito # AMD Geode CS5536 companion chip file arch/loongson/dev/glx.c bonito & pci -# AMD Geode CS5536 PCI-ISA bridge -device glxpcib: isabus, gpiobus -attach glxpcib at pci -file arch/loongson/dev/glxpcib.c glxpcib - # Other PCI-ISA bridges device pcib: isabus attach pcib at pci |