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