aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Return ATA register values in the request struct when ATAREQUEST returns.Søren Schmidt2004-11-242-5/+10
* - Remove some no longer used constants.John Baldwin2004-11-231-8/+3
* Rework the ACPI PCI link code.John Baldwin2004-11-235-1051/+688
* Make hme(4) mpsafePyun YongHyeon2004-11-224-29/+123
* Properly wither the geom container on detach. This will allow one toWarner Losh2004-11-211-0/+5
* uart_i8251_ops is gone.Yoshihiro Takahashi2004-11-211-8/+2
* Don't force busdma to pre-allocate bounce pages for static allocations.Scott Long2004-11-211-2/+2
* Don't force busdma to pre-allocate bounce pages for the parent tag.Scott Long2004-11-211-2/+2
* Commit ALTQ-patch for ed(4).Max Laier2004-11-211-2/+4
* o Support for the i8251 wasn't there. Remove the files.Marcel Moolenaar2004-11-215-1637/+0
* Include the header with the register definitions from sys/dev/ic. TheyMarcel Moolenaar2004-11-212-2/+4
* This file was repocopied from sys/dev/uart/uart_dev_z8530.h.Marcel Moolenaar2004-11-211-3/+3
* This file was repocopied from sys/dev/uart/uart_dev_sab82532.h.Marcel Moolenaar2004-11-211-0/+5
* Include the common <dev/ic/ns16550.h> instead of the privateMarcel Moolenaar2004-11-201-1/+2
* o Remove the com_thr, com_rhr, com_isr and com_lctl defines. They areMarcel Moolenaar2004-11-201-28/+59
* Add some useful target mode diagnostics for incoming commandsJustin T. Gibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchJustin T. Gibbs2004-11-184-16/+26
* Correct URL of the programming manual.Christian Brueffer2004-11-171-1/+1
* Add missing /* DEVICE_POLLING */Christian Brueffer2004-11-171-1/+1
* only clear the IFF_OACTIVE flag when we have a chance of being able toJohn-Mark Gurney2004-11-171-4/+4
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl2004-11-178-39/+0
* Add a driver back end for MC146818 and compatible clocks based on theMarius Strobl2004-11-173-47/+340
* o sparc64/isa/isa.c:Marius Strobl2004-11-171-40/+0
* o Sync with the NetBSD mk48txx driver (the result simplyfies some changesMarius Strobl2004-11-173-74/+131
* Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that areScott Long2004-11-171-3/+3
* Make interrupt coalescing work on big endian systems.Pyun YongHyeon2004-11-171-2/+4
* Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks untilNate Lawson2004-11-161-9/+21
* Add virtual AT keyboard driver vkbd(4).Maksim Yevmenkin2004-11-162-0/+1372
* Fix just the worst of the timeout race conditions that the previousIan Dowse2004-11-163-3/+13
* move the lock after the NULL check so we don't have a hard(er) to diagnoseJohn-Mark Gurney2004-11-151-2/+2
* Remove more debuggingWarner Losh2004-11-151-1/+1
* fix the missing lock in sk_jfree (verified w/ an assert)John-Mark Gurney2004-11-152-10/+23
* After discussions with Nate, repo copy the acpi assist drivers fromWarner Losh2004-11-151-168/+0
* Merge 1.3 from acpi_snc.c: don't use return_VALUE() macroWarner Losh2004-11-151-24/+22
* Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530Marcel Moolenaar2004-11-151-1/+1
* Be slightly more paranoid about using the divisor in a division andMarcel Moolenaar2004-11-151-2/+6
* Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unsetMarcel Moolenaar2004-11-141-1/+11
* Add UART_IOCTL_BAUD to allow us to query the hardware about theMarcel Moolenaar2004-11-142-0/+6
* Make sure the baudrate specified with the BR tag is somewhat sane.Marcel Moolenaar2004-11-141-0/+20
* s/return_VALUE/return / to fix build breakage when ACPI_DEBUG isDon Lewis2004-11-141-3/+3
* Further refine the if_em vlan fix in if_em.c:1.53:Robert Watson2004-11-141-4/+19
* Commit more debugging output. This is a little bit of using a large hammer,David E. O'Brien2004-11-141-0/+10
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itWarner Losh2004-11-132-20/+12
* 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