summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-103-3/+3
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-102-0/+15
* Fix for DELL PERC firmware. Driver was hangingemoore2003-01-091-2/+16
* Add support for the Davicom DM9009 chipset.trhodes2003-01-092-0/+4
* Dont probe PnP devices.sos2003-01-091-0/+4
* Fix typosos2003-01-091-1/+1
* - Add error messages for bulkxfer.simokawa2003-01-092-4/+7
* Merge from NetBSD and arrange for FreeBSD's slight differences inimp2003-01-092-817/+423
* Add detach, shutdown, suspend and resume methods.tmm2003-01-094-12/+142
* Split this into bus specific front end(s), so that it can be used by ppc.jake2003-01-084-279/+398
* Add detach, shutdown, suspend and resume methods. The latter two aretmm2003-01-083-42/+97
* Fix module dependancy name.obrien2003-01-081-1/+1
* Dont attach a Promise chip located behind a i960 bridge/chip.sos2003-01-081-2/+14
* Add support for the nVidia nForce2 ATA part.sos2003-01-082-10/+25
* Add code that works around the problem that the older Promisesos2003-01-081-11/+31
* 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
OpenPOWER on IntegriCloud