diff options
author | 2014-07-12 22:03:16 +0000 | |
---|---|---|
committer | 2014-07-12 22:03:16 +0000 | |
commit | a9d88b7ad90c92645919bc77e20af2c5e43e804d (patch) | |
tree | 1dcbe66bbcd83638c8dd135fc42602ea4a1b543d | |
parent | uyap: your call has been disconnected (diff) | |
download | wireguard-openbsd-a9d88b7ad90c92645919bc77e20af2c5e43e804d.tar.xz wireguard-openbsd-a9d88b7ad90c92645919bc77e20af2c5e43e804d.zip |
Add in missing brswphy(4) and the commented out USB entries.
ok pirofti@
-rw-r--r-- | sys/arch/octeon/conf/RAMDISK | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK index 474bcbe7f6b..341ba167fb9 100644 --- a/sys/arch/octeon/conf/RAMDISK +++ b/sys/arch/octeon/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2014/06/10 12:41:10 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.14 2014/07/12 22:03:16 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -62,12 +62,22 @@ pciide* at pci? flags 0x0000 # IDE hard drives wd* at pciide? flags 0x0000 +# USB Controllers +#octhci* at iobus0 + +# USB bus support +#usb* at octhci? + +# USB devices +#uhub* at usb? # USB Hubs + cn30xxgmx* at iobus? cnmac* at cn30xxgmx? rgephy* at mii? ukphy* at mii? atphy* at mii? +brswphy* at mii? pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter |