Valentin Shopov wrote: > On ISA only machine, > w/o "controller pci0 at nexus?" > in kernel config, after make depend: > > In file included from ../../i386/i386/nexus.c:74: > ../../pci/pcivar.h:192: pci_if.h: No such file or > directory > In file included from > ../../i386/i386/userconfig.c:132: > ../../pci/pcivar.h:192: pci_if.h: No such file or > directory > mkdep: compile failed > *** Error code 1 > > With "controller pci0 at nexus?" it's ok, and > kernel is running fine. But I don't need PCI code into > kernel on my ISA only machine.
I've fixed one of these, and was in the middle of patching the other one when I got a little sidetracked.. I need some sleep, I'm making silly mistakes. Anyway, If you want to run without pci, you'll have to tweak the nexus.c code a little so that it adds the isa bus always (just like on PC98). Cheers, -Peter To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message