aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Properly handle the case where the residual is 0, but, as the targetJustin T. Gibbs2000-07-251-5/+12
* aic7xxx.c:Justin T. Gibbs2000-07-243-49/+92
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.Seigo Tanimura2000-07-234-76/+273
* Clean this up with some BDE-inspired fixes.Mark Murray2000-07-236-70/+90
* Remove the awi(4) manual page from the sys/ hierarchy after a repo-Sheldon Hearn2000-07-231-154/+0
* Add transmit buffer limitation depending on actual bandwidth.Poul-Henning Kamp2000-07-221-112/+159
* This is yet another attempt to fix "psmintr out of sync.." problems.Kazutaka YOKOTA2000-07-221-13/+9
* Make Reset (ESC c) reset attributes too, not only clear screenAndrey A. Chernov2000-07-211-1/+6
* Tweak probe message so that 1000baseSX and 1000baseT cards areBill Paul2000-07-201-2/+2
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICBill Paul2000-07-204-2427/+3229
* Implement SGR 22,24,25,27 from ECMA-48Andrey A. Chernov2000-07-201-0/+16
* Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetAndrey A. Chernov2000-07-201-2/+2
* Add support for the PC87303 chipset (found on Miata alphas) and addDoug Rabson2000-07-202-6/+47
* Remove some confusing verbosity - we have no idea what RAID level theMike Smith2000-07-201-18/+3
* Fix an alpha-only race which causes the transmit side of the chip toAndrew Gallatin2000-07-191-0/+12
* Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed theColeman Kane2000-07-193-21/+88
* make this file suitable for 4-stable as well as 5-currentCameron Grant2000-07-181-0/+11
* PR:19945Richard Seaman Jr.2000-07-181-1/+2
* Remove an unused variable warning.Nick Hibma2000-07-181-2/+0
* Fix the detection of parallel port Zip drives.Nick Hibma2000-07-181-4/+5
* o Convert to <inttypes.h> style fixed sized types to facilitate porting toJustin T. Gibbs2000-07-1824-1839/+2969
* Fix the IRQ9/IRQ2 confusion.Poul-Henning Kamp2000-07-181-0/+1
* Driver for LMC1504 card: four port E1 or fractional E1.Poul-Henning Kamp2000-07-181-47/+115
* Add smc37c935 chipset support and clean up the code which tries toDoug Rabson2000-07-182-32/+139
* Add in some new IN_XXX and CT_XXXX flags in preparationMatt Jacob2000-07-181-0/+6
* If debugging set, zero out an incoming response entryMatt Jacob2000-07-181-1/+5
* The SERVICING_INTERRUPT isn't quite safe yet.Matt Jacob2000-07-181-0/+4
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, soMatt Jacob2000-07-181-40/+169
* Raise debug level for some messages. Fix botched inversionMatt Jacob2000-07-181-11/+9
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesMatt Jacob2000-07-181-76/+159
* Properly detect ISA cards in EISA mode and skip them in the ISA identifyMatthew N. Dodd2000-07-182-2/+12
* The modem driver for Communication Device Class, ACM compliant devices.Nick Hibma2000-07-171-25/+1114
* Add the PCI IDs for the Macronix 98727 and 98732 parts. These areBill Paul2000-07-172-1/+10
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-1722-445/+445
* Rename MDNSECT to MD_NSECT and declare it as something that isn'tSheldon Hearn2000-07-171-3/+3
* Add randomness write functionality. This does absolutely nothing forMark Murray2000-07-174-2/+40
* Regen.Nick Hibma2000-07-172-12/+156
* Lots of new device Ids. From NetBSD.Nick Hibma2000-07-171-5/+35
* Roll back target mode f/w to 7.55- 7.65 hangs when presented with aMatt Jacob2000-07-171-1967/+1855
* Add some detection code for the InSystem USB cable (ATAPI support not yetNick Hibma2000-07-161-1/+14
* Don't break the ability to debug the kernel when gathering entropy.Mark Murray2000-07-161-1/+2
* Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips,Bill Paul2000-07-152-7/+33
* Shorten 49m attr resetting expressionAndrey A. Chernov2000-07-151-2/+1
* Reset corresponding color attributes on 39m and 49mAndrey A. Chernov2000-07-151-16/+17
* Close PR# 19904: remember to call sf_setmulti() when initializing theBill Paul2000-07-141-0/+5
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-1333-145/+61
* Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson2000-07-124-4/+518
* This in essence completes the receive path.Poul-Henning Kamp2000-07-121-117/+426
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-9/+9
* Add attribute memory setup warningsDuncan Barclay2000-07-111-37/+86