aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* By convention, the moduledata is static unless there is a reason for itPeter Wemm2001-03-131-1/+1
* Fix a whitespace bogon.Jonathan Lemon2001-03-121-1/+1
* Convert the fxp driver to miibus, which involves ripping out the PHYJonathan Lemon2001-03-123-755/+587
* change the default mode from adhoc to bss (infrastructure)Assar Westerlund2001-03-121-1/+1
* change default from adhoc mode to BSS (infrastructure)Assar Westerlund2001-03-121-1/+1
* Add drivers for Intel 82553 and 82555 PHYs.Jonathan Lemon2001-03-122-0/+340
* Regenerate.Jonathan Lemon2001-03-121-1/+8
* Add some definitions for Intel 82553 PHYsJonathan Lemon2001-03-121-0/+5
* Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov2001-03-122-15/+7
* Update default keyboard (PREV, PASTE)Andrey A. Chernov2001-03-121-2/+2
* Implement keyboard pasteAndrey A. Chernov2001-03-113-5/+17
* This is an MFC candidate.Justin T. Gibbs2001-03-1114-389/+521
* Very large makeover of the /dev/random driver.Mark Murray2001-03-107-458/+504
* Fix a botch where we wrote the year register with > 2 digits (andMatt Jacob2001-03-091-9/+6
* Remove vn(4) driver.Poul-Henning Kamp2001-03-091-794/+0
* Use a more BIOS friendly geometry.Poul-Henning Kamp2001-03-091-1/+1
* Remember to actually program the MAC address into the unicast filterBill Paul2001-03-071-0/+7
* Bring our local hack for wakeup back fromMitsuru IWASAKI2001-03-071-0/+88
* Add GVC1601 - Rockwell V.34 Plug & Play ModemMIHIRA Sanpei Yoshiro2001-03-071-0/+1
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560MIHIRA Sanpei Yoshiro2001-03-071-0/+1
* Set si_iosize_max to 64K, even though the adapter seems to be able to do more.Scott Long2001-03-071-11/+4
* - Lock the process while sending it a signal.John Baldwin2001-03-071-2/+13
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-074-2/+15
* Split out the ata probes in seperate files for each bus type.Søren Schmidt2001-03-066-824/+922
* Indent the comment about the Alpha palette evilness correctly.John Baldwin2001-03-061-5/+5
* Cosmetic change to the probe printf'sSøren Schmidt2001-03-063-3/+3
* #if 0 out a variable only used in #if 0'd code to quiet a warning.John Baldwin2001-03-061-0/+4
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textAndrey A. Chernov2001-03-061-0/+1
* The SRM console gets the red and blue attributes backwards in the VGAJohn Baldwin2001-03-051-0/+12
* increase timeouts for ad_wait_init()Cameron Grant2001-03-051-5/+5
* MFS: don't ignore the result of mixer_init()Cameron Grant2001-03-051-56/+57
* only mess with the power state on 5.xCameron Grant2001-03-051-1/+2
* MFS: add kobj.h to reduce diffs from -stableCameron Grant2001-03-051-0/+1
* MFS: don't pagefault in sndbuf_clearCameron Grant2001-03-051-19/+9
* MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stableCameron Grant2001-03-051-0/+2
* MFS: add '# KOBJ' as the first line of each .m file to reduce diffs fromCameron Grant2001-03-054-0/+4
* enable per-device sysctls unconditionallyCameron Grant2001-03-051-1/+1
* nuke the splstack stuff, snd_mtx* will now be no-ops on 4.xCameron Grant2001-03-051-29/+1
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5Peter Wemm2001-03-051-0/+1
* pkh's TAILQ changes to if_mutliaddrs missed a counting loop.Duncan Barclay2001-03-041-1/+2
* more 32 to 16 bit handle conversionsMatt Jacob2001-03-041-2/+2
* More 32 to 16 bit handle stuff. Roll core minor version.Matt Jacob2001-03-041-2/+2
* Remove a superfluous newline in a string (isp_prt adds this).Matt Jacob2001-03-041-2/+2
* Harvest interrupt entropy off the floppy disk controller.Mark Murray2001-03-031-1/+2
* Take down a comment that is no longer true.Mark Murray2001-03-031-4/+0
* Add support for Dlink DL10022 to the ed driver. This is a mii partWarner Losh2001-03-035-0/+277
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-026-87/+150
* Fix isp_print_qentry to print all four lines- it's been broken for months.Matt Jacob2001-03-021-2/+3
* There were a few changes missed when this file was converted toIan Dowse2001-03-021-3/+9
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-0130-36/+42