diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-07-10 00:17:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-07-10 00:17:54 +0000 |
commit | 0af633a31cbf157e6c07aec8b769bf427eeb9aec (patch) | |
tree | c3287b3d9d157ab4b3749ff29e264e9b89505806 /sys | |
parent | a4650edc62ea2448c534f08b75bc1e8aa16ef010 (diff) |
+ixl (which was used to debug problems on T4-1)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 0efea9a5321..6b9601a04c5 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.122 2018/07/04 20:54:43 kn Exp $ +# $OpenBSD: RAMDISK,v 1.123 2019/07/10 00:17:53 deraadt Exp $ machine sparc64 maxusers 4 @@ -100,6 +100,7 @@ ne* at pci? # NE2000-compat ethernet cards epic* at pci? # SMC EPIC/100 ethernet em* at pci? # Intel Pro/1000 ethernet ix* at pci? # Intel 82598EB 10Gb ethernet +ixl* at pci? # Intel 700 Series Ethernet bge* at pci? # Broadcom BCM570x (aka Tigon3) bnx* at pci? # Broadcom BCM5706/5708 GigE stge* at pci? # Sundance TC9021 GigE |