diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 16:31:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-24 16:31:35 +0000 |
commit | 36039c7be1de701ad4e549744930032520fa8c6e (patch) | |
tree | 0d40afec21a35dad08a3f46f83bf319fbc4260ff /sys/arch | |
parent | d2c7c5ef77bdae3b0f8bb2cc9af2941494d30cb6 (diff) |
add some pci ethernet devices that some people, like miod, might be using
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP27 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP27 b/sys/arch/sgi/conf/GENERIC-IP27 index 4f91160f827..c69acb9f779 100644 --- a/sys/arch/sgi/conf/GENERIC-IP27 +++ b/sys/arch/sgi/conf/GENERIC-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP27,v 1.9 2009/06/24 11:38:40 deraadt Exp $ +# $OpenBSD: GENERIC-IP27,v 1.10 2009/06/24 16:31:34 deraadt Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. # @@ -129,6 +129,13 @@ wsdisplay* at udl? #### NICs dc* at pci? # 21143, "tulip" clone ethernet +fxp* at pci? # EtherExpress 10/100B ethernet +skc* at pci? # SysKonnect GEnesis 984x +sk* at skc? # each port of above +mskc* at pci? # Marvell Yukon-2 +msk* at mskc? # each port of above +bge* at pci? # Broadcom BCM57xx (aka Tigon3) +bnx* at pci? # Broadcom BCM5706/5708 GigE em* at pci? # Intel Pro/1000 ethernet ep* at pci? # 3Com 3c59x fxp* at pci? # EtherExpress 10/100B ethernet |