aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/xrpu.c
Commit message (Expand)AuthorAgeFilesLines
* Free major#100Poul-Henning Kamp2003-11-031-2/+0
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-0/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Redo the pps bit to avoid digging into the private bits of the timecounter.Poul-Henning Kamp2002-04-261-4/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-2/+8
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Do not depend on FreeBSD 2.2 compatability defines.Peter Wemm2000-05-281-1/+1
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-201-1/+2
* Do a trivial conversion of xrpu to newbus.Peter Wemm2000-02-121-50/+62
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-14/+4
* dont allow open if no device was found.Poul-Henning Kamp1999-07-131-1/+5
* Bail after 5 attempts to read very noisy signals.Poul-Henning Kamp1999-07-031-4/+6
* Pass the current timecounter to pps_event().Poul-Henning Kamp1999-06-221-3/+3
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-4/+5
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-9/+24
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Fix Typo.Poul-Henning Kamp1999-03-121-2/+2
* Make even more of the PPSAPI implementations generic.Poul-Henning Kamp1999-03-111-51/+28
* Remove unused variable.Eivind Eklund1999-01-121-3/+5
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-3/+3
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-2/+2
* Update and add timekeeping code.Poul-Henning Kamp1998-10-241-24/+182
* Fixed printf format errors.Bruce Evans1998-08-181-3/+4
* Add minimum driver for XC6200 based cards. Currently it knows aboutPoul-Henning Kamp1998-05-301-0/+110