Port-vax archive

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

Re: qe missing config reference to if_uba



I find it a bit strange that this hasn't been noticed before. And isn't the same problem then the case with a bunch of other devices?

  Johnny

On 2025-04-19 23:27, Josh Moyer wrote:
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.

--
Johnny Billquist                  || "I'm on a bus
                                  ||  on a psychedelic trip
email: bqt%softjar.se@localhost             ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol



Home | Main Index | Thread Index | Old Index