summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the ITE IT8212F controller.sos2004-12-083-5/+117
* Reset timeout when we are back from interrupt.sos2004-12-081-0/+3
* Add first shot on support for the new Promise SATAII chips.sos2004-12-082-48/+116
* Correct logical error, result was that retries wasn't always made butsos2004-12-081-1/+2
* Don't obtain the HCDP address directly from the bootinfo structure.marcel2004-12-081-3/+5
* Cleanup link state change notification:sam2004-12-081-28/+11
* Fix comments to match last commit, and minor reformatting...imp2004-12-081-16/+16
* It turns out that a lot of newer systems have 'base peripherals' onimp2004-12-081-1/+2
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-071-1/+1
* Properly release allocated resources if adw(4) device fails to fully attach,rsm2004-12-061-0/+20
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingalc2004-12-061-15/+23
* Fix a number of bugs and significantly alter the command execution path toscottl2004-12-054-59/+168
* Grab Giant around calls to DEVICE_SUSPEND/RESUME in acpi_SetSleepState().njl2004-12-051-0/+12
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP moderik2004-12-033-6/+12
* ACPI is not on pc98 either.njl2004-12-031-1/+2
* Non-x86 platforms cannot use the ACPI includes. This should be fixed butnjl2004-12-031-0/+4
* Enable the relaxed behavior for op regions and other workarounds fornjl2004-12-031-1/+2
* Specifically use the 32-bit version of fuword/suword since that's whatobrien2004-12-021-7/+6
* Turn ACPI and PCI devices off or to a lower power state in suspend andnjl2004-12-022-18/+264
* Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs thenjl2004-12-021-0/+20
* Catch up with AcpiOsSleep() interface change.marks2004-12-024-11/+31
* - Do a better job of handling any Dependent Functions (aka DPFs) that appearjhb2004-12-011-69/+218
* 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
OpenPOWER on IntegriCloud