summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+3
* Remove a useless cast from void * to struct ppb_device *.piso2007-03-061-1/+1
* Catchup with filtersimp2007-02-231-2/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-234-8/+9
* Fix fat-fingering in previous commit.jhb2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-5/+5
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-152-0/+34
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-223-5/+5
* Use a wildcard unit (-1) to device_find_child() in our identify routine tojhb2006-02-131-1/+1
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-215-0/+5
* bandaid assumption that char is signedsam2005-12-211-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-21/+25
* In ppsintr, we needed ppsdev to get to the softc and nothing else.imp2005-04-141-11/+7
* When locking a MTX_SPIN, one needs to use mtx_lock_spin.imp2005-03-171-5/+7
* Remove unused variable.phk2005-03-171-6/+0
* Make the pps interrupt register as MPSAFE and FAST. Use a spin lockimp2005-03-111-6/+15
* Kill trailing white spaceimp2005-03-101-3/+3
* Back out previous commit. The description didn't match the commit,imp2005-03-061-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-065-5/+5
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-2/+2
* Since if_plip doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-095-5/+0
* Newbus returns a zeroed softc, so there's no need to call bzero() here.cognet2004-07-091-2/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-22/+22
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Prevent the strange situation that after each load/unload of a ppbusguido2004-03-187-7/+34
* Device megapatch 4/6:phk2004-02-214-0/+8
* Device megapatch 1/6:phk2004-02-214-8/+0
* Apparently there's a good reason why M_WAITOK malloc() is done beforeru2004-01-181-2/+2
* Fixed a memory leak.ru2004-01-181-1/+2
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-12/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* Remove unused lp_unit member from softc.brooks2003-10-301-3/+0
* Use __FBSDID().obrien2003-08-2413-16/+40
* Define a module version.imp2003-08-221-0/+2
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-3/+3
* Fix a printf warning from the recent CAM changes.jhb2003-05-011-2/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-2/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-10/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-034-52/+24
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-6/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-193-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-14/+14
* Synchronize mode for ppsX devices to that found previously in MAKEDEVrwatson2002-12-271-2/+2
OpenPOWER on IntegriCloud