Commit Graph

90088 Commits

Author SHA1 Message Date
junyoung
dde1e51a31 Add functions needed for access to CRTC registers. 2001-12-29 17:40:35 +00:00
junyoung
ea3be41a59 KNF. 2001-12-29 17:06:50 +00:00
augustss
93f9b36aad Add a debug message. 2001-12-29 16:15:42 +00:00
wiz
ecc52c5854 Typo fix in error message. 2001-12-29 15:45:52 +00:00
augustss
496dc72437 Add some definitions from the USB OTG (On The Go) spec. 2001-12-29 15:44:11 +00:00
augustss
7fa3bfca8b Update man page to reflect that the boot protocol is no longer required
for keyboards.
2001-12-29 15:12:32 +00:00
pooka
065a38a17f regen 2001-12-29 15:01:23 +00:00
pooka
e42e0310b4 Socket Communications Low-Power CF WLAN 2001-12-29 15:00:45 +00:00
augustss
4ba530c938 Add description of USB_GET_REPORT_ID. 2001-12-29 14:41:59 +00:00
augustss
9cef2a3db7 Add an XXX comment. 2001-12-29 14:25:47 +00:00
augustss
01eafb2239 Add some IrDA names. 2001-12-29 14:24:54 +00:00
augustss
9dd24c8a92 Regen. 2001-12-29 14:08:02 +00:00
augustss
5f958aabb7 Fix a typo. 2001-12-29 14:07:45 +00:00
augustss
8164bd8bae Move some USB device quirks to the umass_quirk table. 2001-12-29 14:06:18 +00:00
augustss
b965a7d6eb Remove some quirk entries that are handled in umass_quirk now. 2001-12-29 13:55:02 +00:00
augustss
414b3c7766 Always set the PQUIRK_ONLYBIG quirk for SCSI devices. 2001-12-29 13:52:21 +00:00
augustss
276b009425 Introduce a field, busquirks, in the umass quirk table that is passed
directly to the quirk field for the bus.
2001-12-29 13:46:23 +00:00
ichiro
a926e1d151 done - Make fwohci detach correctly (for cardbus/etc type interfaces) 2001-12-29 12:28:05 +00:00
ichiro
fc50aac093 implement fwohci detach routine. 2001-12-29 12:26:31 +00:00
wiz
1af51d0cde Sort SEE ALSO. 2001-12-29 11:53:48 +00:00
augustss
e6bd479028 Add the new names for uhidev. 2001-12-29 10:53:13 +00:00
augustss
59473972d2 Only pull in HID processing if a driver needs it. 2001-12-29 10:50:55 +00:00
takemura
4ff1a4256d Commented out the line which install interrupt handler because sg2com
interrupt port is unknown and it doesn't work at all.
2001-12-29 09:26:23 +00:00
ichiro
63a6896a6c regen 2001-12-29 08:32:06 +00:00
ichiro
78efe121bf add product
IBM Smart Capture Card II
2001-12-29 08:31:01 +00:00
yamt
7cd60a32fc fix a bug that uninitialised buffer is used when LANG is like "en_US". 2001-12-29 05:54:36 +00:00
thorpej
4adc65cb8e We also need the i386 header files; descend into ../i386/include to
install them.
2001-12-29 05:32:59 +00:00
takemura
37728140db Added debugging output indicating details of interrupt register setting. 2001-12-29 05:15:32 +00:00
takemura
dce583bd28 Added sg2com(SigmarionII sertial). 2001-12-29 04:27:33 +00:00
augustss
602f0d211b Xref uhidev(4). 2001-12-29 03:10:41 +00:00
augustss
30b371e7e3 Improve language. 2001-12-29 03:06:41 +00:00
augustss
750a5959b8 Add some missing scan code translations. Docs from Microsoft via Perry Metzger. 2001-12-29 02:53:41 +00:00
thorpej
989d1769bc Add a linker script for the NetBSD/x86_64 kernel; provides _etext
in the place that we want for the kernel (after all read-only sections).
2001-12-29 02:24:06 +00:00
wiz
051442934d Add libusbhid. 2001-12-28 23:06:30 +00:00
wiz
01647a6cc5 Update for rename from usb to usbhid. 2001-12-28 23:06:02 +00:00
christos
49b8e36112 Clean up the C_ and S_ constants. We don't really need two sets of them.
Also make the interrupt handler for older 3com cards look like the xl one.
I.e. don't ack the interrupt latch bit before checking if it is set.
At the same time, introduce constants for the watched interrupts, so that
we don't copy them all over the place.
2001-12-28 20:35:46 +00:00
augustss
6f4fe92a35 s/usb/usbhid/ 2001-12-28 18:25:24 +00:00
augustss
afd80b96ed usb(3) is dead, long live usbhid(3). 2001-12-28 18:00:56 +00:00
augustss
c10feb636c libusb(3) is obsolete. 2001-12-28 17:53:35 +00:00
augustss
0519f15d3d Update for libusbhid(3) changes. 2001-12-28 17:49:31 +00:00
augustss
8ac1932ef2 Update for uhidev(4) changes.
Also rename libusb to libusbhid (which is a much better name).
2001-12-28 17:45:25 +00:00
augustss
7eb96c2035 Add uhidev(4). 2001-12-28 17:39:19 +00:00
augustss
d8cabaed5a Update for uhidev(4). 2001-12-28 17:38:00 +00:00
augustss
b53ea42bf0 Update for new uhidev device attachment. 2001-12-28 17:37:01 +00:00
augustss
935b0481a9 Introduce an extra driver level for HID devices, uhidev. This uhidev driver
attaches to the hub, and HID drivers (ums, ukbd, and uhid) attach to
uhidev.  The reason for this change is that some HID devices report multiple
components (like a keyboard and a mouse) using the same interface, but with
different report identifiers.  The report identifier can be specified with
a locator for the HID drivers.
Furthermore, change the ukbd driver to handle other formats than the boot
protocol.
2001-12-28 17:32:36 +00:00
mason
131d9bffea vnconfig called incorrectly - it wants either a simple "vnd0" or a full path
to a raw device, not a full path to a cooked device.
2001-12-28 16:34:50 +00:00
augustss
f2297abff9 Add Pause/Play key. 2001-12-28 15:05:19 +00:00
itohy
818f391658 Move this figure to more suitable place:
http://www.netbsd.org/Documentation/Hardware/Chips/C-Media/cmi8738-mixer.fig
2001-12-28 14:02:48 +00:00
martin
b506d6e135 Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.
2001-12-28 12:21:52 +00:00
thorpej
73b83787ee Don't put CPP flags in CFLAGS. 2001-12-28 07:49:26 +00:00