summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Completely back out 1.37. Something else is going on and John wants tonjl2004-12-011-9/+0
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-1/+1
* Fix "Lock ACPI PCI link not exclusively lockedobrien2004-12-011-0/+12
* Don't bother locking in attach(). At boot time, we're single-threadednjl2004-11-301-4/+1
* Make sure the link array is big enough to hold both _CRS and _PRSnjl2004-11-301-8/+30
* Instead of translating PCI to ACPI power states, just use a CTASSERTnjl2004-11-291-18/+10
* Attach the device at acpi_sony instead of acpi_snc. Rename someimp2004-11-291-39/+39
* Add support for the TwinMOS Memory Disk IV.iedowse2004-11-282-0/+8
* Add the device ID for the 3Com 3CRSHEW696 wireless adapter.iedowse2004-11-281-0/+1
* Add support for the Trumpion/Comotron C3310 MP3 player.iedowse2004-11-282-0/+8
* - Don't blindly use the return value of uart_cpu_channel() to calculatemarius2004-11-281-7/+33
* Temporarily disable programming IRQ links on resume. The new code hangsnjl2004-11-261-0/+2
* With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in frombz2004-11-261-2/+2
* 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
OpenPOWER on IntegriCloud