| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add miibus drivers for the ThunderLAN internal PHY and the Micro Linear | Bill Paul | 1999-08-27 | 4 | -1/+973 |
| * | - Retain the previous vty and history buffers when setting up | Kazutaka YOKOTA | 1999-08-27 | 1 | -8/+5 |
| * | A few style changes (fixes hopefully) and some more tidying up. Fix (?) | Peter Wemm | 1999-08-27 | 1 | -101/+104 |
| * | Add PHK's make_dev() into more places where DEVFS used to be | Julian Elischer | 1999-08-27 | 1 | -1/+14 |
| * | Don't return 0 for an unknown ioctl (!). This was breaking ppp(8). | Peter Wemm | 1999-08-27 | 1 | -10/+9 |
| * | Initialize the dev->si_bsize fields. | Poul-Henning Kamp | 1999-08-26 | 1 | -1/+5 |
| * | Fix DMA macros to work on alpha. | Doug Rabson | 1999-08-26 | 1 | -0/+4 |
| * | Don't schedule the next transaction if the pipe is being aborted. | Doug Rabson | 1999-08-26 | 1 | -1/+0 |
| * | Handle buses with multiple PHYs correctly. | Bill Paul | 1999-08-26 | 1 | -5/+3 |
| * | read_drive: Remove references to vp->v_lastr, which is going away. | Greg Lehey | 1999-08-26 | 1 | -16/+3 |
| * | complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't have | Greg Lehey | 1999-08-26 | 1 | -3/+4 |
| * | config_plex: don't allocate a rangelock struct. | Greg Lehey | 1999-08-26 | 2 | -8/+3 |
| * | Correct the mode information for the VGA mode X. | Kazutaka YOKOTA | 1999-08-24 | 1 | -4/+6 |
| * | set_sd_state: Correct the conditions for bringing up empty or | Greg Lehey | 1999-08-24 | 1 | -44/+73 |
| * | Lock stripes of striped and RAID-5 plexes before writing them. This | Greg Lehey | 1999-08-24 | 1 | -25/+36 |
| * | Add keywords setstate, checkparity, rebuildparity. | Greg Lehey | 1999-08-24 | 2 | -8/+14 |
| * | Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states. | Greg Lehey | 1999-08-24 | 2 | -7/+15 |
| * | format_config: print preferred plex correctly. | Greg Lehey | 1999-08-24 | 1 | -0/+1 |
| * | Change parameters of unlockrange to allow calling from revive_block, | Greg Lehey | 1999-08-24 | 2 | -26/+26 |
| * | Add declaration for vinum_setstate_by_force. | Greg Lehey | 1999-08-24 | 1 | -1/+2 |
| * | give_sd_to_drive: If we don't have space, deallocate the subdisk. | Greg Lehey | 1999-08-24 | 1 | -26/+56 |
| * | vinumclose: close raw plexes and subdisks. | Greg Lehey | 1999-08-24 | 1 | -10/+16 |
| * | Add support for logging subdisk I/O. | Greg Lehey | 1999-08-24 | 2 | -18/+32 |
| * | Cast pointers to uintptr_t instead of casting them to u_long, and/or vice | Bruce Evans | 1999-08-24 | 1 | -2/+2 |
| * | Reset the UHCI controller when the device comes back from suspend. | Nick Hibma | 1999-08-23 | 3 | -22/+46 |
| * | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 35 | -699/+148 |
| * | Use devtoname() to print dev_t's instead of casting them to long or u_long | Bruce Evans | 1999-08-23 | 2 | -9/+9 |
| * | - Make binary size smaller. | KATO Takenori | 1999-08-23 | 1 | -6/+6 |
| * | Disable some apparently stray debug printfs: | Peter Wemm | 1999-08-23 | 1 | -1/+3 |
| * | Fix the breakage caused by hanging softc off dev_t. This is only | Poul-Henning Kamp | 1999-08-23 | 1 | -7/+36 |
| * | - Remove cdevsw entry points in individual keyboard drivers; | Kazutaka YOKOTA | 1999-08-22 | 9 | -623/+164 |
| * | Improve the detection code for GlidePoint. This is still a kludge, | Kazutaka YOKOTA | 1999-08-22 | 1 | -2/+4 |
| * | Crap, I knew I was going to forget something: add missing miibus method | Bill Paul | 1999-08-22 | 1 | -0/+36 |
| * | Clean up after removing sys/eventhandler.h from sys/systm.h at the last | Mike Smith | 1999-08-21 | 7 | -6/+15 |
| * | Add missing include. | Bill Fumerola | 1999-08-21 | 1 | -0/+1 |
| * | This commit adds support for the NetBSD MII abstraction layer and | Bill Paul | 1999-08-21 | 13 | -0/+2597 |
| * | Implement a new generic mechanism for attaching handler functions to | Mike Smith | 1999-08-21 | 12 | -55/+69 |
| * | First small steps at merging DEVFS and PHK's Dev_t stuff. | Julian Elischer | 1999-08-20 | 1 | -2/+5 |
| * | Fix stupid error (xse -> xsc). | Matthew N. Dodd | 1999-08-20 | 1 | -10/+11 |
| * | Set ifp->if_init to the right function. | Matthew N. Dodd | 1999-08-20 | 3 | -22/+31 |
| * | Replace the tulip_delay_300ns() with a DELAY(1). Hammering the PCI bus | Peter Wemm | 1999-08-19 | 1 | -11/+2 |
| * | Make these actually compile. I got a little delete happy pruning includes | Matthew N. Dodd | 1999-08-18 | 6 | -13/+30 |
| * | Add pin-numbers for easy reference. | Poul-Henning Kamp | 1999-08-18 | 1 | -11/+12 |
| * | printf("%x",dev); -> printf("%s",devtoname(dev)); | Nick Sayer | 1999-08-18 | 1 | -11/+11 |
| * | 1) rename dev->self to be consistent | Nick Hibma | 1999-08-18 | 2 | -76/+107 |
| * | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | Matthew N. Dodd | 1999-08-18 | 6 | -343/+27 |
| * | Wrap two declarations that are only used in an #ifdef in their own #ifdef. | Bill Fumerola | 1999-08-17 | 1 | -1/+5 |
| * | Welcome devtoname(), to most likely be used when printing information | Bill Fumerola | 1999-08-17 | 1 | -5/+5 |
| * | Recognize Interlink VersaPad. `Tap' action will be recognized | Kazutaka YOKOTA | 1999-08-17 | 1 | -4/+100 |
| * | - Added documentation | Nick Hibma | 1999-08-17 | 1 | -1313/+1500 |