Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Alphabetize.
details: https://anonhg.NetBSD.org/src/rev/c4d7a5a95c2e
branches: trunk
changeset: 486389:c4d7a5a95c2e
user: augustss <augustss%NetBSD.org@localhost>
date: Sat May 20 21:34:48 2000 +0000
description:
Alphabetize.
diffstat:
sys/arch/i386/conf/GENERIC | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (65 lines):
diff -r 5c4de35b75ec -r c4d7a5a95c2e sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat May 20 20:32:55 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat May 20 21:34:48 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.339 2000/05/19 10:23:36 veego Exp $
+# $NetBSD: GENERIC,v 1.340 2000/05/20 21:34:48 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.339 $"
+#ident "GENERIC-$Revision: 1.340 $"
maxusers 32 # estimated number of users
@@ -512,8 +512,10 @@
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
le* at pci? dev ? function ? # PCnet-PCI Ethernet
+lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
+rtk* at pci? dev ? function ? # Realtek 8129/8139
sip* at pci? dev ? function ? # SiS 900 Ethernet
tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet
@@ -522,8 +524,6 @@
#options TLP_MATCH_21140
#options TLP_MATCH_21142
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
-lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
-rtk* at pci? dev ? function ? # Realtek 8129/8139
# EISA network interfaces
ep* at eisa? slot ? # 3Com 3c579 Ethernet
@@ -582,8 +582,8 @@
# CardBus network cards
#ex* at cardbus? dev ? function ? # 3Com 3C575TX
#fxp* at cardbus? dev ? function ? # Intel i8255x
+#rtk* at cardbus? dev ? function ? # Realtek 8129/8139
#tlp* at cardbus? dev ? function ? # DECchip 21143
-#rtk* at cardbus? dev ? function ? # Realtek 8129/8139
# MII/PHY support
exphy* at mii? phy ? # 3Com internal PHYs
@@ -602,15 +602,15 @@
# USB Controller and Devices
# PCI USB controllers
+ohci* at pci? dev ? function ? # Open Host Controller
uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
-ohci* at pci? dev ? function ? # Open Host Controller
# CardBus USB controllers
#ohci* at cardbus? dev ? function ? # Open Host Controller
# USB bus support
+usb* at ohci?
usb* at uhci?
-usb* at ohci?
# USB Hubs
uhub* at usb?
Home |
Main Index |
Thread Index |
Old Index