| Commit message (Expand) | Author | Age | Files | Lines |
| * | Properly handle the case where the residual is 0, but, as the target | Justin T. Gibbs | 2000-07-25 | 1 | -5/+12 |
| * | aic7xxx.c: | Justin T. Gibbs | 2000-07-24 | 3 | -49/+92 |
| * | MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX. | Seigo Tanimura | 2000-07-23 | 4 | -76/+273 |
| * | Clean this up with some BDE-inspired fixes. | Mark Murray | 2000-07-23 | 6 | -70/+90 |
| * | Remove the awi(4) manual page from the sys/ hierarchy after a repo- | Sheldon Hearn | 2000-07-23 | 1 | -154/+0 |
| * | Add transmit buffer limitation depending on actual bandwidth. | Poul-Henning Kamp | 2000-07-22 | 1 | -112/+159 |
| * | This is yet another attempt to fix "psmintr out of sync.." problems. | Kazutaka YOKOTA | 2000-07-22 | 1 | -13/+9 |
| * | Make Reset (ESC c) reset attributes too, not only clear screen | Andrey A. Chernov | 2000-07-21 | 1 | -1/+6 |
| * | Tweak probe message so that 1000baseSX and 1000baseT cards are | Bill Paul | 2000-07-20 | 1 | -2/+2 |
| * | Update the Tigon driver to support 1000baseTX gigE over copper AceNIC | Bill Paul | 2000-07-20 | 4 | -2427/+3229 |
| * | Implement SGR 22,24,25,27 from ECMA-48 | Andrey A. Chernov | 2000-07-20 | 1 | -0/+16 |
| * | Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset | Andrey A. Chernov | 2000-07-20 | 1 | -2/+2 |
| * | Add support for the PC87303 chipset (found on Miata alphas) and add | Doug Rabson | 2000-07-20 | 2 | -6/+47 |
| * | Remove some confusing verbosity - we have no idea what RAID level the | Mike Smith | 2000-07-20 | 1 | -18/+3 |
| * | Fix an alpha-only race which causes the transmit side of the chip to | Andrew Gallatin | 2000-07-19 | 1 | -0/+12 |
| * | Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed the | Coleman Kane | 2000-07-19 | 3 | -21/+88 |
| * | make this file suitable for 4-stable as well as 5-current | Cameron Grant | 2000-07-18 | 1 | -0/+11 |
| * | PR:19945 | Richard Seaman Jr. | 2000-07-18 | 1 | -1/+2 |
| * | Remove an unused variable warning. | Nick Hibma | 2000-07-18 | 1 | -2/+0 |
| * | Fix the detection of parallel port Zip drives. | Nick Hibma | 2000-07-18 | 1 | -4/+5 |
| * | o Convert to <inttypes.h> style fixed sized types to facilitate porting to | Justin T. Gibbs | 2000-07-18 | 24 | -1839/+2969 |
| * | Fix the IRQ9/IRQ2 confusion. | Poul-Henning Kamp | 2000-07-18 | 1 | -0/+1 |
| * | Driver for LMC1504 card: four port E1 or fractional E1. | Poul-Henning Kamp | 2000-07-18 | 1 | -47/+115 |
| * | Add smc37c935 chipset support and clean up the code which tries to | Doug Rabson | 2000-07-18 | 2 | -32/+139 |
| * | Add in some new IN_XXX and CT_XXXX flags in preparation | Matt Jacob | 2000-07-18 | 1 | -0/+6 |
| * | If debugging set, zero out an incoming response entry | Matt Jacob | 2000-07-18 | 1 | -1/+5 |
| * | The SERVICING_INTERRUPT isn't quite safe yet. | Matt Jacob | 2000-07-18 | 1 | -0/+4 |
| * | Add a isp_target_putback_atio- we aren't using CCINCR at this time, so | Matt Jacob | 2000-07-18 | 1 | -40/+169 |
| * | Raise debug level for some messages. Fix botched inversion | Matt Jacob | 2000-07-18 | 1 | -11/+9 |
| * | Keep interrupts blocked for all of isp_pci_attach. Redo DMA routines | Matt Jacob | 2000-07-18 | 1 | -76/+159 |
| * | Properly detect ISA cards in EISA mode and skip them in the ISA identify | Matthew N. Dodd | 2000-07-18 | 2 | -2/+12 |
| * | The modem driver for Communication Device Class, ACM compliant devices. | Nick Hibma | 2000-07-17 | 1 | -25/+1114 |
| * | Add the PCI IDs for the Macronix 98727 and 98732 parts. These are | Bill Paul | 2000-07-17 | 2 | -1/+10 |
| * | Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD | Nick Hibma | 2000-07-17 | 22 | -445/+445 |
| * | Rename MDNSECT to MD_NSECT and declare it as something that isn't | Sheldon Hearn | 2000-07-17 | 1 | -3/+3 |
| * | Add randomness write functionality. This does absolutely nothing for | Mark Murray | 2000-07-17 | 4 | -2/+40 |
| * | Regen. | Nick Hibma | 2000-07-17 | 2 | -12/+156 |
| * | Lots of new device Ids. From NetBSD. | Nick Hibma | 2000-07-17 | 1 | -5/+35 |
| * | Roll back target mode f/w to 7.55- 7.65 hangs when presented with a | Matt Jacob | 2000-07-17 | 1 | -1967/+1855 |
| * | Add some detection code for the InSystem USB cable (ATAPI support not yet | Nick Hibma | 2000-07-16 | 1 | -1/+14 |
| * | Don't break the ability to debug the kernel when gathering entropy. | Mark Murray | 2000-07-16 | 1 | -1/+2 |
| * | Apply patch to the dc driver to handle Macronix MX98715AEC-C/D/E chips, | Bill Paul | 2000-07-15 | 2 | -7/+33 |
| * | Shorten 49m attr resetting expression | Andrey A. Chernov | 2000-07-15 | 1 | -2/+1 |
| * | Reset corresponding color attributes on 39m and 49m | Andrey A. Chernov | 2000-07-15 | 1 | -16/+17 |
| * | Close PR# 19904: remember to call sf_setmulti() when initializing the | Bill Paul | 2000-07-14 | 1 | -0/+5 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 33 | -145/+61 |
| * | Add support for Intel's i810 chipset with integrated graphics. An | Doug Rabson | 2000-07-12 | 4 | -4/+518 |
| * | This in essence completes the receive path. | Poul-Henning Kamp | 2000-07-12 | 1 | -117/+426 |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 1 | -9/+9 |
| * | Add attribute memory setup warnings | Duncan Barclay | 2000-07-11 | 1 | -37/+86 |