Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/conf Enable USB 2.0 support so installs go a...
details: https://anonhg.NetBSD.org/src/rev/103b5e1ed841
branches: trunk
changeset: 366523:103b5e1ed841
user: sevan <sevan%NetBSD.org@localhost>
date: Fri Aug 31 18:11:20 2018 +0000
description:
Enable USB 2.0 support so installs go a little faster on systems which support
it.
Include support for USB Ethernet adapters and relevant PHY as a fallback if
onboard Ethernet port is unavailable for some reason.
diffstat:
sys/arch/macppc/conf/INSTALL | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (50 lines):
diff -r 1299dcf57d8c -r 103b5e1ed841 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL Fri Aug 31 17:35:06 2018 +0000
+++ b/sys/arch/macppc/conf/INSTALL Fri Aug 31 18:11:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.127 2018/05/11 22:51:33 macallan Exp $
+# $NetBSD: INSTALL,v 1.128 2018/08/31 18:11:20 sevan Exp $
#
# config file for INSTALL FLOPPY
#
@@ -95,6 +95,7 @@
#ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer
genfb* at pci? dev ? function ?
cbb* at pci? dev ? function ? # PCI-CardBus bridge
+ehci* at pci? dev ? function ? # Enhanced Host Controller
ohci* at pci? dev ? function ? # Open Host Controller
pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
acardide* at pci? dev ? function ? # Acard IDE controllers
@@ -130,6 +131,7 @@
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
tqphy* at mii? phy ? # TDK Semiconductor PHYs
ukphy* at mii? phy ? # generic unknown PHYs
+urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
cardslot* at cbb?
cardbus* at cardslot?
@@ -180,6 +182,7 @@
cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
+usb* at ehci?
usb* at ohci?
uhub* at usb?
uhub* at uhub? port ?
@@ -187,6 +190,16 @@
ukbd* at uhidev? reportid ?
umass* at uhub? port ? configuration ? interface ? # USB Mass Storage
+# USB Ethernet adapters
+aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
+axe* at uhub? port ? # ASIX AX88172 based adapters
+axen* at uhub? port ? # ASIX AX88178a/AX88179 based adapters
+cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
+cue* at uhub? port ? # CATC USB-EL1201A based adapters
+kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+url* at uhub? port ? # Realtek RTL8150L based adapters
+udav* at uhub? port ? # Davicom DM9601 based adapters
+
pseudo-device md # memory disk
#pseudo-device fss # file system snapshot device
pseudo-device loop # network loopback
Home |
Main Index |
Thread Index |
Old Index