summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Send a .4 second BREAK rather than a .25 second break so thatbrian2001-09-231-2/+2
* Reinitialize the keyboard after the ACPI resume event.yokota2001-09-232-2/+20
* Tweak so I can use a serial console on ia64.dfr2001-09-221-1/+1
* Give the pps driver an additional 8 inputs if we can persuade thephk2001-09-221-43/+154
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-213-3/+3
* Introduce new syscons(4) kernel options:sobomax2001-09-211-100/+91
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-2018-251/+264
* Add probe line for the AMD 761 northbridge chip. At least it detects now,cokane2001-09-201-0/+2
* Handle the RX FIFO overflow condition with the rxeof handler insteadwpaul2001-09-192-3/+4
* Regen.n_hibma2001-09-182-9/+26
* Update the header of the file with a comment on how to regeneraten_hibma2001-09-181-7/+24
* Have the driver announce its rxcsum capabilities.jlemon2001-09-181-0/+2
* Have the driver to announce what capabilitis it supports.jlemon2001-09-181-0/+2
* Have the driver announce what capabilities it supports. These arejlemon2001-09-181-6/+5
* Have the driver advertise that it is capable of hardware checksums, andjlemon2001-09-181-2/+19
* when setting blocksize, fix blockcount to 2 to reduce latency with smallercg2001-09-181-0/+2
* make buffer size adjustable.cg2001-09-181-5/+7
* don't enable the mic record channel unless the codec supports it.cg2001-09-181-10/+17
* change tracking of channel counts.cg2001-09-182-23/+52
* add a tunable/sysctl, hw.snd.targetirqrate, to modify the default targetcg2001-09-182-4/+22
* add a method for retrieving codec capabilitiescg2001-09-182-0/+16
* Tweak the autoneg kickoff code to that it more closely resembles thewpaul2001-09-181-3/+16
* Call acpi_DeviceIsPresent() only for devices. This should makeiwasaki2001-09-171-1/+1
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-161-0/+1
* Recognize two cheap PCI 16550 devices :murray2001-09-161-2/+4
* Catch up to the last commit of KSE.tanimura2001-09-151-1/+1
* Refine ACPI/PnP BIOS probe/attach routines a bit.yokota2001-09-155-19/+38
* Disable devices that are not present; at a later stage we can then enablemsmith2001-09-151-0/+10
* - Correctly increment the channel refcount in dsp_open() such that it isgreid2001-09-144-9/+21
* KSE Milestone 2julian2001-09-12102-582/+595
* Add kernel side support for DAO burning.sos2001-09-101-26/+83
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-102-0/+5
* Fix some malformed macro concatenation that gcc-3 has objections about.peter2001-09-101-4/+4
* Lots of style(9) related white space fixes. Mostly missing spacesbrooks2001-09-106-122/+149
* Add support for monitor mode. This means that after enabling thebrooks2001-09-101-93/+255
* Fix a minor buglet/typo here that gcc3 complains about.peter2001-09-101-1/+1
* regenerate this file too (forgotten after last usbdevs update)wpaul2001-09-091-1/+7
* Add a missing newline to an error message.dd2001-09-091-1/+1
* Add support for the Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+1
* Regen.dwhite2001-09-091-1/+4
* Add entry for Accton USB320-EC Ethernet adapter.dwhite2001-09-091-0/+3
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* Convert the CMedia driver to using a device mutex and INTR_MPSAFE.green2001-09-081-2/+28
* Should check debug.acpi.avoid, not .disable.msmith2001-09-071-1/+1
* Allow the ACPI subsystem to be disabled with a hint.msmith2001-09-071-19/+59
* Move OsdEnvironment.c into MD code; searching for the ACPI tables is notmsmith2001-09-071-64/+0
* Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
* Add a hack to acpi_EvaluateInteger() to handle the case of a methodjhb2001-09-061-1/+37
* Allocate system resource IRQs as shareable; this is the typical case.msmith2001-09-061-1/+1
* Surf the net again and find more device IDs:imp2001-09-061-6/+24
OpenPOWER on IntegriCloud