Module Name: src
Committed By: sevan
Date: Fri Aug 31 18:11:20 UTC 2018
Modified Files:
src/sys/arch/macppc/conf: INSTALL
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/arch/macppc/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/conf/INSTALL
diff -u src/sys/arch/macppc/conf/INSTALL:1.127 src/sys/arch/macppc/conf/INSTALL:1.128
--- src/sys/arch/macppc/conf/INSTALL:1.127 Fri May 11 22:51:33 2018
+++ src/sys/arch/macppc/conf/INSTALL Fri Aug 31 18:11:20 2018
@@ -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 @@ siop* at pci? dev ? function ? # NCR 53c
#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 @@ rlphy* at mii? phy ? # Realtek 8139/82
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 @@ atapibus* at atapi?
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 @@ uhidev* at uhub? port ? configuration ?
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