aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* Change the "bdev-whiner" to whine when open is attempted and extendPoul-Henning Kamp2000-05-091-0/+1
* Give struct bio it's own call back mechanism.Poul-Henning Kamp2000-05-011-3/+10
* Clone the {b|bio}_offset field, and make sure it is always initializedPoul-Henning Kamp2000-04-251-4/+8
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+3
* Split the logic ofBrian Feldman2000-03-201-0/+1
* diff, patch and cvs didn't like these three last time around, try again.Poul-Henning Kamp2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+7
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-071-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Remove the now unused chrtoblk() function.Poul-Henning Kamp1999-11-291-1/+0
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.Poul-Henning Kamp1999-11-261-0/+1
* Zap devsw_module_handler().Peter Wemm1999-11-081-1/+0
* Rename remove_dev() to destroy_dev().Poul-Henning Kamp1999-11-081-1/+1
* Don't indirect via devsw_module_handler() for DEV_MODULE() routines, havePeter Wemm1999-11-081-6/+2
* Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp1999-11-071-1/+0
* Remove the devsw magic from DEV_MODULE()Poul-Henning Kamp1999-11-071-4/+3
* Warn once per driver about dev_t's not registered with make_dev().Poul-Henning Kamp1999-10-041-0/+1
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-301-3/+0
* For some reason patch didn't remove these three lines first time around.Poul-Henning Kamp1999-09-251-3/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-9/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-2/+2
* Kill the cdevsw->d_maxio field.Poul-Henning Kamp1999-09-221-3/+2
* Step one of replacing devsw->d_maxio with si_bsize_max.Poul-Henning Kamp1999-09-201-2/+2
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).Bruce Evans1999-09-131-2/+2
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)Brian Feldman1999-09-121-4/+5
* Revert a bunch of contraversial changes by PHK. AfterJulian Elischer1999-09-031-0/+2
* s/si_tty_tty/si_tty/gPoul-Henning Kamp1999-08-301-2/+2
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-2/+0
* Add micro "disk" layer which should enable us to pull all the slice/labelPoul-Henning Kamp1999-08-291-0/+3
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultPoul-Henning Kamp1999-08-291-2/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-2/+2
* Make a place to store the devfs hook for the block device, as the sameJulian Elischer1999-08-251-1/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-5/+16
* First small steps at merging DEVFS and PHK's Dev_t stuff.Julian Elischer1999-08-201-2/+3
* Welcome devtoname(), to most likely be used when printing informationBill Fumerola1999-08-171-1/+2
* Introduce lminor(dev_t dev), which returns a linear minor number,Poul-Henning Kamp1999-08-151-1/+2
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-1/+10
* Add support for device drivers which want to track all open/closePoul-Henning Kamp1999-08-131-2/+3
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+1
* s/v_specinfo/v_rdev/Poul-Henning Kamp1999-08-131-3/+3
* Include <sys/queue.h> since this header now depends on it.John Polstra1999-08-091-1/+3
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-9/+56
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevPoul-Henning Kamp1999-07-201-2/+2
* Add a field to struct swdevt to avoid a bogus udev2dev() call.Poul-Henning Kamp1999-07-171-2/+3
* Reinstate the previous fix for the broken export of a dev_t in sw_dev, convertMike Smith1999-07-071-2/+2
* Back out previous commit. It was wrong, and caused panics.Brian Feldman1999-07-071-1/+1
* swdevt should contain a udev_t not a devt. This resulted in bogusMike Smith1999-07-061-2/+2
* fix DEV_MODULE, I overlooked this one in my last commitPoul-Henning Kamp1999-07-041-2/+2
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-5/+1