aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Only NetBSD needs sys/device.h.Nick Hibma1999-08-291-1/+2
* Only NetBSD uses sys/device.hNick Hibma1999-08-291-1/+0
* Fixed printf format errors (don't assume that ntohl() returns u_long;Bruce Evans1999-08-292-2/+2
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-294-11/+9
* o fix typoMasahide MAEKAWA1999-08-291-1/+1
* Initialize the si_bsize fields of the new dev structure. This fixesGreg Lehey1999-08-292-0/+7
* o synchronisation with NetBSDMasahide MAEKAWA1999-08-293-13/+70
* Correct URL's and change ifdef to if defined (following rest of style inNick Hibma1999-08-281-3/+3
* Remove NetBSD specific code. USB part is trivial, and the rest is notNick Hibma1999-08-281-79/+0
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-0/+2
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-284-10/+8
* Thou shall do a make before commit.Nick Hibma1999-08-281-3/+0
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-286-7/+4
* Share more between FreeBSD and NetBSDNick Hibma1999-08-281-4/+3
* Update the list of devices from NetBSDNick Hibma1999-08-283-93/+183
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().Poul-Henning Kamp1999-08-281-0/+3
* Back out the cdevsw_remove() from previous revision for further testing.Brian Feldman1999-08-281-1/+0
* Unevilize vn(4) somewhat:Brian Feldman1999-08-281-15/+26
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28342-373/+373
* Add miibus drivers for the ThunderLAN internal PHY and the Micro LinearBill Paul1999-08-274-1/+973
* - Retain the previous vty and history buffers when setting upKazutaka YOKOTA1999-08-271-8/+5
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)Peter Wemm1999-08-271-101/+104
* Add PHK's make_dev() into more places where DEVFS used to beJulian Elischer1999-08-271-1/+14
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).Peter Wemm1999-08-271-10/+9
* Initialize the dev->si_bsize fields.Poul-Henning Kamp1999-08-261-1/+5
* Fix DMA macros to work on alpha.Doug Rabson1999-08-261-0/+4
* Don't schedule the next transaction if the pipe is being aborted.Doug Rabson1999-08-261-1/+0
* Handle buses with multiple PHYs correctly.Bill Paul1999-08-261-5/+3
* read_drive: Remove references to vp->v_lastr, which is going away.Greg Lehey1999-08-261-16/+3
* complete_rqe: explicitly reinitialize b.b_iodone. This shouldn't haveGreg Lehey1999-08-261-3/+4
* config_plex: don't allocate a rangelock struct.Greg Lehey1999-08-262-8/+3
* Correct the mode information for the VGA mode X.Kazutaka YOKOTA1999-08-241-4/+6
* set_sd_state: Correct the conditions for bringing up empty orGreg Lehey1999-08-241-44/+73
* Lock stripes of striped and RAID-5 plexes before writing them. ThisGreg Lehey1999-08-241-25/+36
* Add keywords setstate, checkparity, rebuildparity.Greg Lehey1999-08-242-8/+14
* Add VINUM_SETSTATE_FORCE ioctl for diddling individual object states.Greg Lehey1999-08-242-7/+15
* format_config: print preferred plex correctly.Greg Lehey1999-08-241-0/+1
* Change parameters of unlockrange to allow calling from revive_block,Greg Lehey1999-08-242-26/+26
* Add declaration for vinum_setstate_by_force.Greg Lehey1999-08-241-1/+2
* give_sd_to_drive: If we don't have space, deallocate the subdisk.Greg Lehey1999-08-241-26/+56
* vinumclose: close raw plexes and subdisks.Greg Lehey1999-08-241-10/+16
* Add support for logging subdisk I/O.Greg Lehey1999-08-242-18/+32
* Cast pointers to uintptr_t instead of casting them to u_long, and/or viceBruce Evans1999-08-241-2/+2
* Reset the UHCI controller when the device comes back from suspend.Nick Hibma1999-08-233-22/+46
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-2335-705/+154
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-232-9/+9
* - Make binary size smaller.KATO Takenori1999-08-231-6/+6
* Disable some apparently stray debug printfs:Peter Wemm1999-08-231-1/+3