summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for Tau-PCI-L model - one V.35/RS-232 orrik2004-12-112-717/+719
* Clean up from '#if __FreeBSD_version'.rik2004-12-111-357/+5
* Clean up from '#if __FreeBSD_version'.rik2004-12-101-320/+5
* Fix compilation and correct mapping from struct ifnet tosam2004-12-101-7/+9
* Partially backout 1.34. These ioctls and function cx_modem_status () arerik2004-12-091-0/+65
* Complete the repo-copy of aac_ioctl.h from sys/dev/aac/to sys/sys.scottl2004-12-096-184/+5
* Add IBM Laptop extra device driver.takawata2004-12-091-0/+466
* URL of the data sheet has changed.brueffer2004-12-091-1/+1
* Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.sos2004-12-094-3/+5
* Diff-reduction before merging if_axe to RELENG_4.rsm2004-12-083-1/+27
* Update the ICH6 support so all 4 SATA channels can be used.sos2004-12-081-5/+13
* Update for net80211 changes.sam2004-12-086-99/+147
* o Update for net80211 changessam2004-12-083-205/+238
* Update with last year of work.sam2004-12-085-1217/+3170
* Transmit rate control modules for the ath driver.sam2004-12-084-0/+1219
* 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
OpenPOWER on IntegriCloud