diff options
author | 2016-03-30 01:28:51 +0000 | |
---|---|---|
committer | 2016-03-30 01:28:51 +0000 | |
commit | 9c9d993764fac3853a39b1bed1c34dec0c7fe33f (patch) | |
tree | 77855fe6ae2d8a66cbb1211cfe1af685629d6c06 | |
parent | Print address and irq in the same way as sdhc(4)and bytgpio(4). (diff) | |
download | wireguard-openbsd-9c9d993764fac3853a39b1bed1c34dec0c7fe33f.tar.xz wireguard-openbsd-9c9d993764fac3853a39b1bed1c34dec0c7fe33f.zip |
some oce(4) work, it appears
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 976e207f605..8a8e021f82e 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.300 2016/01/08 09:48:42 mpi Exp $ +# $OpenBSD: GENERIC,v 1.301 2016/03/30 01:28:51 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -85,6 +85,7 @@ em* at pci? # Intel Pro/1000 ethernet #ixgb* at pci? # Intel Pro/10Gb ethernet ix* at pci? # Intel 82598EB 10Gb ethernet myx* at pci? # Myricom Myri-10G 10Gb ethernet +oce* at pci? # Emulex OneConnect 10Gb ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) bnx* at pci? # Broadcom BCM5706/5708 GigE stge* at pci? # Sundance TC9021 GigE |