| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin to implement target mode that for Fibre Channel has a private | mjacob | 2001-10-01 | 2 | -29/+68 |
* | Implement a call to get the actual link data rate (if 23XX) so we can | mjacob | 2001-10-01 | 3 | -40/+70 |
* | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | iedowse | 2001-09-29 | 3 | -0/+38 |
* | When calling isp_reset, set the request/response in/out pointers all at | mjacob | 2001-09-29 | 1 | -9/+13 |
* | Do not call mii_polltick() immediately after mii_tick(). | jlemon | 2001-09-29 | 4 | -21/+14 |
* | Do not call mii_pollstat() from within device tick routines; the status | jlemon | 2001-09-29 | 3 | -17/+11 |
* | Cleanup pass for mii drivers. | jlemon | 2001-09-29 | 23 | -543/+233 |
* | Change the order that we print the media options during device probe to | jlemon | 2001-09-29 | 1 | -30/+24 |
* | Add field for last active status, as well as function prototypes. | jlemon | 2001-09-29 | 1 | -0/+3 |
* | Add new device method miibus_linkchg, along with a service routine. | jlemon | 2001-09-29 | 3 | -0/+102 |
* | Add another pnpid for the AWE64 | greid | 2001-09-29 | 1 | -0/+1 |
* | release isa dma channels on unload. | cg | 2001-09-29 | 1 | -3/+7 |
* | allow the hardware buffer size to be controlled with hints | cg | 2001-09-29 | 5 | -96/+123 |
* | Add support for 28800 baud to sio. | jlemon | 2001-09-29 | 1 | -0/+1 |
* | Set the 'no pseudo header checksum' option for RX checksums, otherwise | wpaul | 2001-09-28 | 1 | -3/+3 |
* | Add device driver support for the Broadcom BCM570x family of gigabit | wpaul | 2001-09-27 | 2 | -0/+4828 |
* | Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day. | wpaul | 2001-09-27 | 1 | -1/+1 |
* | Gate low level console output on mtx_lock_spin(&sio_lock), if the | jlemon | 2001-09-27 | 1 | -0/+4 |
* | This driver can talk to the Rio600 as well, make it happen. | alfred | 2001-09-27 | 1 | -1/+2 |
* | o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look, | rwatson | 2001-09-26 | 1 | -2/+3 |
* | o Modify open() and close() for /dev/random to use securelevel_gt() instead | rwatson | 2001-09-26 | 1 | -6/+16 |
* | o Modify access control code for /dev/pci device to use securelevel_gt() | rwatson | 2001-09-26 | 1 | -3/+9 |
* | Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systems | brooks | 2001-09-26 | 1 | -0/+4 |
* | Add a fix for the VIA82C686B data corruption bug. | sos | 2001-09-25 | 1 | -18/+50 |
* | Yet another turn of workaround for psm/ACPI/PnP BIOS | yokota | 2001-09-25 | 3 | -40/+85 |
* | Add some definitions for the DSP programming registers in the BCM5400 | wpaul | 2001-09-25 | 1 | -0/+38 |
* | Send a .4 second BREAK rather than a .25 second break so that | brian | 2001-09-23 | 1 | -2/+2 |
* | Reinitialize the keyboard after the ACPI resume event. | yokota | 2001-09-23 | 2 | -2/+20 |
* | Tweak so I can use a serial console on ia64. | dfr | 2001-09-22 | 1 | -1/+1 |
* | Give the pps driver an additional 8 inputs if we can persuade the | phk | 2001-09-22 | 1 | -43/+154 |
* | Use the passed in thread to selrecord() instead of curthread. | jhb | 2001-09-21 | 3 | -3/+3 |
* | Introduce new syscons(4) kernel options: | sobomax | 2001-09-21 | 1 | -100/+91 |
* | Overhaul to minimize stack usage, in some places >2K was used | sos | 2001-09-20 | 18 | -251/+264 |
* | Add probe line for the AMD 761 northbridge chip. At least it detects now, | cokane | 2001-09-20 | 1 | -0/+2 |
* | Handle the RX FIFO overflow condition with the rxeof handler instead | wpaul | 2001-09-19 | 2 | -3/+4 |
* | Regen. | n_hibma | 2001-09-18 | 2 | -9/+26 |
* | Update the header of the file with a comment on how to regenerate | n_hibma | 2001-09-18 | 1 | -7/+24 |
* | Have the driver announce its rxcsum capabilities. | jlemon | 2001-09-18 | 1 | -0/+2 |
* | Have the driver to announce what capabilitis it supports. | jlemon | 2001-09-18 | 1 | -0/+2 |
* | Have the driver announce what capabilities it supports. These are | jlemon | 2001-09-18 | 1 | -6/+5 |
* | Have the driver advertise that it is capable of hardware checksums, and | jlemon | 2001-09-18 | 1 | -2/+19 |
* | when setting blocksize, fix blockcount to 2 to reduce latency with smaller | cg | 2001-09-18 | 1 | -0/+2 |
* | make buffer size adjustable. | cg | 2001-09-18 | 1 | -5/+7 |
* | don't enable the mic record channel unless the codec supports it. | cg | 2001-09-18 | 1 | -10/+17 |
* | change tracking of channel counts. | cg | 2001-09-18 | 2 | -23/+52 |
* | add a tunable/sysctl, hw.snd.targetirqrate, to modify the default target | cg | 2001-09-18 | 2 | -4/+22 |
* | add a method for retrieving codec capabilities | cg | 2001-09-18 | 2 | -0/+16 |
* | Tweak the autoneg kickoff code to that it more closely resembles the | wpaul | 2001-09-18 | 1 | -3/+16 |
* | Call acpi_DeviceIsPresent() only for devices. This should make | iwasaki | 2001-09-17 | 1 | -1/+1 |
* | SMBus support for the AMD 756 power management unit. See smbus(4), | murray | 2001-09-16 | 1 | -0/+1 |