summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Destroy the management device when detaching the driver.scottl2003-01-081-0/+3
* - Add acpi module binding.mdodd2003-01-081-3/+12
* Retry to get full device descriptor, this let my slow CD Tower device work.davidxu2003-01-081-1/+7
* Use bus_space_subregion to add offsets to bus handles instead of doingjake2003-01-082-4/+8
* The README refers to a LICENSE file, so add that file too.pdeuskar2003-01-071-0/+29
* - Fix print format for FreeBSD-4simokawa2003-01-071-3/+8
* Don't call fw_bus_probe() twice when successive self-id packets received.simokawa2003-01-072-2/+10
* Put the ASIC revision into the device description string so it appearsjdp2003-01-071-1/+10
* Don't reference the maxlen and flags fields in the ring control blocksjdp2003-01-062-57/+45
* Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptorstmm2003-01-063-216/+149
* - Convert to use bus_dmamap_load_mbuf().tmm2003-01-062-397/+155
* fix memory allocation problems and collateral damage:sam2003-01-062-71/+112
* Use device_printf() and s/fc->dev/fc->bdev/.simokawa2003-01-061-2/+2
* Fix fc->dev to fc->bdev.simokawa2003-01-061-1/+1
* Avoid casting pointers to int and using %x to print them.mike2003-01-051-4/+3
* Reduce diff to RELENG_4.simokawa2003-01-054-3/+65
* Syntax fix in fwohci_pci_suspend().simokawa2003-01-051-1/+2
* Fix the duplicate unlock of the pcm read channel in certain cases.green2003-01-051-1/+0
* - Change definition of fc->maxrec same as fwdev->maxrec.simokawa2003-01-054-34/+49
* Sync with zs.jake2003-01-051-239/+179
* - Remove speed_map API because speed_map is obsoleted by 1394a.simokawa2003-01-043-13/+8
* - Handle zero sized directory right way.simokawa2003-01-041-4/+5
* - Replace printf() with device_printf().simokawa2003-01-044-63/+36
* - Propagate suspend/resume to child devices.simokawa2003-01-045-38/+99
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.phk2003-01-031-21/+4
* Remove unused second argument from DEV_STRATEGY().phk2003-01-035-9/+9
* Remove unused second argument from BIO_STRATEGY()phk2003-01-032-6/+6
* - This damnable chip only has 1 status register for both ports, so the bitjake2003-01-021-9/+37
* Update to correct NetBSD Idimp2003-01-021-1/+1
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making suremjacob2003-01-021-5/+7
* Sync to 1.104 of usbdevsimp2003-01-022-2/+18
* Add NEODIO TURBOCONNECT (from NetBSD)imp2003-01-021-0/+4
* MFNetBSD through 1.42 (to be committed in a moment by me).imp2003-01-021-3/+4
* Do not print the value of sc pointer before is has been ininialized.kan2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.kan2003-01-021-1/+1
* It appears that the SANYO SCP-4900 needs similar quirks to theimp2003-01-011-0/+2
* Sync to usbdevs 1.103imp2003-01-012-2/+18
* Add Sanyo SCP-4900 phone. It needs quirks.imp2003-01-011-0/+4
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. Itimp2003-01-011-29/+1
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.jake2003-01-012-0/+1629
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0129-44/+44
* Experimental support for suspend/resume, not finished yet.simokawa2003-01-013-160/+182
* Reduce debug message.simokawa2003-01-011-0/+2
* - Retry phy access when the wait-loop count is exhausted.simokawa2003-01-013-5/+64
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-011-0/+1
* Fix and add several device IDs.simokawa2002-12-312-31/+38
* - Implement primal Configuration ROM parser.simokawa2002-12-312-15/+291
* Improve error checking of phy access and retry when error occurs.simokawa2002-12-311-16/+22
* Use UID_ and GID_ constants for uid and gid arguments to make_dev()rwatson2002-12-311-1/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-315-8/+13
OpenPOWER on IntegriCloud