summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a reference to the "vn" driver in a warning message.phk2001-03-201-1/+1
* This is an MFC candidate.gibbs2001-03-201-7/+6
* Try not to engage to ATA channels that are disabled by the BIOS.sos2001-03-191-0/+5
* On open create all the CD physical track devices according to thesos2001-03-192-40/+45
* Only allow root to attach/detach/etc ATA/ATAPI devices.sos2001-03-191-1/+1
* Add sysctls for reading the tunables as suggested by des.sos2001-03-196-85/+142
* Cleanup the alloc/release code a bit.sos2001-03-191-25/+19
* Cosmetic changes.sos2001-03-192-22/+22
* This is an MFC candidate.gibbs2001-03-193-5/+7
* pcm driver for S3 Sonicvibes chipset.orion2001-03-193-0/+1135
* Use a module name of 'if_lnc' in both the PCI and ISA sections ofiedowse2001-03-182-2/+2
* destroy child devices on detach to prevent ever-increasing numbers ofcg2001-03-171-7/+10
* Really fix NWAY negotiation for the 82553 PHY. Locking down thejlemon2001-03-171-2/+12
* This is an MFC candidate.gibbs2001-03-173-2/+6
* Fix a few things in the aic(4) driver:ken2001-03-164-7/+47
* Fix a typo which would cause containers between 1GB and 2GB to have the wrongmsmith2001-03-161-1/+1
* fix a typo preventing the second dma channel being releasedcg2001-03-161-1/+3
* don't leak memory allocated for feeders at module unloadcg2001-03-163-1/+22
* Enable some undocumented bits in the DP83840 PHY, which is neededjlemon2001-03-161-5/+8
* Commit port of cnw driver from Hiroyuki Aizu-san. This driverimp2001-03-163-0/+2006
* Provide the interface to atacontrol and associated logic.sos2001-03-1510-455/+503
* The serverworks OSB4 pci->isa bridge has the same mapping register atpeter2001-03-151-3/+3
* Add some performance features to the fxp driver. If the chip is notjlemon2001-03-143-28/+74
* Minor cleanup to the previous commit:sos2001-03-144-15/+20
* Add support for the IOMEGA Clik!sos2001-03-141-0/+16
* Refine the detach/attach code.sos2001-03-1412-198/+349
* - Do not touch the Giant.tanimura2001-03-147-189/+2
* Clean up usage- ct_reserved is really ct_syshandle now.mjacob2001-03-141-13/+13
* First cut of target mode swizzling for non-little endian machines.mjacob2001-03-141-116/+150
* Mote that how the pad bytes can be divided in half and used by eithermjacob2001-03-141-4/+8
* In order to save ourselves grief with the SUNPRO compiler undermjacob2001-03-143-176/+80
* fix a panic triggerable by anyone with read/write access to the audiocg2001-03-133-1/+11
* Multiply empty lines pasted as single line, fix itache2001-03-131-2/+2
* Fix a race condition in the transmit path caused by the controllerphk2001-03-131-54/+94
* By convention, the moduledata is static unless there is a reason for itpeter2001-03-131-1/+1
* Fix a whitespace bogon.jlemon2001-03-121-1/+1
* Convert the fxp driver to miibus, which involves ripping out the PHYjlemon2001-03-123-757/+589
* 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
OpenPOWER on IntegriCloud