aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add busspace hacks for ia64.Doug Rabson2001-10-041-0/+6
* Use return_PTR, not return_VALUE when returning pointers.Doug Rabson2001-10-041-2/+2
* Check the compatible ID as well as the hardware ID in acpi_MatchHid.Doug Rabson2001-10-041-0/+5
* Doh! committed from the wrong tree, this is the right "stuff"...Søren Schmidt2001-10-033-3/+3
* Proberly support the Promise TX2/4.Søren Schmidt2001-10-033-8/+51
* cosmetics in the bootverbose probe-Søren Schmidt2001-10-031-2/+4
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.Søren Schmidt2001-10-031-2/+7
* Add PnP ID 'IBM3781' for TP240 mouse.Takanori Watanabe2001-10-031-0/+1
* Note the 'common knowledge' assumption that each NIC's softc startsMatt Jacob2001-10-011-0/+9
* Change the way DAO/TAO mode is init'ed.Søren Schmidt2001-10-011-20/+21
* Begin to implement target mode that for Fibre Channel has a privateMatt Jacob2001-10-012-29/+68
* Implement a call to get the actual link data rate (if 23XX) so we canMatt Jacob2001-10-013-39/+69
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beIan Dowse2001-09-293-0/+38
* When calling isp_reset, set the request/response in/out pointers all atMatt Jacob2001-09-291-9/+13
* Do not call mii_polltick() immediately after mii_tick().Jonathan Lemon2001-09-294-21/+14
* Do not call mii_pollstat() from within device tick routines; the statusJonathan Lemon2001-09-293-17/+11
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-2923-543/+233
* Change the order that we print the media options during device probe toJonathan Lemon2001-09-291-30/+24
* Add field for last active status, as well as function prototypes.Jonathan Lemon2001-09-291-0/+3
* Add new device method miibus_linkchg, along with a service routine.Jonathan Lemon2001-09-293-0/+102
* Add another pnpid for the AWE64George C A Reid2001-09-291-0/+1
* release isa dma channels on unload.Cameron Grant2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintsCameron Grant2001-09-295-95/+122
* Add support for 28800 baud to sio.Jonathan Lemon2001-09-291-0/+1
* 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