| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set the 'no pseudo header checksum' option for RX checksums, otherwise | Bill Paul | 2001-09-28 | 1 | -3/+3 |
| * | Add device driver support for the Broadcom BCM570x family of gigabit | Bill Paul | 2001-09-27 | 2 | -0/+4828 |
| * | Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day. | Bill Paul | 2001-09-27 | 1 | -1/+1 |
| * | Gate low level console output on mtx_lock_spin(&sio_lock), if the | Jonathan Lemon | 2001-09-27 | 1 | -0/+4 |
| * | This driver can talk to the Rio600 as well, make it happen. | Alfred Perlstein | 2001-09-27 | 1 | -1/+2 |
| * | o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look, | Robert Watson | 2001-09-26 | 1 | -2/+3 |
| * | o Modify open() and close() for /dev/random to use securelevel_gt() instead | Robert Watson | 2001-09-26 | 1 | -6/+16 |
| * | o Modify access control code for /dev/pci device to use securelevel_gt() | Robert Watson | 2001-09-26 | 1 | -3/+9 |
| * | Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systems | Brooks Davis | 2001-09-26 | 1 | -0/+4 |
| * | Add a fix for the VIA82C686B data corruption bug. | Søren Schmidt | 2001-09-25 | 1 | -18/+50 |
| * | Yet another turn of workaround for psm/ACPI/PnP BIOS | Kazutaka YOKOTA | 2001-09-25 | 3 | -40/+85 |
| * | Add some definitions for the DSP programming registers in the BCM5400 | Bill Paul | 2001-09-25 | 1 | -0/+38 |
| * | Send a .4 second BREAK rather than a .25 second break so that | Brian Somers | 2001-09-23 | 1 | -2/+2 |
| * | Reinitialize the keyboard after the ACPI resume event. | Kazutaka YOKOTA | 2001-09-23 | 2 | -2/+20 |
| * | Tweak so I can use a serial console on ia64. | Doug Rabson | 2001-09-22 | 1 | -1/+1 |
| * | Give the pps driver an additional 8 inputs if we can persuade the | Poul-Henning Kamp | 2001-09-22 | 1 | -40/+151 |
| * | Use the passed in thread to selrecord() instead of curthread. | John Baldwin | 2001-09-21 | 3 | -3/+3 |
| * | Introduce new syscons(4) kernel options: | Maxim Sobolev | 2001-09-21 | 1 | -100/+91 |
| * | Overhaul to minimize stack usage, in some places >2K was used | Søren Schmidt | 2001-09-20 | 18 | -251/+264 |
| * | Add probe line for the AMD 761 northbridge chip. At least it detects now, | Coleman Kane | 2001-09-20 | 1 | -0/+2 |
| * | Handle the RX FIFO overflow condition with the rxeof handler instead | Bill Paul | 2001-09-19 | 2 | -3/+4 |
| * | Regen. | Nick Hibma | 2001-09-18 | 2 | -9/+26 |
| * | Update the header of the file with a comment on how to regenerate | Nick Hibma | 2001-09-18 | 1 | -7/+24 |
| * | Have the driver announce its rxcsum capabilities. | Jonathan Lemon | 2001-09-18 | 1 | -0/+2 |
| * | Have the driver to announce what capabilitis it supports. | Jonathan Lemon | 2001-09-18 | 1 | -0/+2 |
| * | Have the driver announce what capabilities it supports. These are | Jonathan Lemon | 2001-09-18 | 1 | -6/+5 |
| * | Have the driver advertise that it is capable of hardware checksums, and | Jonathan Lemon | 2001-09-18 | 1 | -2/+19 |
| * | when setting blocksize, fix blockcount to 2 to reduce latency with smaller | Cameron Grant | 2001-09-18 | 1 | -0/+2 |
| * | make buffer size adjustable. | Cameron Grant | 2001-09-18 | 1 | -5/+7 |
| * | don't enable the mic record channel unless the codec supports it. | Cameron Grant | 2001-09-18 | 1 | -10/+17 |
| * | change tracking of channel counts. | Cameron Grant | 2001-09-18 | 2 | -23/+52 |
| * | add a tunable/sysctl, hw.snd.targetirqrate, to modify the default target | Cameron Grant | 2001-09-18 | 2 | -4/+22 |
| * | add a method for retrieving codec capabilities | Cameron Grant | 2001-09-18 | 2 | -0/+16 |
| * | Tweak the autoneg kickoff code to that it more closely resembles the | Bill Paul | 2001-09-18 | 1 | -3/+16 |
| * | Call acpi_DeviceIsPresent() only for devices. This should make | Mitsuru IWASAKI | 2001-09-17 | 1 | -1/+1 |
| * | SMBus support for the AMD 756 power management unit. See smbus(4), | Murray Stokely | 2001-09-16 | 1 | -0/+1 |
| * | Recognize two cheap PCI 16550 devices : | Murray Stokely | 2001-09-16 | 1 | -2/+4 |
| * | Catch up to the last commit of KSE. | Seigo Tanimura | 2001-09-15 | 1 | -1/+1 |
| * | Refine ACPI/PnP BIOS probe/attach routines a bit. | Kazutaka YOKOTA | 2001-09-15 | 5 | -19/+38 |
| * | Disable devices that are not present; at a later stage we can then enable | Mike Smith | 2001-09-15 | 1 | -0/+10 |
| * | - Correctly increment the channel refcount in dsp_open() such that it is | George C A Reid | 2001-09-14 | 4 | -9/+21 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 102 | -582/+595 |
| * | Add kernel side support for DAO burning. | Søren Schmidt | 2001-09-10 | 1 | -26/+83 |
| * | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 2 | -0/+5 |
| * | Fix some malformed macro concatenation that gcc-3 has objections about. | Peter Wemm | 2001-09-10 | 1 | -4/+4 |
| * | Lots of style(9) related white space fixes. Mostly missing spaces | Brooks Davis | 2001-09-10 | 6 | -122/+149 |
| * | Add support for monitor mode. This means that after enabling the | Brooks Davis | 2001-09-10 | 1 | -92/+254 |
| * | Fix a minor buglet/typo here that gcc3 complains about. | Peter Wemm | 2001-09-10 | 1 | -1/+1 |
| * | regenerate this file too (forgotten after last usbdevs update) | Bill Paul | 2001-09-09 | 1 | -1/+7 |
| * | Add a missing newline to an error message. | Dima Dorfman | 2001-09-09 | 1 | -1/+1 |