diff options
author | 2009-06-24 16:31:34 +0000 | |
---|---|---|
committer | 2009-06-24 16:31:34 +0000 | |
commit | e1818ec3b63e14be7072a27f3353b95737b3a0d7 (patch) | |
tree | f083952136156afb18b20b1e65404c06285a49d8 | |
parent | Trying to predict the cursor position for UTF-8 output in the same way as for (diff) | |
download | wireguard-openbsd-e1818ec3b63e14be7072a27f3353b95737b3a0d7.tar.xz wireguard-openbsd-e1818ec3b63e14be7072a27f3353b95737b3a0d7.zip |
add some pci ethernet devices that some people, like miod, might be using
-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 |