diff options
author | 2008-05-26 12:37:23 +0000 | |
---|---|---|
committer | 2008-05-26 12:37:23 +0000 | |
commit | ddedcdda11cbf7d4ba37ada97b73239500ccb20e (patch) | |
tree | ea54250884c3c658b5479c0e083a45785a726097 | |
parent | reorg fields in structs inodesc and inoinfo to reduce size on some archs; from (diff) | |
download | wireguard-openbsd-ddedcdda11cbf7d4ba37ada97b73239500ccb20e.tar.xz wireguard-openbsd-ddedcdda11cbf7d4ba37ada97b73239500ccb20e.zip |
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 |