summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't waste so much space for the latency debugging buffer. Its sizebde2003-11-161-10/+8
* Gross kludge:imp2003-11-161-0/+8
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.bde2003-11-162-28/+38
* Fix comment typo.akiyama2003-11-161-1/+1
* Make interrupt pipe interval time configurable.akiyama2003-11-162-3/+56
* Apply some fixups in the driver_t's.akiyama2003-11-162-2/+2
* Regen.akiyama2003-11-162-2/+41
* Add vendor IDs, and device IDs supported by uplcom(4).akiyama2003-11-162-0/+15
* Add missing ioctl functions.akiyama2003-11-161-4/+19
* Localized the cy driver's locking.bde2003-11-162-46/+40
* Implement Cx CPU idle states and updated throttling support.njl2003-11-151-161/+783
* Add acpi_package.c with routines for validating packages and pullingnjl2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsnjl2003-11-151-1/+28
* Improve support for extended IRQ resources:jhb2003-11-142-77/+127
* 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
OpenPOWER on IntegriCloud