| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add busspace hacks for ia64. | Doug Rabson | 2001-10-04 | 1 | -0/+6 |
| * | Use return_PTR, not return_VALUE when returning pointers. | Doug Rabson | 2001-10-04 | 1 | -2/+2 |
| * | Check the compatible ID as well as the hardware ID in acpi_MatchHid. | Doug Rabson | 2001-10-04 | 1 | -0/+5 |
| * | Doh! committed from the wrong tree, this is the right "stuff"... | Søren Schmidt | 2001-10-03 | 3 | -3/+3 |
| * | Proberly support the Promise TX2/4. | Søren Schmidt | 2001-10-03 | 3 | -8/+51 |
| * | cosmetics in the bootverbose probe- | Søren Schmidt | 2001-10-03 | 1 | -2/+4 |
| * | Hopefully fix the identify failed on ATAPI slaves on some notebooks. | Søren Schmidt | 2001-10-03 | 1 | -2/+7 |
| * | Add PnP ID 'IBM3781' for TP240 mouse. | Takanori Watanabe | 2001-10-03 | 1 | -0/+1 |
| * | Note the 'common knowledge' assumption that each NIC's softc starts | Matt Jacob | 2001-10-01 | 1 | -0/+9 |
| * | Change the way DAO/TAO mode is init'ed. | Søren Schmidt | 2001-10-01 | 1 | -20/+21 |
| * | Begin to implement target mode that for Fibre Channel has a private | Matt Jacob | 2001-10-01 | 2 | -29/+68 |
| * | Implement a call to get the actual link data rate (if 23XX) so we can | Matt Jacob | 2001-10-01 | 3 | -39/+69 |
| * | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | Ian Dowse | 2001-09-29 | 3 | -0/+38 |
| * | When calling isp_reset, set the request/response in/out pointers all at | Matt Jacob | 2001-09-29 | 1 | -9/+13 |
| * | Do not call mii_polltick() immediately after mii_tick(). | Jonathan Lemon | 2001-09-29 | 4 | -21/+14 |
| * | Do not call mii_pollstat() from within device tick routines; the status | Jonathan Lemon | 2001-09-29 | 3 | -17/+11 |
| * | Cleanup pass for mii drivers. | Jonathan Lemon | 2001-09-29 | 23 | -543/+233 |
| * | Change the order that we print the media options during device probe to | Jonathan Lemon | 2001-09-29 | 1 | -30/+24 |
| * | Add field for last active status, as well as function prototypes. | Jonathan Lemon | 2001-09-29 | 1 | -0/+3 |
| * | Add new device method miibus_linkchg, along with a service routine. | Jonathan Lemon | 2001-09-29 | 3 | -0/+102 |
| * | Add another pnpid for the AWE64 | George C A Reid | 2001-09-29 | 1 | -0/+1 |
| * | release isa dma channels on unload. | Cameron Grant | 2001-09-29 | 1 | -3/+7 |
| * | allow the hardware buffer size to be controlled with hints | Cameron Grant | 2001-09-29 | 5 | -95/+122 |
| * | Add support for 28800 baud to sio. | Jonathan Lemon | 2001-09-29 | 1 | -0/+1 |
| * | 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 |