diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-07-18 17:19:57 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-07-18 17:19:57 +0000 |
commit | d1acc5831683a713653255b27b1d42ef66825dfe (patch) | |
tree | 0d38fa0dc2551ca879ff1d88c3a4218d1f2cd3e6 /sys/src/9/pc64 | |
parent | d4eb08a86007787b046221fa6c76788fbec1f597 (diff) |
kernel: consistently add devbridge and netdevmedium to kernel configs
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/pc64 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64 index e385be7a6..e2fbb16f0 100644 --- a/sys/src/9/pc64/pc64 +++ b/sys/src/9/pc64/pc64 @@ -19,8 +19,8 @@ dev fs ether netif - bridge netif log - ip arp chandial ip ipv6 ipaux iproute netlog ethermedium nullmedium pktmedium inferno + bridge log + ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno draw screen vga vgax vgasoft mouse mouse @@ -79,9 +79,9 @@ link ethervirtio pci ethervirtio10 pci ethermedium -# pcmciamodem - netdevmedium loopbackmedium + netdevmedium +# pcmciamodem usbuhci pci usbohci pci usbehci pci usbehcipc |