diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-09-10 21:21:40 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-09-10 21:21:40 +0000 |
commit | a0aee70bf932b64091baebe2cd8d561b095f50c6 (patch) | |
tree | 0499df61d443d78a383b90c75e6b0eca82405bd4 /sys/arch/i386/conf | |
parent | db2b86be1a77ed9cfc9f76cf71bd6a5453ce7698 (diff) |
Added dev/mii layer (commented out until something on i386 uses it)
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f805e528166..320d71aafa9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.76 1998/09/02 03:05:10 jason Exp $ +# $OpenBSD: GENERIC,v 1.77 1998/09/10 21:21:38 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -178,6 +178,12 @@ ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3c900/3c905 Ethernet +# Media Independent Interface (mii) drivers +#exphy* at mii? phy ? # 3Com internal PHYs +#inphy* at mii? phy ? # Intel 82555 PHYs +#nsphy* at mii? phy ? # NS and compatible PHYs +#qsphy* at mii? phy ? # Quality Semi QS6612 PHYs + pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 452d994a37f..8a200b39d81 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.32 1998/09/02 03:05:10 jason Exp $ +# $OpenBSD: RAMDISK,v 1.33 1998/09/10 21:21:39 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -184,6 +184,12 @@ ep* at pcmcia? port 0x300 size 0x10 irq 10 slot ? # PCMCIA based ep cards #fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3C900/3C905 ethernet cards +# Media Independent Interface (mii) drivers +#exphy* at mii? phy ? # 3Com internal PHYs +#inphy* at mii? phy ? # Intel 82555 PHYs +#nsphy* at mii? phy ? # NS and compatible PHYs +#qsphy* at mii? phy ? # Quality Semi QS6612 PHYs + pseudo-device loop 1 # network loopback pseudo-device sl 1 # CSLIP pseudo-device ppp 1 # PPP |