summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-1418-1/+55
* - Code cleanuppdeuskar2003-11-144-105/+48
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-1412-37/+18
* Remove duplicatejohan2003-11-145-15/+0
* Despam the const poisoningimp2003-11-141-5/+5
* reconst poisonimp2003-11-141-10/+10
* Reconst-poison crc routine that was renamed to mchash.imp2003-11-141-5/+5
* fix broken _IOR usagemjacob2003-11-141-1/+1
* Try to create some sort of consistency in how the routings to find theobrien2003-11-1320-248/+230
* It is obivous this started out as a copy of a Bill Paul driver so he hasobrien2003-11-131-0/+30
* Add tunables.simokawa2003-11-131-4/+10
* Don't count PHY errors as input errors. This is important forsam2003-11-131-1/+9
* Save the device so we can do a device_printf.imp2003-11-133-76/+69
* Add vendor ID to make Marvell chipset work. E.g. to be foundwilko2003-11-122-0/+10
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-1215-314/+833
* Fix some typos.jhb2003-11-121-3/+3
* Reindent to non-style(9) compliant 4 space indent to match rest of file.jhb2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()jhb2003-11-121-0/+2
* Minor diff reduction with p4imp2003-11-121-1/+1
* Fix a harmless typo (use of res instead of rle: if rle is NULL, we'dimp2003-11-121-3/+4
* Improve debug message.simokawa2003-11-122-9/+9
* - Reserve a ocb for management ORB.simokawa2003-11-121-2/+6
* Oops, fix typo in my name.simokawa2003-11-122-4/+4
* Remove a gremlin so that this code compiles under -stable withoutjoe2003-11-121-1/+1
* Add ID for ALC658 CODEC.kuriyama2003-11-111-0/+1
* - Disable AGP on ALI chipsets if aperture size is 0.anholt2003-11-112-0/+9
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-112-0/+19
* o add lockingsam2003-11-112-61/+115
* Centralise mode setting. Instead of doing it in all subdrivers, dosos2003-11-117-43/+28
* Update the dump code to flush buffers at the end of the dumpsos2003-11-111-19/+25
* Fix a typo. Allow for the creator not being stdout.jake2003-11-111-9/+8
* Add a uart attachment/syscons keyboard driver for sun keyboards. In theoryjake2003-11-113-0/+738
* Allow uart to attach to keyboards that are not the firmware's notion ofjake2003-11-111-13/+34
* Fix sound LOR problems:scottl2003-11-113-108/+113
* Don't establish the ISR in the sn_activate routine. I've had twoimp2003-11-102-12/+11
* Reduce debug message.simokawa2003-11-101-0/+2
* * Improve sbp device probe in boot process.simokawa2003-11-101-15/+50
* Move 'guessing' code from the probe into the identify routine where it moreimp2003-11-102-160/+106
* MFNetBSD:joe2003-11-102-6/+5
* MFNetBSD:joe2003-11-101-1/+2
* MFNetBSD:joe2003-11-101-8/+11
* MFNetBSD:joe2003-11-101-0/+10
* MFNetBSD:joe2003-11-091-1/+2
* Revise the NetBSD revision control strings.joe2003-11-093-29/+3
* MFNetBSD:joe2003-11-096-15/+10
* Free the ata_request struct after we are done using it. This should stopscottl2003-11-091-2/+9
* Tweak the front end driver file listimp2003-11-091-31/+26
* Add my copyright to aha_isa.c to make it crystal clear its licenseimp2003-11-091-1/+25
* Let bus space manage softc.imp2003-11-094-56/+23
* Minor tweaks to make it behave better:imp2003-11-091-8/+18
OpenPOWER on IntegriCloud