summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-05-01trailing spacesMichael Shalayeff
2001-05-01Add a 250ms wait in attach if ATAPI drives present on channel. SomeConstantine Sapuntzakis
2001-05-01splhigh -> splttyAaron Campbell
2001-05-01constify some arraysMichael Shalayeff
2001-05-01restore socket base addr and bus number on resume; from netbsdMichael Shalayeff
2001-05-01Fix a typo in comment. Constify. From NetBSD.Aaron Campbell
2001-05-01Add $OpenBSD$ tags.Aaron Campbell
2001-05-01Convert to new timeouts.Aaron Campbell
2001-05-01Add fields to keep track of reset capabilities and resets betterConstantine Sapuntzakis
2001-04-30Move ioctl stuff to low-level driverConstantine Sapuntzakis
2001-04-30Move ATA IOCTL commands to low-level WDC driverConstantine Sapuntzakis
2001-04-30Added ATAPI_DEVICE_RESET commandConstantine Sapuntzakis
2001-04-30koi8-r keyboard layout; from igor grabin <violent@death.kiev.ua>Michael Shalayeff
2001-04-30rework scsi stuff a bit, better locking.Michael Shalayeff
2001-04-30ami.cMichael Shalayeff
2001-04-30padnessMichael Shalayeff
2001-04-30sync.lebel
2001-04-30add new device, Lucent USB QuadraBus. deraadt@ OK.lebel
2001-04-30cleaningJason Wright
2001-04-30pretty up rx filter setupJason Wright
2001-04-30syncJason Wright
2001-04-30broadcom 5820Jason Wright
2001-04-29a few more aen definitions, from freebsdMichael Shalayeff
2001-04-29syncTheo de Raadt
2001-04-29another pucTheo de Raadt
2001-04-29When expanding the session table, only copy the number of sessions alreadyJason Wright
2001-04-24Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com toTheo de Raadt
2001-04-24missing splx, found by art, not yet tested by smurph, but he has run out of timeTheo de Raadt
2001-04-23regenTodd C. Miller
2001-04-23The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs butTodd C. Miller
2001-04-23Clean up supposedly 'impossible' case in siop_intr() soKenneth R Westerback
2001-04-23Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return.Kenneth R Westerback
2001-04-23double splxArtur Grabowski
2001-04-23double splx in error path.Artur Grabowski
2001-04-21Add $OpenBSD$ tags.Aaron Campbell
2001-04-21correct dmesgTheo de Raadt
2001-04-20Instead of initializing the colormap to me black & white, initialize theNathan Binkert
2001-04-19dmesg printout tweaksTheo de Raadt
2001-04-19Remove extra arg; from Loic Tortay <loict@bougon.net> via aaron@.Federico G. Schwindt
2001-04-19When printing the address/size, use the correct value 32, not 16.Federico G. Schwindt
2001-04-18Support the Corega FEther PCC-TXF card; taka@trans-nt.com. Addresses PR/1777.Aaron Campbell
2001-04-18regenAaron Campbell
2001-04-18Recognize the Corega FEther PCC-TXF card.Aaron Campbell
2001-04-18Oops -- adjust the comment as well.Aaron Campbell
2001-04-18Set the default bell pitch to 400, like X.Aaron Campbell
2001-04-17During a mouse motion event, inverse the new mouse position first, then theAaron Campbell
2001-04-17Enable UDMA for rev 0xd0 SiS again (undone in last update)Chris Cappuccio
2001-04-17Turn off DMA on REQUEST SENSEConstantine Sapuntzakis
2001-04-17dma_status variable check is only valid for DMA transfers.Constantine Sapuntzakis
2001-04-17No colon after "address" when printing out Ethernet address.Aaron Campbell