From 8abb0189ca4611823da7c7e4a895b12e7d3a2ee9 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 23 Dec 2005 21:54:56 +0000 Subject: [PATCH] Build ed on amd64. The pci attachment works with qemu on amd64. I'm holding off on building on sparc64 and others because I don't know if this driver has had all the inb/outb removed (I think it has). Nor do I know if there are byte ordering issues. There are very few word operations on an NE2000, but I've not had time to audit them all. Suggested by: Daniel O'Connor --- sys/modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index dc96e55e72d..e3ef85a76b0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -429,6 +429,7 @@ _ciss= ciss _cpufreq= cpufreq _digi= digi _drm= drm +_ed= ed _em= em _ext2fs= ext2fs _hptmv= hptmv