n_hibma
07d47bbd5a
Remove disconnected method
1999-05-03 23:19:55 +00:00
n_hibma
d8fc93d6e0
Replace UE_GET_IN with UE_GET_DIR
...
Remove freeind of description. Is done by subr_bus.c.
1999-05-03 23:19:32 +00:00
n_hibma
9184cf2841
Replace UE_GET_IN with UE_GET_DIR
1999-05-03 23:18:11 +00:00
n_hibma
84a9dcacfc
Change '#if UKBD_DEBUG' to '#ifdef...'
...
Remove freeing of description on detach. Is done by subr_bus.c.
1999-05-03 23:16:05 +00:00
n_hibma
943f65fb32
Remove double removal of children of a hub. (remove disconnected method)
...
This was introduced when merging a patch for the newbus people.
And change the debugging flag from USB_DEBUG to UHUB_DEBUG.
1999-05-03 23:14:46 +00:00
n_hibma
8df2e191f0
Add URL to HID spec
1999-05-03 23:13:14 +00:00
n_hibma
3d37d2bd82
Clean up parts of struct shared between NetBSD and FreeBSD
1999-05-03 23:12:49 +00:00
n_hibma
532c7c2119
Clean up debugging output
1999-05-03 23:11:41 +00:00
n_hibma
dc26f6e750
Add driver for the Iomega Zip 100 drive.
1999-05-02 21:54:05 +00:00
n_hibma
7ee80e829b
Oops. Introduced a typo in one of previous commits.
1999-05-01 23:59:09 +00:00
n_hibma
73c36288d4
Clean up uhci_intr. Avoid acknowledging mutliple interrupts with
...
multiple writes.
1999-05-01 23:46:02 +00:00
n_hibma
49fc673347
Correct maximum error count in TD initialisation for transfer from 2 to 3.
1999-05-01 23:38:46 +00:00
n_hibma
a07ab31b2a
Clean up debugging output, rename printf to DPRINTF and set some
...
debugging levels to more sensible values.
1999-05-01 23:35:41 +00:00
n_hibma
8f05b071c5
Move the disabling of interrupts right before the allocation of the
...
resource. Avoids useless interrupts occurring between the allocation
of the interrupt resource and the final initialisation of the
kernel. Cause of these interrupts is unknown (a resuming device?).
1999-05-01 23:30:09 +00:00
n_hibma
2b59f38e38
Z direction was upside down.
...
Submitted By: MAEKAWA Masahide
1999-05-01 13:17:47 +00:00
n_hibma
bb2dfd9476
Added vendor OmniVision and camera
1999-05-01 13:16:35 +00:00
n_hibma
5b4e2f96f2
Forgot one.
...
Original log message:
Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience
but we can do without it.
Obtained from: Peter Wemm
1999-04-21 12:08:07 +00:00
n_hibma
4fc9be5267
Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience
...
but we can do without it.
1999-04-20 22:37:18 +00:00
n_hibma
2c5564134a
1) Change printf's into DPRINTF.
...
2) rename variables to be more conclusive.
3) fix a problem in uhci_ii_done. Avoid collecting all the status's of the
TD's, we only need to one from the last inactive one.
4) Change the errorcount from 2 to 3 (see UHCI spec.).
1999-04-20 21:35:27 +00:00
n_hibma
327d7faf3a
Add defines for Mass Storage Bulk-Only and COmmun. Class devices.
1999-04-20 21:25:29 +00:00
n_hibma
d96217d098
Enclose .hcidebug in '#ifdef N.HCI'
1999-04-20 21:10:43 +00:00
n_hibma
d87a4625d2
1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)
...
2) Sort the list again (Roger Hardiman)
3) Reinstate a piece of code to look for a name for a device
if none is found in the device itself.
1999-04-19 20:25:18 +00:00
n_hibma
1b83672628
UHCI_DEBUG should of course be OHCI_DEBUG
...
Reported by: MAEKAWA Masahide <bishop@rr.iij4u.or.jp>
1999-04-17 21:48:03 +00:00
peter
087d4857e5
Bring the 'new-bus' to the i386. This extensively changes the way the
...
i386 platform boots, it is no longer ISA-centric, and is fully dynamic.
Most old drivers compile and run without modification via 'compatability
shims' to enable a smoother transition. eisa, isapnp and pccard* are
not yet using the new resource manager. Once fully converted, all drivers
will be loadable, including PCI and ISA.
(Some other changes appear to have snuck in, including a port of Soren's
ATA driver to the Alpha. Soren, back this out if you need to.)
This is a checkpoint of work-in-progress, but is quite functional.
The bulk of the work was done over the last few years by Doug Rabson and
Garrett Wollman.
Approved by: core
1999-04-16 21:22:55 +00:00
n_hibma
94f89925ad
1) Make debugging more selective.
...
2) create function usbd_errstr which turns a usbd_status into a sensible
error message
3) Change the printf in DPRINTF to logprintf which is a define for
log(KERN_DEBUG, x)
1999-04-11 20:50:33 +00:00
n_hibma
b690dfd359
Applied patch for ukbd disconnect. Disconnect not fully functional
...
yet however.
Supplied by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-04-11 16:49:15 +00:00
n_hibma
52f5b264af
USBD_STALLED bit checking was inconsistent. Mixed use of == and &
...
Patch provided by: Kazutaka YOKOTA
1999-04-11 16:43:48 +00:00
n_hibma
d5c45d0bd8
Remove unit from struct. Not used anymore.
1999-04-11 16:22:57 +00:00
n_hibma
39dac26a0a
Reenable the recursive disconnection from a hub. Stop gap solution
...
until the newbus version of uhub.c is ready.
Submitted by: Kazutaka YOKOTA
1999-04-11 14:24:43 +00:00
n_hibma
60e587adbf
Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.
1999-04-11 14:24:20 +00:00
n_hibma
feebb94411
1) Add Lucent USS-720 eval kit
...
2) Rename Epson printer cable to proper name
1999-04-08 23:26:50 +00:00
n_hibma
ec9894f656
1) Add AKS USB-HASP 0.6
...
2) Rename Lucent -> Epson
(Undoes previous commit, Mike agrees)
1999-04-08 23:13:17 +00:00
msmith
2a8759eebd
Add the Lucent USS-720 ISD Smart Cable.
1999-04-08 20:50:51 +00:00
n_hibma
b25dcdb8cd
Added macro logprintf
1999-04-07 17:07:07 +00:00
n_hibma
c0d6e03792
fix typo
1999-04-06 23:09:58 +00:00
n_hibma
9ac433dd35
1) Add the defines for the Mass Storage class
...
2) Add comments
3) Add UE_DIR to replace the querying of UE_IN directly
1999-04-05 17:23:54 +00:00
n_hibma
4687fd7523
change wrong names in prototypes (pipe to dev)
1999-04-05 17:19:48 +00:00
n_hibma
cfe20bcac4
Add the defines for the Iomega Zip 100 drive
1999-04-05 17:12:46 +00:00
n_hibma
2b2b7fe409
bugfix: initialise timeout for usbd_device_request as well.
...
moved statements around to reflect sequence in the struct, to make
finding these discrepancies easier.
1999-04-05 17:01:52 +00:00
n_hibma
f82b2f5d46
added vision camera
1999-03-31 23:53:48 +00:00
n_hibma
41a1880724
Cleaning up of code, remove unneeded cruft and make
...
code more compact.
1999-03-27 23:08:44 +00:00
n_hibma
65f1192fbe
Added a number of device names: Konica, Microsoft, Macally
1999-03-24 07:46:53 +00:00
n_hibma
7e54723f10
Check whether the PIRQD enable bit is set in LegSup and if not, set it.
...
On my PIIX4 chip rev 1 this is required. Have not had any complaints from
other people so it might be a problem with this stepping.
1999-03-23 21:37:45 +00:00
n_hibma
19a0bccc49
1) clean up debugging output
...
2) remove erroneous querying of PCI LegSup register while it should be
fetched from PCI config space
3) change name of define for this register
1999-03-23 21:35:57 +00:00
n_hibma
10c53b0d51
Cosmetical changes.
1999-03-22 19:58:59 +00:00
n_hibma
f4b0f1726a
Implementation of the keyboard driver.
...
Done by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-03-22 19:55:30 +00:00
n_hibma
7dfa9c591c
Moved timeout initialisation a bit earlier in the process. The
...
untimeout function triggered panics once in a while.
1999-03-22 19:52:28 +00:00
n_hibma
c269952e17
Move untimeout up before call to uhci_ii_done, avoids panic in
...
untimeout.
Submitted by Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
and gehenna@jp.FreeBSD.org .
1999-03-08 22:27:07 +00:00
n_hibma
1ae726e27b
Bug fix: Trap 12 when ugen not present and therefore unattached physical
...
device removed.
1999-02-21 16:53:35 +00:00
n_hibma
97e0e8232b
Device unload code is broken, disabled. Requires a bit of redesign on the
...
part of the uhub driver to be able to fix it. Modules should not be
unloaded as they unload partially. Not easy to fix either.
1999-02-21 16:36:30 +00:00