summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note the PnP id's for the NMX2210 next to the id's where they are used.peter2000-01-231-2/+3
* Clean up some more loose ends..peter2000-01-232-2/+2
* Fix a bug in the last commit. >> 4 instead of >> 8. *bap*mdodd2000-01-231-6/+6
* Add the ID for the 3c509-TPC.mdodd2000-01-231-0/+12
* The pointer of the serial FIFO in the DSP seems to make an errortanimura2000-01-231-3/+22
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-224-7/+19
* There seems to be some problems, particularly on alpha, withmjacob2000-01-211-0/+5
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-211-0/+9
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Cardhosokawa2000-01-212-14/+19
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-212-0/+23
* Remove definition of the unimplemented "control" hook.archie2000-01-216-10/+4
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-205-10/+17
* Remove duplicate includen_hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.n_hibma2000-01-201-29/+37
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* - Add some comment from bde on the keyboard interrupt.yokota2000-01-202-22/+38
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* Unconditionally define sc_paste().yokota2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-204-5/+4
* Regen.wpaul2000-01-202-507/+625
OpenPOWER on IntegriCloud