summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Sigh. The fix to the suspend code wasn't complete, since the resumescottl2002-09-041-2/+2
* More in the continuing saga of phk vs his strange serial card.imp2002-09-041-80/+20
* Fix up a comment.jhb2002-09-041-2/+2
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-043-19/+16
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* Remove a debug printf.phk2002-09-031-2/+2
* Drop another cookie to wet Warners appetite:phk2002-09-031-0/+6
* Fix interrupt registration:phk2002-09-031-10/+3
* Style: fix a function whitespace stuff-up. Remove a debugging printf.phk2002-09-031-2/+3
* Style: move a global variable up to the top of the file.phk2002-09-031-3/+2
* Don't probe the interrupt on puc(4) attached devices.phk2002-09-031-1/+1
* - Improve AC97 presence check and move it from fm801_attach() to fm801_probe();sobomax2002-09-031-14/+93
* Turn off usage of SMP style locking until we sort out CAM.mjacob2002-09-032-21/+72
* Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64mjacob2002-09-031-0/+10
* Fix things so that:mjacob2002-09-014-34/+278
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-013-167/+73
* Use the correct bit value for a debug optionsscottl2002-09-011-1/+1
* Upgrade to latest QLogic f/w from their intranet site for 2100, 2200 andmjacob2002-09-013-15262/+15533
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from thejmallett2002-09-013-7/+6
* More cleaning up and unhacking:phk2002-08-315-152/+249
* Don't enable PUC_DEBUG by accidentphk2002-08-312-2/+0
* Split the puc driver in pci specific and generic parts.phk2002-08-314-98/+299
* Make modems work:imp2002-08-311-20/+23
* Different and more correct workaround for broken cards under NEWCARD:phk2002-08-311-4/+8
* Ignore all config entries which have a non-zero start I/O address.phk2002-08-311-0/+4
* Sync perforce Ids.gibbs2002-08-312-2/+2
* Identify new controllers and the aic7901A.gibbs2002-08-311-33/+55
* Hook up the endian macros.gibbs2002-08-311-28/+41
* Enable card interrupts in our OSM rather than in the core.gibbs2002-08-311-19/+29
* Correct lun representation during packetized operation.gibbs2002-08-311-44/+26
* Add a prefix to be used for assembler generated tables andgibbs2002-08-311-83/+62
* Convert to new assembler field syntax.gibbs2002-08-311-776/+834
* Updates for new non-packetized SCB-ID collision avoidance,gibbs2002-08-311-107/+125
* Identify the AIC7901A as such instead of an AIC7902.gibbs2002-08-311-477/+775
* If interrupts are disabled on the card, don't bother runninggibbs2002-08-311-1/+10
* Update Perforce Ids.gibbs2002-08-312-2/+2
* Move interrupt enable into the OSM.gibbs2002-08-311-168/+179
* Cleanup endian macros.gibbs2002-08-311-1/+44
* Enable card interrupts from the OSM.gibbs2002-08-311-9/+22
* Add a prefix to be used for assembler generated tables andgibbs2002-08-311-16/+22
* Convert to new assembler field syntax.gibbs2002-08-311-304/+330
* Drop the bus reset hold delay back down to 25us. The 250usgibbs2002-08-311-13/+32
* Add ahc_print_devinfo() to simplify some diagnostic output.gibbs2002-08-311-77/+289
* Pass unparsed serial eeprom information into the driver core.gibbs2002-08-311-34/+40
* Update assembler syntax and assembler to allow generation of registergibbs2002-08-3110-273/+566
* Tell the user about a failed IRQ mapping rather than fail silently.gibbs2002-08-311-2/+5
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.gibbs2002-08-301-1/+3
* Whitespace-only: don't mix tabs and spaces for doing identation.sobomax2002-08-301-16/+16
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-0/+5
* The aac driver needs 256K of contiguous physical memory in order toscottl2002-08-301-3/+4
OpenPOWER on IntegriCloud