diff options
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index f6d35fd625c..e503bb2d8c1 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.221 2008/03/29 01:07:17 cnst Exp $ +# $OpenBSD: GENERIC,v 1.222 2008/03/31 04:17:22 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -411,7 +411,7 @@ tht* at thtc? gem* at pci? # Sun 'gem' ethernet bce* at pci? # Broadcom BCM4401 et* at pci? # Agere/LSI ET1310 -#lii* at pci? # Attansic L2 Ethernet +lii* at pci? # Attansic L2 Ethernet # 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 a8bcd99c1b5..70ba18f50a8 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.82 2008/03/21 18:48:15 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.83 2008/03/31 04:17:22 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -274,7 +274,7 @@ nfe* at pci? # NVIDIA nForce Ethernet xge* at pci? # Neterion Xframe-I/II 10Gb ethernet bce* at pci? # Broadcom BCM4401 et* at pci? # Agere/LSI ET1310 -#lii* at pci? # Attansic L2 Ethernet +lii* at pci? # Attansic L2 Ethernet # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bed89b4dd50..6f36cd07a77 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.608 2008/03/29 01:07:17 cnst Exp $ +# $OpenBSD: GENERIC,v 1.609 2008/03/31 04:17:22 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -564,7 +564,7 @@ tht* at thtc? gem* at pci? # Sun 'gem' ethernet vic* at pci? # VMware VMXnet virtual interface et* at pci? # Agere/LSI ET1310 -#lii* at pci? # Attansic L2 Ethernet +lii* at pci? # Attansic L2 Ethernet # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 7cb5bc8b0f1..62728996ab0 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.150 2008/03/21 18:41:44 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.151 2008/03/31 04:17:22 brad Exp $ machine i386 # architecture, used by config; REQUIRED @@ -360,7 +360,7 @@ nfe* at pci? # NVIDIA nForce Ethernet xge* at pci? # Neterion Xframe-I/II 10Gb ethernet vic* at pci? # VMware VMXnet virtual interface et* at pci? # Agere/LSI ET1310 -#lii* at pci? # Attansic L2 Ethernet +lii* at pci? # Attansic L2 Ethernet # Wireless network cards acx* at pci? # TI ACX100/ACX111 (802.11b/g) |