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
thorpej
5e53e8bb6a
Add -ffreestanding to CFLAGS.
2001-12-28 07:48:39 +00:00
thorpej
23ed6be403
Always provide alloca() as __builtin_alloca().
2001-12-28 07:37:06 +00:00
thorpej
20f59a49c7
x86_64 doesn't use the "new toolchain" but it doesn't really use the
...
old one either. The "new toolchain" environment is closer to what we
want, however, for using the external toolchain currently required for
x86_64, so set USE_NEW_TOOLCHAIN for x86_64.
2001-12-28 06:57:41 +00:00
thorpej
2db4da1742
Fix some register constraints; specifically, the "port" operand,
...
if not an immediate, must be in a 16-bit register.
2001-12-28 06:42:40 +00:00
thorpej
670bf31890
Fix the definition of ELF32_MACHDEP_ENDIANNESS.
2001-12-28 06:35:19 +00:00
lukem
dc75a614e2
- Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden.
...
- If ${SHLIBDIR} != ${LIBDIR}, then set RTLD_DEFAULT_LIBRARY_PATH to
${SHLIBDIR}:${LIBDIR}
2001-12-28 05:44:22 +00:00
lukem
a5d8d0231c
if SHLINKDIR != /usr/libexec, install compat symlink
2001-12-28 05:30:24 +00:00
shin
b7e3f7d6e3
R4000/R4400 always detects virtual alias as if
...
primary cache size is 32KB. Actual primary cache size
is ignored wrt VCED/VCEI.
2001-12-28 04:06:06 +00:00
shin
f15b256063
check if curproc is invalid, and do panic.
...
otherwise, we can't useful backtrace.
Ex. address error in interrupt handler.
2001-12-28 02:13:14 +00:00
minoura
da0ba70058
Remove some error messages to reduce the size.
2001-12-28 02:12:55 +00:00
minoura
ccde23ea6d
Reflect reality.
2001-12-28 02:10:26 +00:00
toshii
f8c1bea196
Allow jornada720 LCD and keyboard to be used as a boot console.
2001-12-28 01:41:53 +00:00