Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf Include two MII PHY drivers, as needed b...



details:   https://anonhg.NetBSD.org/src/rev/6dd76d76a475
branches:  trunk
changeset: 784561:6dd76d76a475
user:      phx <phx%NetBSD.org@localhost>
date:      Fri Feb 01 14:48:15 2013 +0000

description:
Include two MII PHY drivers, as needed by certain PCMCIA network cards.
More PHY drivers should be added when needed.

diffstat:

 sys/arch/amiga/conf/DRACO      |   4 ++--
 sys/arch/amiga/conf/GENERIC    |  22 ++++++++++++----------
 sys/arch/amiga/conf/GENERIC.in |  22 ++++++++++++----------
 sys/arch/amiga/conf/INSTALL    |  22 ++++++++++++----------
 4 files changed, 38 insertions(+), 32 deletions(-)

diffs (162 lines):

diff -r b2dc5cc4fe6c -r 6dd76d76a475 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Fri Feb 01 14:02:17 2013 +0000
+++ b/sys/arch/amiga/conf/DRACO Fri Feb 01 14:48:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.164 2013/01/29 21:06:15 rkujawa Exp $
+# $NetBSD: DRACO,v 1.165 2013/02/01 14:48:15 phx Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.164 $"
+#ident                 "GENERIC-$Revision: 1.165 $"
 
 
 maxusers       8
diff -r b2dc5cc4fe6c -r 6dd76d76a475 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Fri Feb 01 14:02:17 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Fri Feb 01 14:48:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.296 2013/01/29 21:06:16 rkujawa Exp $
+# $NetBSD: GENERIC,v 1.297 2013/02/01 14:48:15 phx Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.296 $"
+#ident                 "GENERIC-$Revision: 1.297 $"
 
 
 maxusers       8
@@ -456,19 +456,21 @@
 
 pccard0                at mainbus0
 pcmcia*                at pccard0
-com*           at pcmcia? function ?           # Modems and serial cards
-pcmcom*                at pcmcia? function ?           # PCMCIA multi-port serial cards
-aic*           at pcmcia? function ?           # Adaptec APA-1460 SCSI
+com*           at pcmcia? function ?   # Modems and serial cards
+pcmcom*                at pcmcia? function ?   # PCMCIA multi-port serial cards
+aic*           at pcmcia? function ?   # Adaptec APA-1460 SCSI
 wdc*           at pcmcia? function ?
-awi*           at pcmcia? function ?           # BayStack 650 (802.11FH)
-ep*            at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
-mbe*           at pcmcia? function ?           # MB8696x based Ethernet
-ne*            at pcmcia? function ?           # NE2000-compatible Ethernet
-sm*            at pcmcia? function ?           # Megahertz Ethernet
+awi*           at pcmcia? function ?   # BayStack 650 (802.11FH)
+ep*            at pcmcia? function ?   # 3Com 3c589 and 3c562 Ethernet
+mbe*           at pcmcia? function ?   # MB8696x based Ethernet
+ne*            at pcmcia? function ?   # NE2000-compatible Ethernet
+sm*            at pcmcia? function ?   # Megahertz Ethernet
 mhzc*          at pcmcia? function ?   # Megahertz Ethernet/Modem combo cards
 com*           at mhzc?
 sm*            at mhzc?
 
+nsphyter*      at mii? phy ?           # NS83843 PHYs
+ukphy*         at mii? phy ?           # generic unknown PHYs
 
 drsc0          at mainbus0             # DraCo scsi
 scsibus*       at drsc0
diff -r b2dc5cc4fe6c -r 6dd76d76a475 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Fri Feb 01 14:02:17 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Fri Feb 01 14:48:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.110 2013/01/29 21:04:55 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.111 2013/02/01 14:48:15 phx Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.110 $"
+#ident                 "GENERIC-$Revision: 1.111 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -537,19 +537,21 @@
 
 pccard0                at mainbus0
 pcmcia*                at pccard0
