summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* We don't have a ISA specific shutdown routine at this time, so removeimp2006-06-031-1/+0
* Since we turn off the interrupts, we don't need to disestablishimp2006-06-031-13/+0
* - Switch on the full 32-bit device ID to avoid collisions between thejhb2006-06-032-205/+94
* Use PCI bus accessors rather than reading config registers directly tojhb2006-06-031-2/+3
* Move shutdown, and pci specific methods into pccbb_pci.c. Many moreimp2006-06-033-74/+67
* The interrupt routine is pci specific. Move it into pccbb_pci.c.imp2006-06-032-70/+71
* Fix a couple printf's to be properly terminated.imp2006-06-031-3/+3
* Succeed for writing bus value... nobody that calls must care :-(imp2006-06-031-1/+1
* Allow zero-length read/write operations to get through to theiedowse2006-06-031-5/+12
* allow this to compile cleanly under RELENG_4mjacob2006-06-031-0/+3
* add missed calls to bpf_peers_presentsam2006-06-028-13/+11
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-027-23/+24
* Make the code able to compile again in RELENG_4.mjacob2006-06-021-0/+1
* More checkpointing on the way toward really (finally)mjacob2006-06-024-110/+123
* Zero out the devices when they are deleted. We can access the pointer afterimp2006-06-021-1/+5
* Fix missing update to reflect change in scsi_inquiry data structure.mjacob2006-05-311-1/+1
* Pick reasonable alignment constraints so that wemjacob2006-05-311-27/+25
* Add a define for the Standard SD Host Controller Base Peripheral.imp2006-05-301-0/+1
* Move SiS 760 to where it belongs.jkim2006-05-302-2/+2
* Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Justmjacob2006-05-301-1/+1
* Fix various typos and brainos in last commit.phk2006-05-301-5/+4
* Spin until a request structure is available in the ioctl path.ps2006-05-301-2/+2
* Add acknowledgements to LSI-Logic for supportmjacob2006-05-299-0/+39
* + Change some debug messages to MPT_PRT_NEGOTIATE level (so wemjacob2006-05-291-74/+79
* Add a mpt_is_raid_volume function which will tell you whethermjacob2006-05-292-2/+20
* Add a MPT_PRT_NEGOTIATION print level.mjacob2006-05-291-0/+1
* Fix build with -Wundef.ru2006-05-292-4/+4
* When setting verbose, *set* it, don't *add* it.mjacob2006-05-291-1/+1
* If a zero-length bulk or interrupt transfer is requested then assumeiedowse2006-05-283-18/+17
* Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatsilby2006-05-281-3/+3
* Re-revert back to rev 1.8:silby2006-05-281-2/+2
* 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.silby2006-05-281-6/+21
* Use a more appropriate printf format for size_t.netchild2006-05-281-1/+1
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-2814-379/+812
* NULL out ii->stdstart and ii->stdend when they are invalid. Thisiedowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH foriedowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsiedowse2006-05-272-0/+20
* Work in progress toward fixing IM checked in after havingmjacob2006-05-276-80/+178
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-272-0/+165
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,netchild2006-05-2710-0/+4547
* Fix typo in printf string.simon2006-05-271-2/+2
* Update to new console api.phk2006-05-262-41/+12
* Convert to new console apiphk2006-05-262-30/+13
* Convert to new console interface.phk2006-05-261-9/+7
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.phk2006-05-263-27/+5
* Convert to use CONSOLE_DRIVER() macro:phk2006-05-261-43/+9
* Insert a '_' in the console function names to be more consistent withphk2006-05-261-17/+17
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-262-40/+2
* don't require a buffer if all we are doing is manipulating the GPIO pins...jmg2006-05-261-0/+9
* Get most of the way back to having Integrated Mirroring workmjacob2006-05-264-122/+160
OpenPOWER on IntegriCloud