diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-07-12 22:03:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-07-12 22:03:17 +0000 |
commit | efd938829cb58c5d78f890e743b4b495486d11f8 (patch) | |
tree | 46ce8e1863757d2e2b7a503789c42018d43dd2dc /sys | |
parent | 837b3b4e514d07d193cecbd91b697a632d664f3a (diff) |
Add in missing brswphy(4) and the commented out USB entries.
ok pirofti@
Diffstat (limited to 'sys')
-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 |