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/i386/conf/files.i386 | |
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/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index c63cc7e4896..646a765a9ea 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.198 2010/07/23 16:14:54 deraadt Exp $ +# $OpenBSD: files.i386,v 1.199 2010/10/14 21:23:04 pirofti Exp $ # # new style config file for i386 architecture # @@ -140,11 +140,6 @@ device gscpm attach gscpm at pci file arch/i386/pci/gscpm.c gscpm -# AMD Geode CS5536 PCI-ISA bridge -device glxpcib: isabus, gpiobus -attach glxpcib at pci -file arch/i386/pci/glxpcib.c glxpcib - # AMD Geode LX series MSR access device amdmsr attach amdmsr at mainbus |