summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.ru2004-12-151-1/+3
* Add the PCI ID for the Adaptec 2230SLP card.scottl2004-12-151-0/+2
* Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid().ssouhlal2004-12-151-1/+1
* Like on the ath_rate_onoe component, make this compile on amd64. Convertpeter2004-12-151-2/+2
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-152-5/+8
* Bring back ability to use FR support with sppp from Cronyx.rik2004-12-141-1/+1
* Add a callout to dump card status on command queue timeouts.mdodd2004-12-142-1/+48
* Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).mdodd2004-12-141-1/+7
* Reformat arguments bus_dma_tag_create().mdodd2004-12-142-21/+45
* Make LINT compile.phk2004-12-141-1/+1
* A bunch more whitespace and formatting diff reductions for NetBSD.julian2004-12-141-17/+19
* Don't abandon ship just because the number of companions doesn't seem correct.julian2004-12-141-3/+6
* Slightly reorganise part of the ohci_softintr() functionjulian2004-12-141-15/+26
* Small formatting change..julian2004-12-141-1/+1
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-136-4/+14
* Make code MPSAFE.rik2004-12-133-181/+768
* Might as well get the right $NetBSD$ string while we are at it.julian2004-12-131-1/+1
* Diff reduction to NetBSD.julian2004-12-131-67/+59
* MFNetBSDjulian2004-12-131-43/+44
* We don't need vnode.h, but do need uio.h in these files. vnode.himp2004-12-134-4/+4
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-134-4/+8
* Re-enable link programming on resume. It appears the previous boundsnjl2004-12-131-2/+0
* sys/vnode.h is inappropriate for a driver. Use sys/uio.h instead.imp2004-12-131-1/+1
* Crank down the lame-o-matic a notch by moving the = inside the /* */ ratherimp2004-12-131-1/+1
* 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
OpenPOWER on IntegriCloud