head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2009.02.24.23.27.59;	author thompsa;	state dead;
branches;
next	1.4;

1.4
date	2009.02.23.18.34.56;	author thompsa;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.13.19.05.10;	author thompsa;	state Exp;
branches;
next	1.2;

1.2
date	2008.12.30.20.13.20;	author rpaulo;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.30.19.46.06;	author rpaulo;	state Exp;
branches;
next	;


desc
@@


1.5
log
@SVN rev 189018 on 2009-02-24 23:27:59Z by thompsa

These are no longer needed.
@
text
@#
# USB2 -- Generic kernel configuration file for FreeBSD/amd64 with USBng
# stack.
#
# $FreeBSD: src/sys/amd64/conf/USB2,v 1.4 2009/02/23 18:34:56 thompsa Exp $

include GENERIC

ident		USB2-GENERIC

# Remove support for the old USB stack.
nodevice	uhci
nodevice	ohci
nodevice	ehci
nodevice	usb
nodevice	uhid
nodevice	ukbd
nodevice	ulpt
nodevice	umass
nodevice	ums
nodevice	ural
nodevice	rum
nodevice	zyd
nodevice	urio
nodevice	uscanner
# USB Serial devices
nodevice	u3g
nodevice	uark
nodevice	ubsa
nodevice	uftdi
nodevice	uipaq
nodevice	uplcom
nodevice	uslcom
nodevice	uvisor
nodevice	uvscom
# USB Ethernet, requires miibus
nodevice	aue
nodevice	axe
nodevice	cdce
nodevice	cue
nodevice	kue
nodevice	rue
nodevice	udav

#
# The following drivers belong to the new USB stack.
#

# USB core support
device          usb2_core

# USB controller support
device		usb2_controller
device		usb2_controller_ehci
device		usb2_controller_ohci
device		usb2_controller_uhci

# USB mass storage support
device		usb2_storage
device		usb2_storage_mass

# USB ethernet support, requires miibus
device		usb2_ethernet
device		usb2_ethernet_aue
device		usb2_ethernet_axe
device		usb2_ethernet_cdce
device		usb2_ethernet_cue
device		usb2_ethernet_kue
device		usb2_ethernet_rue
device		usb2_ethernet_dav

# USB wireless LAN support
device		usb2_wlan
device		usb2_wlan_rum
device		usb2_wlan_ral
device		usb2_wlan_zyd

# USB serial device support
device		usb2_serial
device		usb2_serial_ark
device		usb2_serial_bsa
device		usb2_serial_bser
device		usb2_serial_chcom
device		usb2_serial_cycom
device		usb2_serial_foma
device		usb2_serial_ftdi
device		usb2_serial_gensa
device		usb2_serial_ipaq
device		usb2_serial_lpt
device		usb2_serial_mct
device		usb2_serial_modem
device		usb2_serial_moscom
device		usb2_serial_plcom
device		usb2_serial_visor
device		usb2_serial_vscom

# USB bluetooth support
#device		usb2_bluetooth
#device		usb2_bluetooth_ng

# USB input device support
device		usb2_input
device		usb2_input_hid
device		usb2_input_kbd
device		usb2_input_ms

# USB sound and MIDI device support
#device		usb2_sound

# USB scanner support
device		usb2_image
device		usb2_scanner
@


1.4
log
@SVN rev 188944 on 2009-02-23 18:34:56Z by thompsa

Change over the usb kernel options to the new stack (retaining existing
naming). The old usb stack can be compiled in my prefixing the name with 'o'.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@SVN rev 187181 on 2009-01-13 19:05:10Z by thompsa

MFp4: //depot/projects/usb@@155990

	Add USB scanner support to USB2 config files.

Submitted by: Hans Petter Selasky
@
text
@a15 1
nodevice	ugen
a26 1
nodevice	ucom
@


1.2
log
@SVN rev 186610 on 2008-12-30 20:13:20Z by rpaulo

Disable USB bluetooth (needs netgraph built in) and USB audio (doesn't
compile).
@
text
@d111 4
@


1.1
log
@SVN rev 186608 on 2008-12-30 19:46:06Z by rpaulo

Add a kernel config file so that users have less difficulty testing
USBng.

If it makes sense, it could be done for arm/mips too.
@
text
@d100 2
a101 2
device		usb2_bluetooth
device		usb2_bluetooth_ng
d110 1
a110 1
device		usb2_sound
@

