summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Don't use PAGE_SIZE to calculate controller-specific attributes.scottl2004-11-252-2/+3
* Return ATA register values in the request struct when ATAREQUEST returns.sos2004-11-242-5/+10
* - Remove some no longer used constants.jhb2004-11-231-8/+3
* Rework the ACPI PCI link code.jhb2004-11-235-1060/+697
* Make hme(4) mpsafeyongari2004-11-224-29/+123
* Properly wither the geom container on detach. This will allow one toimp2004-11-211-0/+5
* uart_i8251_ops is gone.nyan2004-11-211-8/+2
* Don't force busdma to pre-allocate bounce pages for static allocations.scottl2004-11-211-2/+2
* Don't force busdma to pre-allocate bounce pages for the parent tag.scottl2004-11-211-2/+2
* Commit ALTQ-patch for ed(4).mlaier2004-11-211-2/+4
* o Support for the i8251 wasn't there. Remove the files.marcel2004-11-215-1637/+0
* Include the header with the register definitions from sys/dev/ic. Theymarcel2004-11-212-2/+4
* This file was repocopied from sys/dev/uart/uart_dev_z8530.h.marcel2004-11-211-3/+3
* This file was repocopied from sys/dev/uart/uart_dev_sab82532.h.marcel2004-11-211-0/+5
* Include the common <dev/ic/ns16550.h> instead of the privatemarcel2004-11-201-1/+2
* o Remove the com_thr, com_rhr, com_isr and com_lctl defines. They aremarcel2004-11-201-28/+59
* Add some useful target mode diagnostics for incoming commandsgibbs2004-11-181-7/+11
* Revert to basing all timeout/timer values in ms rather than us. The switchgibbs2004-11-184-16/+26
* Correct URL of the programming manual.brueffer2004-11-171-1/+1
* Add missing /* DEVICE_POLLING */brueffer2004-11-171-1/+1
* only clear the IFF_OACTIVE flag when we have a chance of being able tojmg2004-11-171-4/+4
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longermarius2004-11-178-39/+0
* Add a driver back end for MC146818 and compatible clocks based on themarius2004-11-173-47/+340
* o sparc64/isa/isa.c:marius2004-11-171-40/+0
* o Sync with the NetBSD mk48txx driver (the result simplyfies some changesmarius2004-11-173-74/+131
* Don't set the BUS_DMA_ALLOCNOW flag for the parent tag or the tags that arescottl2004-11-171-3/+3
* Make interrupt coalescing work on big endian systems.yongari2004-11-171-2/+4
* Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks untilnjl2004-11-161-9/+21
* Add virtual AT keyboard driver vkbd(4).emax2004-11-162-0/+1372
* Fix just the worst of the timeout race conditions that the previousiedowse2004-11-163-3/+13
* move the lock after the NULL check so we don't have a hard(er) to diagnosejmg2004-11-151-2/+2
* Remove more debuggingimp2004-11-151-1/+1
* fix the missing lock in sk_jfree (verified w/ an assert)jmg2004-11-152-10/+23
* After discussions with Nate, repo copy the acpi assist drivers fromimp2004-11-151-168/+0
* Merge 1.3 from acpi_snc.c: don't use return_VALUE() macroimp2004-11-151-24/+22
* Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530marcel2004-11-151-1/+1
* Be slightly more paranoid about using the divisor in a division andmarcel2004-11-151-2/+6
* 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
OpenPOWER on IntegriCloud