aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Set ramsize depending on a value from eprom instead of usingBjoern A. Zeeb2004-11-131-3/+9
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.Poul-Henning Kamp2004-11-131-4/+4
* Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field inMarcel Moolenaar2004-11-131-1/+1
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'Philip Paeps2004-11-121-58/+56
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]Philip Paeps2004-11-121-9/+6
* Add altq support.Christian Brueffer2004-11-121-7/+9
* Correct a bug in the if_em driver relating to the use of vlans withRobert Watson2004-11-122-6/+44
* Put back usb_uncallout_drain(), as it is now also used by umass.c.Ian Dowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beenIan Dowse2004-11-124-125/+49
* Various whitespace nits.Warner Losh2004-11-121-21/+27
* Don't use aha after calling aha_free.Warner Losh2004-11-121-4/+4
* Commit takawata-san's Sony Notebook Controller driver, integrated intoWarner Losh2004-11-112-0/+344
* Only warn about missing _PRT tables if bootverbose is set. I've yet to seeJohn Baldwin2004-11-111-2/+4
* Catch up with the header repo copy.David E. O'Brien2004-11-111-1/+1
* Unbreak the build.Dag-Erling Smørgrav2004-11-111-0/+1
* Remove now-unused sysctl members.Bruce M Simpson2004-11-111-4/+0
* Move per-instance sysctls under the per-device-instance tree.Bruce M Simpson2004-11-111-23/+6
* Fix build.Ruslan Ermilov2004-11-111-2/+2
* Add device polling supportChristian Brueffer2004-11-102-0/+109
* Remove files repocopied to sys/sparc64/sbus.Tom Rhodes2004-11-104-1044/+3
* Fix build error with ED_DEBUG.Yoshihiro Takahashi2004-11-102-3/+3
* Fix malloc type in free().Hidetoshi Shimokawa2004-11-101-1/+1
* Add record capability.Julian Elischer2004-11-102-480/+1397
* Keep a handle on the startup rescan timer and cancel the timer ifIan Dowse2004-11-101-5/+6
* Make pci_do_powerstate default to 1 now that we've done the release toWarner Losh2004-11-101-2/+2
* Tweaks to the resource allocation to allow a few of my obscureWarner Losh2004-11-101-7/+7
* Attempt to fix a number of race conditions in the handling ofIan Dowse2004-11-094-49/+125
* When a port cannot be set up, report the error code in the `disablingIan Dowse2004-11-091-2/+2
* unsigned long -> u_longNate Lawson2004-11-091-1/+1
* Tell the BIOS we want to handle brightness switching as well as outputNate Lawson2004-11-091-24/+33
* Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp2004-11-081-5/+7
* Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp2004-11-083-6/+9
* Remove the obsolete gx driver.Poul-Henning Kamp2004-11-083-2299/+0
* Add the last missing bits to make this unloadable: Two wakeups andPoul-Henning Kamp2004-11-081-3/+11
* Add support for gadgets on Asus L4R and M6R notebooks.Philip Paeps2004-11-081-0/+22
* Add power profile support so that the LCD changes brightness levels basedNate Lawson2004-11-071-20/+86
* Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere.Pawel Jakub Dawidek2004-11-061-5/+5
* For file backed md(4) devices output their source file viaPawel Jakub Dawidek2004-11-061-4/+13
* Don't change the priority to PUSER when sleeping, just keep the currentJohn Baldwin2004-11-051-2/+4
* Walk through the snp softc list instead of abusing tp->ts_c to find theOlivier Houchard2004-11-051-8/+17
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.Philip Paeps2004-11-051-9/+47
* Remove unused vinum files.Poul-Henning Kamp2004-11-0426-12139/+0
* The ehci_dump() function shouldn't be declared static, as it isIan Dowse2004-11-031-1/+1
* Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommonPoul-Henning Kamp2004-11-031-6/+8
* (1) Move from O(n) list copies to O(1) list concatenation, which isRobert Watson2004-11-031-14/+11
* Make the bootverbose output from qualitydetermination of the ACPI timerPoul-Henning Kamp2004-11-031-5/+6
* Merge recent USB2/EHCI related changes from NetBSD:Ian Dowse2004-11-035-94/+194
* Add support for Asus M6N laptopsPhilip Paeps2004-11-021-0/+11
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* * Correct an off-by-one reading vpd ro data.David E. O'Brien2004-11-012-3/+33