summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* release isa dma channels on unload.cg2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintscg2001-09-295-96/+123
* Add support for 28800 baud to sio.jlemon2001-09-291-0/+1
* Set the 'no pseudo header checksum' option for RX checksums, otherwisewpaul2001-09-281-3/+3
* Add device driver support for the Broadcom BCM570x family of gigabitwpaul2001-09-272-0/+4828
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.wpaul2001-09-271-1/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if thejlemon2001-09-271-0/+4
* This driver can talk to the Rio600 as well, make it happen.alfred2001-09-271-1/+2
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,rwatson2001-09-261-2/+3
* o Modify open() and close() for /dev/random to use securelevel_gt() insteadrwatson2001-09-261-6/+16
* o Modify access control code for /dev/pci device to use securelevel_gt()rwatson2001-09-261-3/+9
* Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systemsbrooks2001-09-261-0/+4
* Add a fix for the VIA82C686B data corruption bug.sos2001-09-251-18/+50
* Yet another turn of workaround for psm/ACPI/PnP BIOSyokota2001-09-253-40/+85
* Add some definitions for the DSP programming registers in the BCM5400wpaul2001-09-251-0/+38
* 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
OpenPOWER on IntegriCloud