Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide size to free(9) | 2017-04-03 | 1 | -2/+2 | |
| | |||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | simplify kthread_create(). no more stdarg | 2013-11-18 | 1 | -2/+2 | |
| | | | | ok matthew guenther mikeb | ||||
* | Fix various glitches in queue macro usage. | 2013-04-10 | 1 | -4/+2 | |
| | | | | ok millert@ | ||||
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | 2011-07-03 | 1 | -3/+1 | |
| | | | | | | | | that's ever used it, and it's long since been changed to use DVACT_{QUIESCE,SUSPEND,RESUME} instead. ok deraadt@, dlg@; miod@ also agreed with this idea when I brought it up a few weeks ago | ||||
* | Get rid of devact enum, substitute it with an int and coresponding defines. | 2009-10-13 | 1 | -3/+3 | |
| | | | | | | This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@. | ||||
* | Remember the id of all devices found, not only those for which a driver | 2009-01-02 | 1 | -10/+10 | |
| | | | | | | | has attached. Prevents spurious "not configured" messages at every bus rescan. Prodded by and ok fries@ | ||||
* | Allow a 1-Wire controller to request an immediate scan, and also to prevent | 2008-04-07 | 1 | -1/+11 | |
| | | | | | | | periodic scans. ok grange@ (until this gets replaced with a proper notification mechanism to avoid unnecessary bus polling). | ||||
* | MALLOC -> malloc | 2007-10-09 | 1 | -4/+4 | |
| | | | | ok krw@ | ||||
* | Rework bus scanning code so that most of work could be offloaded | 2006-10-08 | 1 | -67/+90 | |
| | | | | the hardware. And fix another bug in the search algorithm. | ||||
* | Reduce max number of devices per bus to 16. | 2006-09-30 | 1 | -2/+2 | |
| | |||||
* | Allow to offload the match rom command to hardware. | 2006-09-30 | 1 | -1/+6 | |
| | |||||
* | Convert from using lockmgr to rwlock. | 2006-09-30 | 1 | -8/+8 | |
| | |||||
* | Extend bus master interface so that block read/write operations | 2006-09-29 | 1 | -19/+29 | |
| | | | | can be offloaded to hardware. | ||||
* | Fix a nasty bug in the search algorithm, i was just lucky not to spot it | 2006-08-03 | 1 | -7/+11 | |
| | | | | | before. Problem found and patch provided by Jeff Rizzo <riz@NetBSD.org> a long long time ago. Thanks! | ||||
* | Dallas 1-Wire bus support. Includes the following drivers: | 2006-03-04 | 1 | -0/+452 | |
gpioow(4) 1-Wire bus bit-banging through GPIO pin onewire(4) 1-Wire bus driver owid(4) 1-Wire ID family type device owtemp(4) 1-Wire temperature family type device Drivers for RS-232 and USB bus masters will follow. ok deraadt@ |