diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 23:15:50 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-01 23:15:50 +0000 |
commit | cd885f1198963ef94705e2a9907db540238e32de (patch) | |
tree | 82ab15aad66e305a1dd75bfd9badbb3e13551660 /sys/arch | |
parent | 93cbb960703826f6db466358c056fd091931c482 (diff) |
add xge(4).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 4ab8e9989fc..f5b3b79189c 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.138 2006/05/31 03:25:08 dlg Exp $g +# $OpenBSD: GENERIC,v 1.139 2006/06/01 23:15:49 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -88,6 +88,7 @@ rtw* at pci? # Realtek 8180 vr* at pci? # VIA Rhine ethernet musycc* at pci? # Conexant HDLC controller art* at musycc? # Accoom Artery E1/T1 cards +xge* at pci? # Neterion Xframe-I/II 10Gb ethernet iop* at pci? # I2O processor ioprbs* at iop? # I2O arrays diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 67e154a2458..a3d8998213b 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.66 2006/05/31 03:25:08 dlg Exp $ +# $OpenBSD: RAMDISK,v 1.67 2006/06/01 23:15:49 brad Exp $ # # PPC GENERIC config file # @@ -80,6 +80,7 @@ stge* at pci? # Sundance TC9021 GigE an* at pci? # Cisco/Aironet 802.11DS wi* at pci? # WaveLAN IEEE 802.11DS vr* at pci? # VIA Rhine ethernet +xge* at pci? # Neterion Xframe-I/II 10Gb ethernet iop* at pci? # I2O processor ioprbs* at iop? # I2O arrays |