Port-vax archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qe missing config reference to if_uba



Hello port-vax!
I was trying to compile a custom kernel on my VAXserver 3x00/KA655 and found that the linking was failing due to an unavailable reference.  I propose the following patch to resolve the issue:

diff --git a/sys/dev/qbus/files.uba b/sys/dev/qbus/files.uba
index 20c6e0c..2503b77 100644
--- a/sys/dev/qbus/files.uba
+++ b/sys/dev/qbus/files.uba
@@ -38,7 +38,7 @@ attach        qt at uba
 file   dev/qbus/if_qt.c                        qt

 # DEQNA/DELQA Ethernet controller
-device qe: ifnet, ether, arp
+device qe: ifnet, ether, arp, ifuba
 attach qe at uba
 file   dev/qbus/if_qe.c                        qe

--
Thanks and kind regards,
    _____    
   | * * |   Josh Moyer (he/him) <JMoyer%NODOMAIN.NET@localhost>
   |*(*)*|   http://jmoyer.nodomain.net/
    \ - /    http://www.nodomain.net/
     \//     
             Love, Responsibility, Justice
             Liebe, Verantwortung, Gerechtigkeit
             
             Please don't eat the animals.
             Thanks.


Home | Main Index | Thread Index | Old Index