From a9d88b7ad90c92645919bc77e20af2c5e43e804d Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 12 Jul 2014 22:03:16 +0000 Subject: [PATCH] Add in missing brswphy(4) and the commented out USB entries. ok pirofti@ --- sys/arch/octeon/conf/RAMDISK | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- 2.20.1