summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sigh. Ken Merry convinced me that my attempts to DTRT were wrong.mjacob2002-08-3010-321/+220
* Add 909A PCI id.mjacob2002-08-301-1/+9
* Add an additional copyright (with the express consent of LSI Logic) thatmjacob2002-08-3010-0/+310
* Fix a silly off my one error that caused crashes on resume in certainscottl2002-08-291-2/+2
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-293-18/+31
* Only try to flush the FIFO of 500 characters, return EIO if that fails.phk2002-08-281-1/+6
* Add a device description for Intel 82801CA/CAM (ICH3) USB controllerjoe2002-08-281-0/+5
* Change default value of hw.acpi.sleep_delay to 0.iwasaki2002-08-281-1/+1
* Marginally simplify dsp_open error handling by adding an early test toorion2002-08-281-68/+51
* Add a new command: show pciregs, equivalent to pciconf -lguido2002-08-281-0/+77
* printf -> CAM_DEBUG so debugging prints are tunable.njl2002-08-281-60/+47
* Use csio pointer instead of dereferencing hcb.njl2002-08-281-5/+5
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-277-0/+7
* Fix a bug about the cooling system controlling in acpi_thermal driver.iwasaki2002-08-272-11/+37
* Back out TX/RX descriptor/buffer management changes from earier commit.pdeuskar2002-08-262-216/+312
OpenPOWER on IntegriCloud