summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* change the default mode from adhoc to bss (infrastructure)assar2001-03-121-1/+1
* change default from adhoc mode to BSS (infrastructure)assar2001-03-121-1/+1
* Add drivers for Intel 82553 and 82555 PHYs.jlemon2001-03-122-0/+340
* Regenerate.jlemon2001-03-121-1/+8
* Add some definitions for Intel 82553 PHYsjlemon2001-03-121-0/+5
* Don't require that mouse cursor must be visible before mouse paste.ache2001-03-122-15/+7
* Update default keyboard (PREV, PASTE)ache2001-03-121-2/+2
* Implement keyboard pasteache2001-03-113-5/+17
* This is an MFC candidate.gibbs2001-03-1114-397/+529
* Very large makeover of the /dev/random driver.markm2001-03-107-459/+505
* Fix a botch where we wrote the year register with > 2 digits (andmjacob2001-03-091-9/+6
* Remove vn(4) driver.phk2001-03-091-794/+0
* Use a more BIOS friendly geometry.phk2001-03-091-1/+1
* Remember to actually program the MAC address into the unicast filterwpaul2001-03-071-0/+7
* Bring our local hack for wakeup back fromiwasaki2001-03-071-0/+88
* Add GVC1601 - Rockwell V.34 Plug & Play Modemsanpei2001-03-071-0/+1
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560sanpei2001-03-071-0/+1
* Set si_iosize_max to 64K, even though the adapter seems to be able to do more.scottl2001-03-071-11/+4
* - Lock the process while sending it a signal.jhb2001-03-071-2/+13
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-074-2/+15
* Split out the ata probes in seperate files for each bus type.sos2001-03-066-824/+922
* Indent the comment about the Alpha palette evilness correctly.jhb2001-03-061-5/+5
* Cosmetic change to the probe printf'ssos2001-03-063-3/+3
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-061-0/+4
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textache2001-03-061-0/+1
* The SRM console gets the red and blue attributes backwards in the VGAjhb2001-03-051-0/+12
* increase timeouts for ad_wait_init()cg2001-03-051-5/+5
* MFS: don't ignore the result of mixer_init()cg2001-03-051-56/+57
* only mess with the power state on 5.xcg2001-03-051-1/+2
* MFS: add kobj.h to reduce diffs from -stablecg2001-03-051-0/+1
* MFS: don't pagefault in sndbuf_clearcg2001-03-051-19/+9
* MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stablecg2001-03-051-0/+2
* MFS: add '# KOBJ' as the first line of each .m file to reduce diffs fromcg2001-03-054-0/+4
* enable per-device sysctls unconditionallycg2001-03-051-1/+1
* nuke the splstack stuff, snd_mtx* will now be no-ops on 4.xcg2001-03-051-29/+1
* Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5peter2001-03-051-0/+1
* pkh's TAILQ changes to if_mutliaddrs missed a counting loop.dmlb2001-03-041-1/+2
* more 32 to 16 bit handle conversionsmjacob2001-03-041-2/+2
* More 32 to 16 bit handle stuff. Roll core minor version.mjacob2001-03-041-2/+2
* Remove a superfluous newline in a string (isp_prt adds this).mjacob2001-03-041-2/+2
* Harvest interrupt entropy off the floppy disk controller.markm2001-03-031-1/+2
* Take down a comment that is no longer true.markm2001-03-031-4/+0
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-035-0/+277
* Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-026-87/+150
* Fix isp_print_qentry to print all four lines- it's been broken for months.mjacob2001-03-021-2/+3
* There were a few changes missed when this file was converted toiedowse2001-03-021-3/+9
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-0130-36/+42
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapmjacob2001-03-011-88/+110
* Go to a default port and default node wwn model. Eliminate isp_namemjacob2001-03-011-8/+8
* Finally eliminate as many of the printf calls as possible (still leavingmjacob2001-03-011-30/+42
OpenPOWER on IntegriCloud