| Commit message (Expand) | Author | Age | Files | Lines |
* | Make mse(4) use si_drv1, instead of using unit numbers. | ed | 2009-04-20 | 1 | -16/+12 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | jhb | 2006-02-22 | 1 | -1/+1 |
* | Minor style(9) changes | imp | 2005-04-08 | 1 | -31/+10 |
* | Use the standard FreeBSD license | imp | 2005-01-11 | 1 | -7/+5 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Separate mse driver into a core driver and a bus attachments. Separate out | imp | 2004-12-12 | 1 | -426/+37 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -9/+9 |
* | Add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 1 | -2/+4 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+7 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -2/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-23 | 1 | -19/+14 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -29/+29 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+9 |
* | Revert previous "fix"; bus mice still have to be manually probed even in | msmith | 2001-08-31 | 1 | -1/+1 |
* | Correct usage of ISA_PNP_PROBE | msmith | 2001-08-30 | 1 | -2/+2 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. | wollman | 2001-01-20 | 1 | -1/+1 |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -1/+1 |
* | - `Newbus'ified the driver. | yokota | 2000-03-18 | 1 | -124/+283 |
* | Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some | peter | 2000-01-29 | 1 | -3/+0 |
* | - Remove cdevsw_add(). | yokota | 1999-10-06 | 1 | -3/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -18/+3 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -17/+4 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+22 |
* | Fix up a few easy 'assignment used as truth value' and 'suggest parens | peter | 1999-05-06 | 1 | -4/+6 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -3/+3 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | - Add support for the following mice to psm/moused/sysmouse: | yokota | 1997-12-07 | 1 | -20/+205 |
* | Get select stuff by #including <sys/select.h> instead of <sys/proc.h>. | bde | 1997-11-18 | 1 | -2/+2 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -17/+21 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -2/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Test in mseopen() whether the device has been configured at all, and | joerg | 1996-12-19 | 1 | -1/+4 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -27/+1 |