Author: sam Date: Mon Apr 13 21:04:53 2009 New Revision: 191024 URL: http://svn.freebsd.org/changeset/base/191024
Log: switch usb setup to usb2; it still doesn't work right but the old stuff is now removed and we want this to build Modified: head/tools/tools/nanobsd/gateworks/G2348 Modified: head/tools/tools/nanobsd/gateworks/G2348 ============================================================================== --- head/tools/tools/nanobsd/gateworks/G2348 Mon Apr 13 21:03:21 2009 (r191023) +++ head/tools/tools/nanobsd/gateworks/G2348 Mon Apr 13 21:04:53 2009 (r191024) @@ -108,16 +108,11 @@ options AH_DEBUG #options AH_ASSERT options AH_SUPPORT_AR5416 -# NB: must use old usb stack; new one does not work -makeoptions WITH_LEGACY # NB: required to get includes -device ousb +device usb #options USB_DEBUG -device oohci -device oehci -device ougen +device ohci +device ehci -device oaxe - -device oumass +device umass device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"