diff options
author | 2009-08-08 11:14:01 +0000 | |
---|---|---|
committer | 2009-08-08 11:14:01 +0000 | |
commit | a9f6d2d90dedbacdbb76e22c259962313541a27e (patch) | |
tree | 26dab0ded0d82edfbc54b6611902cc477f49e2a0 | |
parent | if the port is fc, populate the adapters scsi_link structure with the wwpn (diff) | |
download | wireguard-openbsd-a9f6d2d90dedbacdbb76e22c259962313541a27e.tar.xz wireguard-openbsd-a9f6d2d90dedbacdbb76e22c259962313541a27e.zip |
add alc(4) to the i386 and amd64 RAMDISK_CD configs
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 9f45ec503b3..1e750681255 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.104 2009/04/28 17:10:24 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.105 2009/08/08 11:14:01 kevlo Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -288,6 +288,7 @@ bce* at pci? # Broadcom BCM4401 vic* at pci? # VMware VMXnet virtual interface et* at pci? # Agere/LSI ET1310 age* at pci? # Attansic L1 Ethernet +alc* at pci? # Attansic L1C/L2C Ethernet ale* at pci? # Attansic L1E Ethernet lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 9ffc4147763..12d32c2b16a 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.170 2009/04/28 17:10:24 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.171 2009/08/08 11:14:01 kevlo Exp $ machine i386 # architecture, used by config; REQUIRED @@ -372,6 +372,7 @@ xge* at pci? # Neterion Xframe-I/II 10Gb ethernet vic* at pci? # VMware VMXnet virtual interface et* at pci? # Agere/LSI ET1310 age* at pci? # Attansic L1 Ethernet +alc* at pci? # Attansic L1C/L2C Ethernet ale* at pci? # Attansic L1E Ethernet lii* at pci? # Attansic L2 Ethernet jme* at pci? # JMicron JMC250/JMC260 Ethernet |