summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Overhaul the entropy device:Mark Murray2003-11-175-123/+101
* move rate control change messages under ath_debugSam Leffler2003-11-171-2/+2
* o fix WEP use in hostap mode; need to reset the pointer to theSam Leffler2003-11-171-1/+2
* on a beacon miss try to reassociate before starting a scanSam Leffler2003-11-171-2/+9
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-1/+1
* Tweaked the siointr1() so that it works better at 921600 bps, especiallyBruce Evans2003-11-171-0/+5
* Don't waste so much space for the latency debugging buffer. Its sizeBruce Evans2003-11-161-10/+8
* Gross kludge:Warner Losh2003-11-161-0/+8
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.Bruce Evans2003-11-162-28/+38
* Fix comment typo.Shunsuke Akiyama2003-11-161-1/+1
* Make interrupt pipe interval time configurable.Shunsuke Akiyama2003-11-162-3/+56
* Apply some fixups in the driver_t's.Shunsuke Akiyama2003-11-162-2/+2
* Regen.Shunsuke Akiyama2003-11-162-2/+41
* Add vendor IDs, and device IDs supported by uplcom(4).Shunsuke Akiyama2003-11-162-0/+15
* Add missing ioctl functions.Shunsuke Akiyama2003-11-161-4/+19
* Localized the cy driver's locking.Bruce Evans2003-11-162-46/+40
* Implement Cx CPU idle states and updated throttling support.Nate Lawson2003-11-151-158/+780
* Add acpi_package.c with routines for validating packages and pullingNate Lawson2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsNate Lawson2003-11-151-1/+28
* Improve support for extended IRQ resources:John Baldwin2003-11-142-77/+127
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-1418-1/+55
* - Code cleanupPrafulla Deuskar2003-11-144-105/+48
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-1412-37/+18
* Remove duplicateJohan Karlsson2003-11-145-15/+0
* Despam the const poisoningWarner Losh2003-11-141-5/+5
* reconst poisonWarner Losh2003-11-141-10/+10
* Reconst-poison crc routine that was renamed to mchash.Warner Losh2003-11-141-5/+5
* fix broken _IOR usageMatt Jacob2003-11-141-1/+1
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-1320-245/+227
* It is obivous this started out as a copy of a Bill Paul driver so he hasDavid E. O'Brien2003-11-131-0/+30
* Add tunables.Hidetoshi Shimokawa2003-11-131-4/+10
* 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