diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-15 22:27:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-15 22:27:54 +0000 |
commit | 7d501144194e45646a9b40ab87d4313a80408531 (patch) | |
tree | bdc9232e49f14d4782df07f168350888857055ec /sys/arch/amd64 | |
parent | 6c1d993ab3048631209562f45bbd8cbb45b1196e (diff) |
Simplify various parts of the puc(4) attachment code. Tested lightly
by krw and myself.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index a021096237d..f7ec52acd39 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.65 2011/11/14 15:06:16 deraadt Exp $ +# $OpenBSD: files.amd64,v 1.66 2011/11/15 22:27:52 deraadt Exp $ maxpartitions 16 maxusers 2 16 128 @@ -114,8 +114,6 @@ file arch/amd64/pci/pci_machdep.c pci file arch/amd64/pci/pciide_machdep.c pciide file arch/amd64/pci/vga_post.c vga_pci & x86emu -include "dev/puc/files.puc" - # PCI Host bridge chipsets device pchb: pcibus, agpbus attach pchb at pci |