diff options
author | marcel <marcel@FreeBSD.org> | 2002-11-11 01:50:10 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-11-11 01:50:10 +0000 |
commit | 017042d4f5067609c24b42d4d2fd6611b80f7711 (patch) | |
tree | 040a3ddbddd36074a11dd729c9bfaac9b8d7a132 | |
parent | 8746ce7cea341ae8fc2e05353a4ae0b9e1f72aaf (diff) | |
download | FreeBSD-src-017042d4f5067609c24b42d4d2fd6611b80f7711.zip FreeBSD-src-017042d4f5067609c24b42d4d2fd6611b80f7711.tar.gz |
Comment-out USB support. A kernel doesn't boot with it. Deal with it
later.
-rw-r--r-- | sys/ia64/conf/GENERIC | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 7372db7..562224b 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -157,16 +157,16 @@ device faith # IPv6-to-IPv4 relaying (translation) device bpf #Berkeley packet filter # USB support -device uhci # UHCI PCI->USB interface -device ohci # OHCI PCI->USB interface -device usb # USB Bus (required) -device ugen # Generic -device uhid # "Human Interface Devices" -device ukbd # Keyboard -device ulpt # Printer -device umass # Disks/Mass storage - Requires scbus and da0 -device ums # Mouse +#device uhci # UHCI PCI->USB interface +#device ohci # OHCI PCI->USB interface +#device usb # USB Bus (required) +#device ugen # Generic +#device uhid # "Human Interface Devices" +#device ukbd # Keyboard +#device ulpt # Printer +#device umass # Disks/Mass storage - Requires scbus and da0 +#device ums # Mouse # USB Ethernet -device aue # ADMtek USB ethernet -device cue # CATC USB ethernet -device kue # Kawasaki LSI USB ethernet +#device aue # ADMtek USB ethernet +#device cue # CATC USB ethernet +#device kue # Kawasaki LSI USB ethernet |