-com*           at pcmcia? function ?           # Modems and serial cards
-pcmcom*                at pcmcia? function ?           # PCMCIA multi-port serial cards
-aic*           at pcmcia? function ?           # Adaptec APA-1460 SCSI
+com*           at pcmcia? function ?   # Modems and serial cards
+pcmcom*                at pcmcia? function ?   # PCMCIA multi-port serial cards
+aic*           at pcmcia? function ?   # Adaptec APA-1460 SCSI
 wdc*           at pcmcia? function ?
-awi*           at pcmcia? function ?           # BayStack 650 (802.11FH)
-ep*            at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
-mbe*           at pcmcia? function ?           # MB8696x based Ethernet
-ne*            at pcmcia? function ?           # NE2000-compatible Ethernet
-sm*            at pcmcia? function ?           # Megahertz Ethernet
+awi*           at pcmcia? function ?   # BayStack 650 (802.11FH)
+ep*            at pcmcia? function ?   # 3Com 3c589 and 3c562 Ethernet
+mbe*           at pcmcia? function ?   # MB8696x based Ethernet
+ne*            at pcmcia? function ?   # NE2000-compatible Ethernet
+sm*            at pcmcia? function ?   # Megahertz Ethernet
 mhzc*          at pcmcia? function ?   # Megahertz Ethernet/Modem combo cards
 com*           at mhzc?
 sm*            at mhzc?
 
+nsphyter*      at mii? phy ?           # NS83843 PHYs
+ukphy*         at mii? phy ?           # generic unknown PHYs
 ')m4_dnl
 
 m4_ifdef(`DRACO_CONFIGURATION', `m4_dnl
diff -r b2dc5cc4fe6c -r 6dd76d76a475 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Fri Feb 01 14:02:17 2013 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Fri Feb 01 14:48:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.115 2013/01/29 21:06:16 rkujawa Exp $
+# $NetBSD: INSTALL,v 1.116 2013/02/01 14:48:15 phx Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.115 $"
+#ident                 "GENERIC-$Revision: 1.116 $"
 
 makeoptions    COPTS="-Os"
 
@@ -397,19 +397,21 @@
 
 pccard0                at mainbus0
 pcmcia*                at pccard0
-com*           at pcmcia? function ?           # Modems and serial cards
-pcmcom*                at pcmcia? function ?           # PCMCIA multi-port serial cards
-aic*           at pcmcia? function ?           # Adaptec APA-1460 SCSI
+com*           at pcmcia? function ?   # Modems and serial cards
+pcmcom*                at pcmcia? function ?   # PCMCIA multi-port serial cards
+aic*           at pcmcia? function ?   # Adaptec APA-1460 SCSI
 wdc*           at pcmcia? function ?
-awi*           at pcmcia? function ?           # BayStack 650 (802.11FH)
-ep*            at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
-mbe*           at pcmcia? function ?           # MB8696x based Ethernet
-ne*            at pcmcia? function ?           # NE2000-compatible Ethernet
-sm*            at pcmcia? function ?           # Megahertz Ethernet
+awi*           at pcmcia? function ?   # BayStack 650 (802.11FH)
+ep*            at pcmcia? function ?   # 3Com 3c589 and 3c562 Ethernet
+mbe*           at pcmcia? function ?   # MB8696x based Ethernet
+ne*            at pcmcia? function ?   # NE2000-compatible Ethernet
+sm*            at pcmcia? function ?   # Megahertz Ethernet
 mhzc*          at pcmcia? function ?   # Megahertz Ethernet/Modem combo cards
 com*           at mhzc?
 sm*            at mhzc?
 
+nsphyter*      at mii? phy ?           # NS83843 PHYs
+ukphy*         at mii? phy ?           # generic unknown PHYs
 
 drsc0          at mainbus0             # DraCo scsi
 scsibus*       at drsc0



Home | Main Index | Thread Index | Old Index