summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Begin to implement target mode that for Fibre Channel has a privatemjacob2001-10-012-29/+68
* Implement a call to get the actual link data rate (if 23XX) so we canmjacob2001-10-013-40/+70
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-293-0/+38
* When calling isp_reset, set the request/response in/out pointers all atmjacob2001-09-291-9/+13
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-294-21/+14
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-293-17/+11
* Cleanup pass for mii drivers.jlemon2001-09-2923-543/+233
* Change the order that we print the media options during device probe tojlemon2001-09-291-30/+24
* Add field for last active status, as well as function prototypes.jlemon2001-09-291-0/+3
* Add new device method miibus_linkchg, along with a service routine.jlemon2001-09-293-0/+102
* Add another pnpid for the AWE64greid2001-09-291-0/+1
* 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
OpenPOWER on IntegriCloud