summaryrefslogtreecommitdiffstats
path: root/sys/pci/xrpu.c
Commit message (Expand)AuthorAgeFilesLines
* Remove XRPU driver, after asking all the users.phk2007-12-011-268/+0
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Free major#100phk2003-11-031-2/+0
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use __FBSDID().obrien2003-06-111-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Redo the pps bit to avoid digging into the private bits of the timecounter.phk2002-04-261-4/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-2/+8
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Do not depend on FreeBSD 2.2 compatability defines.peter2000-05-281-1/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-201-1/+2
* Do a trivial conversion of xrpu to newbus.peter2000-02-121-50/+62
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-14/+4
* dont allow open if no device was found.phk1999-07-131-1/+5
* Bail after 5 attempts to read very noisy signals.phk1999-07-031-4/+6
* Pass the current timecounter to pps_event().phk1999-06-221-3/+3
* Simplify cdevsw registration.phk1999-05-311-4/+5
* This commit should be a extensive NO-OP:phk1999-05-301-9/+24
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* Fix Typo.phk1999-03-121-2/+2
* Make even more of the PPSAPI implementations generic.phk1999-03-111-51/+28
* Remove unused variable.eivind1999-01-121-3/+5
* probe function changed from returning char * to const char *.dillon1998-12-141-3/+3
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-2/+2
* Update and add timekeeping code.phk1998-10-241-24/+182
* Fixed printf format errors.bde1998-08-181-3/+4
* Add minimum driver for XC6200 based cards. Currently it knows aboutphk1998-05-301-0/+110
OpenPOWER on IntegriCloud