summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetmarcel2004-11-141-1/+11
* Add UART_IOCTL_BAUD to allow us to query the hardware about themarcel2004-11-142-0/+6
* Make sure the baudrate specified with the BR tag is somewhat sane.marcel2004-11-141-0/+20
* s/return_VALUE/return / to fix build breakage when ACPI_DEBUG istruckman2004-11-141-3/+3
* Further refine the if_em vlan fix in if_em.c:1.53:rwatson2004-11-141-4/+19
* Commit more debugging output. This is a little bit of using a large hammer,obrien2004-11-141-0/+10
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itimp2004-11-132-20/+12
* Set ramsize depending on a value from eprom instead of usingbz2004-11-131-3/+9
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-4/+4
* Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field inmarcel2004-11-131-1/+1
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'philip2004-11-121-69/+67
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]philip2004-11-121-9/+6
* Add altq support.brueffer2004-11-121-7/+9
* 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
OpenPOWER on IntegriCloud