diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-13 21:58:49 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-13 21:58:49 +0000 |
commit | 6456dd2893c411db21f3db586c37e06662d53044 (patch) | |
tree | a2413c4ac151592e8781d65cc02291c415d7004a /sys/arch | |
parent | 5f550ff68d37e6e03b6a2036c0aca610ca76fa88 (diff) |
add a couple of ethernet cards, xl appears to work, em by request.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index dcd3ba83f15..24c4dc7ccf3 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 2004/02/01 16:29:59 miod Exp $ +# $OpenBSD: GENERIC,v 1.3 2004/02/13 21:58:48 drahn Exp $ # $NetBSD: GENERIC,v 1.27.4.1 2002/08/01 04:18:06 lukem Exp $ # # GENERIC machine description file @@ -152,12 +152,14 @@ scsibus* at atapiscsi? # PCI network interfaces #en* at pci? dev ? function ? # ENI/Adaptec ATM #ep* at pci? dev ? function ? # 3C590 ethernet cards +em* at pci? dev ? function ? # Intel Pro/1000 ethernet fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B ne* at pci? dev ? function ? # NE2000 compat ethernet #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial dc* at pci? dev ? function ? # DECchip 21x4x and clones de* at pci? dev ? function ? # DECchip 21x4x and clones vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet +xl* at pci? dev ? function ? # 3C9xx ethernet #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 # MII/PHY support diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index acfcabf3cd9..500aafc2b64 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2004/02/01 16:29:59 miod Exp $ +# $OpenBSD: RAMDISK,v 1.3 2004/02/13 21:58:48 drahn Exp $ # $NetBSD: GENERIC,v 1.27.4.1 2002/08/01 04:18:06 lukem Exp $ # # GENERIC machine description file @@ -166,12 +166,14 @@ scsibus* at atapiscsi? # PCI network interfaces #en* at pci? dev ? function ? # ENI/Adaptec ATM #ep* at pci? dev ? function ? # 3C590 ethernet cards +em* at pci? dev ? function ? # Intel Pro/1000 ethernet fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B ne* at pci? dev ? function ? # NE2000 compat ethernet #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial dc* at pci? dev ? function ? # DECchip 21x4x and clones de* at pci? dev ? function ? # DECchip 21x4x and clones vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet +xl* at pci? dev ? function ? # 3C9xx ethernet #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 # MII/PHY support |