summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* aic7xxx.c:gibbs1999-08-302-11/+11
* Add support for the aic7859 which is found on the 2930CU.gibbs1999-08-301-11/+54
* s/si_tty_tty/si_tty/gphk1999-08-302-12/+12
* Add #include <sys/select.h> ready for select() support in bt848 driverroger1999-08-301-0/+1
* Make bdev userland access work like cdev userland access unlessphk1999-08-303-3/+0
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-4/+1
* Regenerate miidevs.h.wpaul1999-08-291-2/+7
* The ASIC on the 3c905C appears to be manufactured by Broadcom (previouswpaul1999-08-293-7/+19
* Only NetBSD needs sys/device.h.n_hibma1999-08-291-1/+2
* Only NetBSD uses sys/device.hn_hibma1999-08-291-1/+0
* Fixed printf format errors (don't assume that ntohl() returns u_long;bde1999-08-292-2/+2
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-294-11/+9
* o fix typogehenna1999-08-291-1/+1
* Initialize the si_bsize fields of the new dev structure. This fixesgrog1999-08-292-0/+7
* o synchronisation with NetBSDgehenna1999-08-293-13/+70
* Correct URL's and change ifdef to if defined (following rest of style inn_hibma1999-08-281-3/+3
* Remove NetBSD specific code. USB part is trivial, and the rest is notn_hibma1999-08-281-79/+0
* Fix various trivial warnings from LINTphk1999-08-281-0/+2
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-284-10/+8
* Thou shall do a make before commit.n_hibma1999-08-281-3/+0
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-286-7/+4
* Share more between FreeBSD and NetBSDn_hibma1999-08-281-4/+3
* Update the list of devices from NetBSDn_hibma1999-08-283-93/+183
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().phk1999-08-281-0/+3
* Back out the cdevsw_remove() from previous revision for further testing.green1999-08-281-1/+0
* Unevilize vn(4) somewhat:green1999-08-281-15/+26
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)peter1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* $Id$ -> $FreeBSD$peter1999-08-28342-373/+373
* Add miibus drivers for the ThunderLAN internal PHY and the Micro Linearwpaul1999-08-274-1/+973
* - Retain the previous vty and history buffers when setting upyokota1999-08-271-8/+5
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)peter1999-08-271-101/+104
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-1/+14
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).peter1999-08-271-10/+9
* Initialize the dev->si_bsize fields.phk1999-08-261-1/+5
* Fix DMA macros to work on alpha.dfr1999-08-261-0/+4
* Don't schedule the next transaction if the pipe is being aborted.dfr1999-08-261-1/+0
* Handle buses with multiple PHYs correctly.wpaul1999-08-261-5/+3
* read_drive: Remove references to vp->v_lastr, which is going away.grog1999-08-261-16/+3
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't havegrog1999-08-261-3/+4
* config_plex: don't allocate a rangelock struct.grog1999-08-262-8/+3
* Correct the mode information for the VGA mode X.yokota1999-08-241-4/+6
* set_sd_state: Correct the conditions for bringing up empty orgrog1999-08-241-44/+73
* Lock stripes of striped and RAID-5 plexes before writing them. Thisgrog1999-08-241-25/+36
* Add keywords setstate, checkparity, rebuildparity.grog1999-08-242-8/+14
* Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.grog1999-08-242-7/+15
* format_config: print preferred plex correctly.grog1999-08-241-0/+1
* Change parameters of unlockrange to allow calling from revive_block,grog1999-08-242-26/+26
* Add declaration for vinum_setstate_by_force.grog1999-08-241-1/+2
* give_sd_to_drive: If we don't have space, deallocate the subdisk.grog1999-08-241-26/+56
OpenPOWER on IntegriCloud