summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* A patch to support Palm Tungsten T via USB-Cradle.julian2005-05-041-17/+76
* Reshape the dma code to be a bit more flexible so it can cope withsos2005-05-038-329/+289
* Properly mask off the status bits when checking to see if the ccb is stillscottl2005-05-031-1/+1
* The driver looks like it can create valid 64-bit scatter-gather lists, soscottl2005-05-031-4/+4
* The kthread is disabled at this time, so don't try to wake it up onscottl2005-05-031-0/+2
* Fix some busdma API violations in the dumpsys handler.scottl2005-05-021-2/+7
* Always attach a subdisk even if no valid metadata found.sos2005-05-021-1/+2
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-015-296/+625
* Update on the last commit, the dma* funciton needs to be called withsos2005-05-014-19/+19
* Go back to the old way of finding the Promise metadata, the new way wassos2005-05-011-1/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-3019-583/+601
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on thevkashyap2005-04-291-2/+12
* Now that probing is working in the new fashion, we need to go back tosos2005-04-294-193/+165
* Add a detach for pci bridge and pci bus drivers. This allows one toimp2005-04-292-0/+2
* Only create the rdpti alias if the asr device creation succeeds.scottl2005-04-291-1/+2
* Don't bother pretending that CAM will send CAM_DATA_PHYS pointers. It'sscottl2005-04-291-5/+1
* In pcib_alloc_resource() check if the resource allocation request ismarcel2005-04-291-0/+16
* Add pci_is_vga_ioport_range() and pci_is_vga_memory_range() as inlinemarcel2005-04-291-0/+18
* Add defines for the Bridge Control Register bits.marcel2005-04-291-0/+13
* Provide a default setmode method.sos2005-04-284-36/+9
* Rearrange the way the reset code is called.sos2005-04-286-14/+18
* Add support for the P600 and name the E400.ps2005-04-281-1/+2
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-284-21/+78
* Make the Z8530 more reliable as low-level console by making use of themarcel2005-04-271-3/+3
* Add code from Kazuhito HONDA that allows the user to seejulian2005-04-273-0/+157
* I missed a s/nv/nve/.obrien2005-04-261-1/+1
* Remove an extra mutex unlock in the morpheus interrupt handler.scottl2005-04-261-1/+4
* Fix a bug introduced in r1.89 thats caused leak of requests, and possiblysos2005-04-261-1/+1
* Remove the extra EEPROM reload step I added before. vge_reset()wpaul2005-04-251-2/+0
* Apply a torniquet to the problem of the drive unexpectedly disconnectingscottl2005-04-251-1/+9
* Correct the if_link_state_change() logic: when the link went down,wpaul2005-04-251-2/+2
* Reading the EEPROM to learn the station address doesn't seem to workwpaul2005-04-251-0/+11
* Deal with failed malloc calls[1].bz2005-04-251-0/+22
* Cosmeticssos2005-04-254-38/+26
* Only try to allocate and use the SATA resource if they are enabledsos2005-04-251-44/+40
* Retire the musycc E1/T1 driverphk2005-04-251-1567/+0
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-245-149/+92
* Fix a panic on X startup for drivers that don't init maps themselves by storinganholt2005-04-241-1/+1
* Fix the order of the lowaddr,highaddr arguments in the parent tag. Thisscottl2005-04-241-1/+1
* Be more conservative when enabling extended features. There are fxp(4)mux2005-04-222-3/+7
* Sort Oxford Semi entires. Add entry for OXCB950, a PCI/CardBusimp2005-04-221-13/+22
* If we get interrupted during a data phase and the DMA engine is stillscottl2005-04-221-0/+6
* Add a microcode to implement receive bundling for 82551 chipsets withmux2005-04-213-20/+152
* Enable extended RFDs and TCBs, and thus checksum offloading, formux2005-04-211-2/+1
* Rehash the timeout code to make it more simple.sos2005-04-214-169/+118
* Add the tunable "debug.acpi.max_threads" to allow users to set thenjl2005-04-212-4/+10
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-206-12/+5
* When a rebuild is done, properly mark the arrays as functional again.sos2005-04-201-1/+17
* Properly hook in devices found by SATA connect events.sos2005-04-203-4/+3
* Remove dead variable.jkoshy2005-04-201-3/+2
OpenPOWER on IntegriCloud