summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Correct a bug in the if_em driver relating to the use of vlans withrwatson2004-11-122-6/+44
* Put back usb_uncallout_drain(), as it is now also used by umass.c.iedowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-124-125/+49
* Various whitespace nits.imp2004-11-121-21/+27
* Don't use aha after calling aha_free.imp2004-11-121-4/+4
* Commit takawata-san's Sony Notebook Controller driver, integrated intoimp2004-11-112-0/+344
* Only warn about missing _PRT tables if bootverbose is set. I've yet to seejhb2004-11-111-2/+4
* Catch up with the header repo copy.obrien2004-11-111-1/+1
* Unbreak the build.des2004-11-111-0/+1
* Remove now-unused sysctl members.bms2004-11-111-4/+0
* Move per-instance sysctls under the per-device-instance tree.bms2004-11-111-23/+6
* Fix build.ru2004-11-111-2/+2
* Add device polling supportbrueffer2004-11-102-0/+109
* Remove files repocopied to sys/sparc64/sbus.trhodes2004-11-104-1044/+3
* Fix build error with ED_DEBUG.nyan2004-11-102-3/+3
* Fix malloc type in free().simokawa2004-11-101-1/+1
* Add record capability.julian2004-11-102-488/+1405
* Keep a handle on the startup rescan timer and cancel the timer ifiedowse2004-11-101-5/+6
* Make pci_do_powerstate default to 1 now that we've done the release toimp2004-11-101-2/+2
* Tweaks to the resource allocation to allow a few of my obscureimp2004-11-101-7/+7
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-094-49/+125
* When a port cannot be set up, report the error code in the `disablingiedowse2004-11-091-2/+2
* unsigned long -> u_longnjl2004-11-091-1/+1
* Tell the BIOS we want to handle brightness switching as well as outputnjl2004-11-091-24/+33
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-5/+7
* Hide link up/down/media printfs behind bootverbosephk2004-11-083-6/+9
* Remove the obsolete gx driver.phk2004-11-083-2299/+0
* Add the last missing bits to make this unloadable: Two wakeups andphk2004-11-081-3/+11
* Add support for gadgets on Asus L4R and M6R notebooks.philip2004-11-081-0/+22
* Add power profile support so that the LCD changes brightness levels basednjl2004-11-071-20/+86
* Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere.pjd2004-11-061-5/+5
* For file backed md(4) devices output their source file viapjd2004-11-061-4/+13
* Don't change the priority to PUSER when sleeping, just keep the currentjhb2004-11-051-2/+4
* Walk through the snp softc list instead of abusing tp->ts_c to find thecognet2004-11-051-8/+17
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.philip2004-11-051-9/+47
* Remove unused vinum files.phk2004-11-0426-12139/+0
* The ehci_dump() function shouldn't be declared static, as it isiedowse2004-11-031-1/+1
* Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommonphk2004-11-031-6/+8
* (1) Move from O(n) list copies to O(1) list concatenation, which isrwatson2004-11-031-14/+11
* Make the bootverbose output from qualitydetermination of the ACPI timerphk2004-11-031-5/+6
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-035-94/+194
* Add support for Asus M6N laptopsphilip2004-11-021-0/+11
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* * Correct an off-by-one reading vpd ro data.obrien2004-11-012-3/+33
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-2/+2
* Whitespace cleanupdes2004-10-311-4/+4
* With ALTQ, it is possible that although the queue was not empty when wedes2004-10-301-0/+7
* Add altq(4) support.des2004-10-301-8/+10
* Save and restore state across suspend/resume events.iedowse2004-10-302-37/+92
* Whitespace cleanup.des2004-10-302-55/+55
OpenPOWER on IntegriCloud