summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-063-20/+17
* Tsk. Now that we're not using our own locks, we have to remembermjacob2002-09-061-0/+2
* Attach ACPI children a bit later in attach(), specifically after performingjhb2002-09-061-2/+3
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-061-1/+1
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-062-0/+24
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-052-7/+8
* Don't let children attach fast interrupts if the parent interrupt is normal.phk2002-09-041-2/+2
* Make consistent; turn spaces into tabs where there is a mixture.markm2002-09-041-21/+21
* Bring back the PUC_FASTINTR option, and implement it correctly so thatphk2002-09-042-2/+13
* 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
OpenPOWER on IntegriCloud