Paolo Pisati
|
ef544f6312
|
o break newbus api: add a new argument of type driver_filter_t to
bus_setup_intr()
o add an int return code to all fast handlers
o retire INTR_FAST/IH_FAST
For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current
Reviewed by: many
Approved by: re@
|
2007-02-23 12:19:07 +00:00 |
|
Yoshihiro Takahashi
|
d4fcf3cba5
|
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
and amd64. The optimization is a trivial on recent machines.
Reviewed by: -arch (imp, marcel, dfr)
|
2005-05-29 04:42:30 +00:00 |
|
Warner Losh
|
d2b677bb1a
|
Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in
preference to some random negative number to allow other drivers a
bite at the apple.
|
2005-03-01 08:58:06 +00:00 |
|
John Baldwin
|
e27951b29c
|
Use PCIR_BAR(x) instead of PCIR_MAPS.
Glanced over by: imp, gibbs
Tested by: i386 LINT
|
2003-09-02 17:30:40 +00:00 |
|
David E. O'Brien
|
42af95a3c2
|
Use __FBSDID().
Also some minor style cleanups.
|
2003-08-24 18:17:24 +00:00 |
|
Warner Losh
|
90cf0136c4
|
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
|
2003-08-22 07:08:17 +00:00 |
|
Matthew N. Dodd
|
efc5f672bd
|
- Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).
- Reduce duplicated code.
PR: 50427
Submitted by: Bob Bishop <rb@gid.co.uk>
|
2003-04-07 10:13:25 +00:00 |
|