summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-087-12/+7
* Fixed all printf format errors reported by gcc -Wformat on i386's:bde1999-08-081-8/+8
* Import RAID-5 code.grog1999-08-071-0/+638
* Import RAID-5 code.grog1999-08-071-3/+26
* Update a comment.grog1999-08-071-3/+8
* Import RAID-5 code.grog1999-08-071-11/+51
* Import RAID-5 code.grog1999-08-071-86/+155
* Import RAID-5 code.grog1999-08-073-7/+375
* Import RAID-5 code.grog1999-08-071-6/+18
* Add definition of new ioctl (READPOL) for setting the read policy of agrog1999-08-071-2/+3
* Remove code to accept partitions of type 'unused'. From now on, Vinumgrog1999-08-071-84/+97
* Close a memory leak.grog1999-08-071-1/+2
* vinumopen: add code to open raw subdisks. This is now used togrog1999-08-071-8/+13
* Rework many comments.grog1999-08-071-19/+20
* Add limitted support for the Promise Ultra/66 controller. Itssos1999-08-062-6/+10
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-4/+4
* I'm not sure how this wasn't in the last commit but anyhow...mdodd1999-08-021-2/+2
* Move the specification of EDGE/LEVEL triggered interrupts tomdodd1999-08-0111-52/+80
* Cleanup - diked out a heap of old KLM stuff that isn't needed anymore.newton1999-08-011-65/+3
* Don't use at_shutdown() now that we have new_bus which lets usmdodd1999-07-311-8/+11
* Restore the pre-new_bus behavior of printing out the reserved resourcesmdodd1999-07-301-5/+95
* Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messagesnewton1999-07-301-2/+2
* Revert rev 1.149. Bruce convinced me that the problem already disappearedjoerg1999-07-291-5/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-2914-110/+99
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-1/+13
* Every reqh in an aborted pipe is given status CANCELED and the callback isn_hibma1999-07-271-15/+7
* Roar! Finish what I started last night: somehow only the header file changewpaul1999-07-271-5/+23
* Case matters.mdodd1999-07-271-3/+3
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.mdodd1999-07-271-1/+32
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocatewpaul1999-07-271-1/+2
* Add comments, change variable names to make them consistent (r -> err,n_hibma1999-07-2511-155/+173
* Make this compile on the Alpha. I'm not 100% sure about this but Ipeter1999-07-251-19/+2
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andwpaul1999-07-252-4/+13
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-252-0/+3008
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-252-6/+40
* Clean up the buffer allocation code a bit. Make sure to initialize certainwpaul1999-07-232-29/+32
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirwpaul1999-07-231-2/+5
* One last tweak before I turn in for the evening: the driver name inwpaul1999-07-231-3/+3
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into thesewpaul1999-07-232-7/+5
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradewpaul1999-07-234-3292/+3340
* Some more small newbus cleanups. Remember to free all resources in casewpaul1999-07-231-14/+23
* Fix a small mind-o: one instance of SYS_RES_IOPORT should have beenwpaul1999-07-221-3/+3
* Modify device numbering method to work with latest -CURRENT. Briefly,grog1999-07-222-11/+15
* Convert the SysKonnect gigabit ethernet driver to newbus.wpaul1999-07-222-77/+131
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-211-1/+5
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-201-3/+5
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-41/+6
* use vp->v_rdev;phk1999-07-201-2/+2
* Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-181-20/+2
* - Clear relevant variables when the keyboard is not available.yokota1999-07-181-8/+18
OpenPOWER on IntegriCloud