Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add ixg* (commented out). Tested with ri...



details:   https://anonhg.NetBSD.org/src/rev/a281749e3efd
branches:  trunk
changeset: 1021368:a281749e3efd
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri May 28 07:33:02 2021 +0000

description:
Add ixg* (commented out). Tested with rin@'s AlphaServer DS10.

diffstat:

 sys/arch/alpha/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4ff9cb620dd3 -r a281749e3efd sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Fri May 28 05:42:06 2021 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Fri May 28 07:33:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.410 2020/09/28 03:30:47 thorpej Exp $
+# $NetBSD: GENERIC,v 1.411 2021/05/28 07:33:02 msaitoh Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.410 $"
+ident          "GENERIC-$Revision: 1.411 $"
 
 maxusers 32
 
@@ -311,6 +311,7 @@
 gsip*  at      pci? dev ? function ?           # NS DP83820 Gigabit Ethernet
 iha*   at      pci? dev ? function ?           # Initio INIC-940/950 SCSI
 isp*   at      pci? dev ? function ?           # Qlogic ISP 10x0 SCSI
+#ixg*  at      pci? dev ? function ?           # Intel 8259x 10G Ethernet
 pcn*   at      pci? dev ? function ?           # PCnet-PCI Ethernet
 sf*    at      pci? dev ? function ?           # Adaptec AIC-6915 Ethernet
 siop*  at      pci? dev ? function ?           # Symbios 53c8xx SCSI



Home | Main Index | Thread Index | Old Index