summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Allow the acpi_ibm module to be built with ACPI_DEBUG.scottl2004-12-132-0/+6
* Try make code for teh M$ Intellimouse less obtrusivejulian2004-12-131-11/+24
* Don't export the 'dt' field as that would break the exisiting ABI.julian2004-12-131-4/+5
* Revert addition of Lide scanner entry..julian2004-12-132-2/+0
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-124-426/+953
* Pass the file->flags down to geom ioctl handlers.phk2004-12-122-3/+9
* Add support for Cannon LIDE 20 scannerjulian2004-12-122-0/+2
* record the bssid for an associationsam2004-12-121-0/+1
* Add support for USB Microsoft Intellimousejulian2004-12-122-21/+51
* Changes to cache endpoint descriptors for all the interfaces. this informationjulian2004-12-121-34/+114
* Some changes related to reading the MAC-address from the VPD on systemsmarius2004-12-121-19/+18
* 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
OpenPOWER on IntegriCloud