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/pc | |
parent | d4eb08a86007787b046221fa6c76788fbec1f597 (diff) |
kernel: consistently add devbridge and netdevmedium to kernel configs
Diffstat (limited to 'sys/src/9/pc')
-rw-r--r-- | sys/src/9/pc/pc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/9/pc/pc b/sys/src/9/pc/pc index 6ba1323ed..2dad42576 100644 --- a/sys/src/9/pc/pc +++ b/sys/src/9/pc/pc @@ -20,7 +20,7 @@ dev dtracy ether netif - bridge netif log + bridge log ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno draw screen vga vgax vgasoft @@ -81,9 +81,9 @@ link ethervirtio pci ethervirtio10 pci ethermedium - pcmciamodem - netdevmedium loopbackmedium + netdevmedium + pcmciamodem usbuhci pci usbohci pci usbehci usbehcipc |