aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't count PHY errors as input errors. This is important forSam Leffler2003-11-131-1/+9
* Save the device so we can do a device_printf.Warner Losh2003-11-133-76/+69
* Add vendor ID to make Marvell chipset work. E.g. to be foundWilko Bulte2003-11-122-0/+10
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-1215-313/+832
* Fix some typos.John Baldwin2003-11-121-3/+3
* Reindent to non-style(9) compliant 4 space indent to match rest of file.John Baldwin2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()John Baldwin2003-11-121-0/+2
* Minor diff reduction with p4Warner Losh2003-11-121-1/+1
* Fix a harmless typo (use of res instead of rle: if rle is NULL, we'dWarner Losh2003-11-121-3/+4
* Improve debug message.Hidetoshi Shimokawa2003-11-122-9/+9
* - Reserve a ocb for management ORB.Hidetoshi Shimokawa2003-11-121-2/+6
* Oops, fix typo in my name.Hidetoshi Shimokawa2003-11-122-4/+4
* Remove a gremlin so that this code compiles under -stable withoutJosef Karthauser2003-11-121-1/+1
* Add ID for ALC658 CODEC.Jun Kuriyama2003-11-111-0/+1
* - Disable AGP on ALI chipsets if aperture size is 0.Eric Anholt2003-11-112-0/+9
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overrideJohn Baldwin2003-11-112-0/+19
* o add lockingSam Leffler2003-11-112-61/+115
* Centralise mode setting. Instead of doing it in all subdrivers, doSøren Schmidt2003-11-117-43/+28
* Update the dump code to flush buffers at the end of the dumpSøren Schmidt2003-11-111-19/+25
* Fix a typo. Allow for the creator not being stdout.Jake Burkholder2003-11-111-9/+8
* Add a uart attachment/syscons keyboard driver for sun keyboards. In theoryJake Burkholder2003-11-113-0/+738
* Allow uart to attach to keyboards that are not the firmware's notion ofJake Burkholder2003-11-111-13/+34
* Fix sound LOR problems:Scott Long2003-11-113-108/+113
* Don't establish the ISR in the sn_activate routine. I've had twoWarner Losh2003-11-102-12/+11
* Reduce debug message.Hidetoshi Shimokawa2003-11-101-0/+2
* * Improve sbp device probe in boot process.Hidetoshi Shimokawa2003-11-101-15/+50
* Move 'guessing' code from the probe into the identify routine where it moreWarner Losh2003-11-102-158/+104
* MFNetBSD:Josef Karthauser2003-11-102-6/+5
* MFNetBSD:Josef Karthauser2003-11-101-1/+2
* MFNetBSD:Josef Karthauser2003-11-101-8/+11
* MFNetBSD:Josef Karthauser2003-11-101-0/+10
* MFNetBSD:Josef Karthauser2003-11-091-1/+2
* Revise the NetBSD revision control strings.Josef Karthauser2003-11-093-29/+3
* MFNetBSD:Josef Karthauser2003-11-096-15/+10
* Free the ata_request struct after we are done using it. This should stopScott Long2003-11-091-2/+9
* Tweak the front end driver file listWarner Losh2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseWarner Losh2003-11-091-1/+25
* Let bus space manage softc.Warner Losh2003-11-094-56/+23
* Minor tweaks to make it behave better:Warner Losh2003-11-091-8/+18
* Minor comment smithingWarner Losh2003-11-091-4/+4
* Fix typo in breaking up requests to size limit.Søren Schmidt2003-11-091-1/+1
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-0918-24/+24
* Make this driver a little more style(9) compliantWarner Losh2003-11-094-206/+176
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+1
* Move post dmamap_load processes into the callback function.Hidetoshi Shimokawa2003-11-081-19/+20
* I've had a couple of reports that the Sony Clie_40 doesn't need theJosef Karthauser2003-11-081-1/+1
* Remove the NOGIANT flag again, it was premature.Søren Schmidt2003-11-081-1/+1
* -WunusedWarner Losh2003-11-081-1/+1
* Remove channeling interrupts to IRQ1. Some chipsets don't do theWarner Losh2003-11-071-0/+7
* Ahh, the joys of badge engineering. Tell the sk driver that thePeter Wemm2003-11-072-0/+16