diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2019-01-19 03:24:19 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2019-01-19 03:24:19 +0000 |
commit | 7d9d3ee1fbb989427a865c047461f2385c6223d7 (patch) | |
tree | 5c26447c08034c331a76d7caf40cff59b4ae9d2a /sys | |
parent | c9de23b39608966a029bf28ed0e5af00e286a99f (diff) |
now that it works, enable ixl(4) on amd64
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index dd880f70213..55fdaf6342b 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.465 2018/11/23 12:37:40 reyk Exp $ +# $OpenBSD: GENERIC,v 1.466 2019/01/19 03:24:18 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -518,6 +518,7 @@ ale* at pci? # Attansic L1E Ethernet lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet bnxt* at pci? # Broadcom BCM573xx, BCM574xx +ixl* at pci? # Intel Ethernet 700 Series # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index c2a472d65d8..8558f02884f 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.174 2019/01/17 01:27:59 mlarkin Exp $ +# $OpenBSD: RAMDISK_CD,v 1.175 2019/01/19 03:24:18 jmatthew Exp $ machine amd64 maxusers 4 @@ -241,6 +241,7 @@ lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet bnxt* at pci? # Broadcom BCM573xx, BCM574xx bwfm* at pci? # Broadcom FullMAC +ixl* at pci? # Intel Ethernet 700 Series acx* at pci? # TI ACX100/ACX111 (802.11b/g) acx* at cardbus? # TI ACX100/ACX111 (802.11b/g) |