summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Tripmine for bad hardware.n_hibma2000-01-291-0/+4
* "Completed" the previous fix. Return ENOMEM on memory allocation failurebde2000-01-291-1/+8
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingwpaul2000-01-291-4/+8
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thiscg2000-01-292-2/+13
* Get the MEDIA_CHANGED status right here too.sos2000-01-281-2/+4
* Use atapi_test_ready not atapi_wait_ready, I need more sleep :(sos2000-01-281-1/+1
* Get the MEDIA_CHANGED status right.sos2000-01-282-2/+5
* Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIPsos2000-01-282-5/+8
* - Fix an issue that paniced the machine in data overrungroudier2000-01-281-3/+13
* Fix compilation on ISA only setups...sos2000-01-281-4/+3
* Cleanup the ata_dmainit function a bit.sos2000-01-282-33/+41
* Correct the list of error messages. It was incomplete.n_hibma2000-01-281-0/+3
* Regen.n_hibma2000-01-281-1/+1
* Correct the entry for the Kodak DC290.n_hibma2000-01-281-1/+1
* Oops, fix compile error due to the new way of storing the transfer mode.sos2000-01-281-6/+6
* Add support for detection of the ESS 1688 found on my Dell Latitude LMgallatin2000-01-281-0/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-286-74/+22
* The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.n_hibma2000-01-281-2/+2
* Move the defines to the right location.n_hibma2000-01-273-10/+18
* Add umass.cn_hibma2000-01-271-1/+2
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-277-43/+101
* handle simplex devices rightcg2000-01-261-1/+1
* Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-262-38/+43
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-262-2/+2
* Add commentsn_hibma2000-01-261-6/+27
* Make this lot build on alpha.dfr2000-01-253-4/+6
* * Don't use ivars to access resources, bus_set/get_resource is much better.dfr2000-01-251-10/+26
* Retry a bit more agressively on the atapi identify.sos2000-01-256-31/+57
* Add usbd_clear_endpoint_toggle(pipe) function.n_hibma2000-01-252-0/+9
* Correct subroutine names in DPRINTFn_hibma2000-01-251-5/+5
* Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*peter2000-01-252-2234/+2249
* General cleanup.sos2000-01-249-571/+613
* Add support for DM9102A boards with Davicom DM9801 HomePNA PHYs.wpaul2000-01-241-7/+77
* Update to driver 2.07roger2000-01-241-1/+2
* Update to driver 2.07roger2000-01-244-12/+47
* Fix a bug exposed by the previous commit. Do not use scp->font_size,yokota2000-01-241-2/+5
* The previous fix for the USB ugen device set configuration ioctl()n_hibma2000-01-241-4/+12
* Add a workaround to which allows alphas to reserve a port range whichdfr2000-01-241-1/+1
* Ack! I totally botched the pci probe routine which resulted in it tryingpeter2000-01-241-6/+10
* A bit more newbusification of si. This still isn't quite finished.peter2000-01-248-601/+747
* Fix plug and play support:imp2000-01-244-119/+97
* Initial attempt at newbusification of the specialix si/xio/sx driver.peter2000-01-233-470/+496
* Fix some warnings.peter2000-01-231-2/+2
* remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.peter2000-01-231-1/+0
* Fix a warning in DIAGNOSTIC code.peter2000-01-231-1/+1
* Remove #if 0'ed reference to isa_device->id_alivepeter2000-01-231-1/+0
* Check whether we can change config at all. If any of the endpointsn_hibma2000-01-231-1/+11
* Zap the vnodes for the control endpoint as well.n_hibma2000-01-231-0/+6
* Return ENXIO on error, not 0. Seems to have been skipped when convertingn_hibma2000-01-231-1/+1
* Some newbus-inspired tidy-ups. Use device_identify() rather than scanningpeter2000-01-238-255/+195
OpenPOWER on IntegriCloud