| Commit message (Expand) | Author | Age | Files | Lines |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -6/+8 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -21/+25 |
* | In ppsintr, we needed ppsdev to get to the softc and nothing else. | imp | 2005-04-14 | 1 | -11/+7 |
* | When locking a MTX_SPIN, one needs to use mtx_lock_spin. | imp | 2005-03-17 | 1 | -5/+7 |
* | Remove unused variable. | phk | 2005-03-17 | 1 | -6/+0 |
* | Make the pps interrupt register as MPSAFE and FAST. Use a spin lock | imp | 2005-03-11 | 1 | -6/+15 |
* | Kill trailing white space | imp | 2005-03-10 | 1 | -3/+3 |
* | Back out previous commit. The description didn't match the commit, | imp | 2005-03-06 | 1 | -1/+1 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 5 | -5/+5 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -2/+2 |
* | Since if_plip doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Do not bzero() the softc, as newbus does it for us. | cognet | 2004-07-09 | 5 | -5/+0 |
* | Newbus returns a zeroed softc, so there's no need to call bzero() here. | cognet | 2004-07-09 | 1 | -2/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 4 | -22/+22 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Prevent the strange situation that after each load/unload of a ppbus | guido | 2004-03-18 | 7 | -7/+34 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 4 | -0/+8 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 4 | -8/+0 |
* | Apparently there's a good reason why M_WAITOK malloc() is done before | ru | 2004-01-18 | 1 | -2/+2 |
* | Fixed a memory leak. | ru | 2004-01-18 | 1 | -1/+2 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | sam | 2003-12-28 | 1 | -12/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+3 |
* | Remove unused lp_unit member from softc. | brooks | 2003-10-30 | 1 | -3/+0 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 13 | -16/+40 |
* | Define a module version. | imp | 2003-08-22 | 1 | -0/+2 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -3/+3 |
* | Fix a printf warning from the recent CAM changes. | jhb | 2003-05-01 | 1 | -2/+2 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -2/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -10/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 4 | -52/+24 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -6/+6 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 3 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 3 | -4/+4 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 2 | -14/+14 |
* | Synchronize mode for ppsX devices to that found previously in MAKEDEV | rwatson | 2002-12-27 | 1 | -2/+2 |
* | Synchronize make_dev() for pcfclock devices to the values in MAKEDEV | rwatson | 2002-12-27 | 1 | -1/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -1/+1 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -21/+21 |
* | d_read_t functions return an int, not a ssize_t. (Considering the fact | jhb | 2002-11-07 | 1 | -1/+1 |
* | Warning fixes for sizeof(int) != sizeof(void *). | jhb | 2002-11-07 | 1 | -6/+6 |
* | - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1 | jhb | 2002-11-07 | 1 | -2/+2 |
* | Remove empty #if*/#endif clauses. | phk | 2002-09-21 | 1 | -3/+0 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Fix warnings due to macro varargs. | peter | 2002-05-24 | 1 | -1/+1 |
* | Simplify the RFC2783 and PPS_SYNC timestamp collection API. | phk | 2002-04-26 | 1 | -15/+7 |
* | This makes ppbus childs like lpt and ppi succesfully connect to more | ticso | 2002-04-07 | 7 | -7/+7 |
* | Major rework of the iicbus/smbus framework: | nsouch | 2002-03-23 | 1 | -39/+32 |
* | Fix some gcc-3.1+ warnings: | peter | 2002-03-19 | 1 | -0/+1 |
* | Make this driver a better citizen by moving dev creation and | imp | 2001-12-19 | 1 | -46/+45 |