diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-26 12:37:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-26 12:37:24 +0000 |
commit | 0970de82ea66901ffdb8e4f8f7fc3a154783f414 (patch) | |
tree | e894c4c6323fca14bd85635c009a7303c198d681 | |
parent | be57d0968e190102680d0020e5dafafddf775384 (diff) |
Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit more
consistent).
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/socppc/conf/RAMDISK | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC index f4595f6fa26..2a9d4353be2 100644 --- a/sys/arch/socppc/conf/GENERIC +++ b/sys/arch/socppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2008/05/25 16:23:58 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.6 2008/05/26 12:37:23 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -68,4 +68,4 @@ tsec1 at obio? addr 0x25000 ivec 35 phy 5 rgephy* at mii? # Realtek 8169S/8110S PHY eephy* at mii? # Marvell 88E1000 series PHY gentbi* at mii? # Generic 1000BASE-X ten-bit PHY -ukphy* at mii? # generic unknown PHYs +ukphy* at mii? # Generic unknown PHY diff --git a/sys/arch/socppc/conf/RAMDISK b/sys/arch/socppc/conf/RAMDISK index 8fb84629af1..efd11cf85b0 100644 --- a/sys/arch/socppc/conf/RAMDISK +++ b/sys/arch/socppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2008/05/11 20:57:56 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.2 2008/05/26 12:37:23 kettenis Exp $ machine socppc powerpc @@ -58,6 +58,15 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB sd* at scsibus? +# On-board TSEC +tsec0 at obio? addr 0x24000 ivec 32 phy 17 +tsec1 at obio? addr 0x25000 ivec 35 phy 5 + +rgephy* at mii? # Realtek 8169S/8110S PHY +eephy* at mii? # Marvell 88E1000 series PHY +gentbi* at mii? # Generic 1000BASE-X ten-bit PHY +ukphy* at mii? # Generic unknown PHY + pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk |