aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Set the 'no pseudo header checksum' option for RX checksums, otherwiseBill Paul2001-09-281-3/+3
* Add device driver support for the Broadcom BCM570x family of gigabitBill Paul2001-09-272-0/+4828
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.Bill Paul2001-09-271-1/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if theJonathan Lemon2001-09-271-0/+4
* This driver can talk to the Rio600 as well, make it happen.Alfred Perlstein2001-09-271-1/+2
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,Robert Watson2001-09-261-2/+3
* o Modify open() and close() for /dev/random to use securelevel_gt() insteadRobert Watson2001-09-261-6/+16
* o Modify access control code for /dev/pci device to use securelevel_gt()Robert Watson2001-09-261-3/+9
* Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systemsBrooks Davis2001-09-261-0/+4
* Add a fix for the VIA82C686B data corruption bug.Søren Schmidt2001-09-251-18/+50
* Yet another turn of workaround for psm/ACPI/PnP BIOSKazutaka YOKOTA2001-09-253-40/+85
* Add some definitions for the DSP programming registers in the BCM5400Bill Paul2001-09-251-0/+38
* Send a .4 second BREAK rather than a .25 second break so thatBrian Somers2001-09-231-2/+2
* Reinitialize the keyboard after the ACPI resume event.Kazutaka YOKOTA2001-09-232-2/+20
* Tweak so I can use a serial console on ia64.Doug Rabson2001-09-221-1/+1
* Give the pps driver an additional 8 inputs if we can persuade thePoul-Henning Kamp2001-09-221-40/+151
* Use the passed in thread to selrecord() instead of curthread.John Baldwin2001-09-213-3/+3
* Introduce new syscons(4) kernel options:Maxim Sobolev2001-09-211-100/+91
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-2018-251/+264
* Add probe line for the AMD 761 northbridge chip. At least it detects now,Coleman Kane2001-09-201-0/+2
* Handle the RX FIFO overflow condition with the rxeof handler insteadBill Paul2001-09-192-3/+4
* Regen.Nick Hibma2001-09-182-9/+26
* Update the header of the file with a comment on how to regenerateNick Hibma2001-09-181-7/+24
* Have the driver announce its rxcsum capabilities.Jonathan Lemon2001-09-181-0/+2
* Have the driver to announce what capabilitis it supports.Jonathan Lemon2001-09-181-0/+2
* Have the driver announce what capabilities it supports. These areJonathan Lemon2001-09-181-6/+5
* Have the driver advertise that it is capable of hardware checksums, andJonathan Lemon2001-09-181-2/+19
* when setting blocksize, fix blockcount to 2 to reduce latency with smallerCameron Grant2001-09-181-0/+2
* make buffer size adjustable.Cameron Grant2001-09-181-5/+7
* don't enable the mic record channel unless the codec supports it.Cameron Grant2001-09-181-10/+17
* change tracking of channel counts.Cameron Grant2001-09-182-23/+52
* add a tunable/sysctl, hw.snd.targetirqrate, to modify the default targetCameron Grant2001-09-182-4/+22
* add a method for retrieving codec capabilitiesCameron Grant2001-09-182-0/+16
* Tweak the autoneg kickoff code to that it more closely resembles theBill Paul2001-09-181-3/+16
* Call acpi_DeviceIsPresent() only for devices. This should makeMitsuru IWASAKI2001-09-171-1/+1
* SMBus support for the AMD 756 power management unit. See smbus(4),Murray Stokely2001-09-161-0/+1
* Recognize two cheap PCI 16550 devices :Murray Stokely2001-09-161-2/+4
* Catch up to the last commit of KSE.Seigo Tanimura2001-09-151-1/+1
* Refine ACPI/PnP BIOS probe/attach routines a bit.Kazutaka YOKOTA2001-09-155-19/+38
* Disable devices that are not present; at a later stage we can then enableMike Smith2001-09-151-0/+10
* - Correctly increment the channel refcount in dsp_open() such that it isGeorge C A Reid2001-09-144-9/+21
* KSE Milestone 2Julian Elischer2001-09-12102-582/+595
* Add kernel side support for DAO burning.Søren Schmidt2001-09-101-26/+83
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-102-0/+5
* Fix some malformed macro concatenation that gcc-3 has objections about.Peter Wemm2001-09-101-4/+4
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-106-122/+149
* Add support for monitor mode. This means that after enabling theBrooks Davis2001-09-101-92/+254
* Fix a minor buglet/typo here that gcc3 complains about.Peter Wemm2001-09-101-1/+1
* regenerate this file too (forgotten after last usbdevs update)Bill Paul2001-09-091-1/+7
* Add a missing newline to an error message.Dima Dorfman2001-09-091-1/+1