Age | Commit message (Expand) | Author |
2001-04-30 | Move ATA IOCTL commands to low-level WDC driver | Constantine Sapuntzakis |
2001-04-30 | Added ATAPI_DEVICE_RESET command | Constantine Sapuntzakis |
2001-04-30 | rework scsi stuff a bit, better locking. | Michael Shalayeff |
2001-04-30 | ami.c | Michael Shalayeff |
2001-04-30 | padness | Michael Shalayeff |
2001-04-29 | a few more aen definitions, from freebsd | Michael Shalayeff |
2001-04-24 | missing splx, found by art, not yet tested by smurph, but he has run out of time | Theo de Raadt |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback |
2001-04-23 | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | Kenneth R Westerback |
2001-04-23 | double splx | Artur Grabowski |
2001-04-23 | double splx in error path. | Artur Grabowski |
2001-04-21 | Add $OpenBSD$ tags. | Aaron Campbell |
2001-04-20 | Instead of initializing the colormap to me black & white, initialize the | Nathan Binkert |
2001-04-17 | No colon after "address" when printing out Ethernet address. | Aaron Campbell |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-16 | incorrect return value from ami_intr | Theo de Raadt |
2001-04-16 | Avoid resetting the interface when not needed; allows temporary WEP keys | Thorsten Lockert |
2001-04-15 | another | Theo de Raadt |
2001-04-15 | Support U160 on 53c1010 chips. | Kenneth R Westerback |
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell |
2001-04-14 | Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which is | Aaron Campbell |
2001-04-13 | Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@ | Aaron Campbell |
2001-04-13 | Oops, remove an unrelated debugging #if 0. | Aaron Campbell |
2001-04-13 | Disestablish the shutdownhook on detach. | Aaron Campbell |
2001-04-12 | Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@ | Nathan Binkert |
2001-04-11 | just fail if there are no volumes defined | Michael Shalayeff |
2001-04-11 | Remove old adw firmware (3.3a). 3.3f in dev/microcode/adw. | Kenneth R Westerback |
2001-04-11 | Update the adw driver to use the latest version of firmware (3.3f). | Kenneth R Westerback |
2001-04-10 | Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts; | Aaron Campbell |
2001-04-08 | Don't print anything for transmission error 90, since the driver always | Aaron Campbell |
2001-04-07 | Silly TRUE & FALSE constants definitions for the sake of old VM compilations | Niklas Hallqvist |
2001-04-06 | documentation should follow code | Theo de Raadt |
2001-04-06 | - For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work. | Aaron Campbell |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-04-04 | Roll Core minor. Ansify source. Handles are now 16 bits. Add | mjacob |
2001-04-04 | Add some additional mailbox definitions. Rename ICBOPT_PORTNAME to | mjacob |
2001-04-04 | Keep up with the Joneses- sync up with core code for (eventual) usage here. | mjacob |
2001-04-04 | Roll platform major/minor. Ansify. Add the appropriate bits for | mjacob |
2001-04-04 | Ansify source. Set poenings to maxcmds again. Turn on interrupt | mjacob |
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob |
2001-04-04 | Ansify source. Say which channel the initiator ID is for. Rename | mjacob |
2001-04-04 | Lay the groundwork for disabling ATAPI DMA on controllers | Constantine Sapuntzakis |
2001-04-02 | pool_get with PR_NOWAIT can fail. Handle that. | Artur Grabowski |
2001-04-01 | if we have a secondary fontset loaded and it | Michael Shalayeff |
2001-03-30 | init started aen; from nbsd | Michael Shalayeff |
2001-03-29 | Add diagnostic message. | Nathan Binkert |
2001-03-29 | Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC and | Aaron Campbell |
2001-03-29 | Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible Ethernet | Aaron Campbell |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-28 | ioctl_meteor.h and ioctl_bt848.h merge; from NetBSD. | Federico G. Schwindt |