diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-12 19:57:53 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-12 19:57:53 +0000 |
commit | a49969373b9d0685b4f216720421b1e7115f31d0 (patch) | |
tree | 6b62b1d41b4885246605aa32c28fcb877ec23419 | |
parent | b227c857f4dbdf347515b7336ccc78d6f68d9ec5 (diff) |
include devices found on fuloong: com0, re and rgephy; ok miod@
-rw-r--r-- | sys/arch/loongson/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK index 991f36c911b..dd840abb2fd 100644 --- a/sys/arch/loongson/conf/RAMDISK +++ b/sys/arch/loongson/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2010/02/09 19:22:29 miod Exp $ +# $OpenBSD: RAMDISK,v 1.6 2010/02/12 19:57:52 otto Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -55,6 +55,7 @@ pckbd* at pckbc? wskbd* at pckbd? mux 1 pmsi* at pckbc? wsmouse* at pmsi? mux 0 +com0 at isa? port 0x2f8 irq 3 pciide* at pci? wd* at pciide? flags 0x0000 @@ -115,6 +116,7 @@ ugen* at uhub? # USB Generic driver # NICs ral* at pci? +re* at pci? rl* at pci? # Media Independent Interface (mii) drivers @@ -122,6 +124,7 @@ acphy* at mii? # Altima AC101 PHYs amphy* at mii? # AMD 79C873 PHYs bmtphy* at mii? # Broadcom 10/100 PHYs eephy* at mii? # Marvell 88E1000 series PHY +rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # RealTek 8139 internal PHYs urlphy* at mii? # Realtek RTL8150L internal PHY ukphy* at mii? # "unknown" PHYs |