summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches thenjl2003-11-261-49/+48
* Write the correct value to `td_be' for the second and furtheriedowse2003-11-251-1/+1
* Correct the former patch, I accidently committed the wrong version.sos2003-11-241-2/+2
* Fix panic on certain failed configs.sos2003-11-241-4/+11
* Be less noisy when GEOM probes around during boot if drive containssos2003-11-241-0/+5
* Initalize buffer headers correctly for current version of bio subsystem.grog2003-11-243-1/+6
* Fix vinum by correctly setting the b_offset bio filed when doing I/O.scottl2003-11-233-2/+7
* Avoid NULL pointer dereference.phk2003-11-231-1/+2
* Fix support for the cmd646 chip.sos2003-11-211-2/+27
* Fix a typo in my patches to support extended IRQ resources that broke thejhb2003-11-201-1/+1
* Try all of the possible interrupts for a link device when programmingjhb2003-11-201-1/+1
* Fix a major faux pas of mine. I was causing 2 very bad things tomarkm2003-11-201-12/+56
* * Add a DEVMETHOD for acpi so that child detach methods get called. Addnjl2003-11-192-109/+204
* Use the class->init() to hitch up preload devices, rather than rely onphk2003-11-181-2/+6
* Add support for the SiS964 ATA/SATA southbridge.sos2003-11-182-9/+19
* Work around the problem that some CDROM drives might return differentsos2003-11-181-3/+5
* Overhaul the entropy device:markm2003-11-175-123/+101
* move rate control change messages under ath_debugsam2003-11-171-2/+2
* o fix WEP use in hostap mode; need to reset the pointer to thesam2003-11-171-1/+2
* on a beacon miss try to reassociate before starting a scansam2003-11-171-2/+9
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-1/+1
* Tweaked the siointr1() so that it works better at 921600 bps, especiallybde2003-11-171-0/+5
* 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
OpenPOWER on IntegriCloud