John Baldwin
a89828a2b0
Remove some more NetBSD compat shims and other unused bits from these
...
drivers:
- Remove scsi_low_pisa.*, they were unused.
- Remove <compat/netbsd/physio_proc.h> and calls to the stubs in that
header. They were empty nops.
- Retire sl_xname and use device_get_nameunit() and device_printf() with
the underlying device_t instead.
- Remove unused {ct,ncv,nsp,stg}print() functions.
- Remove empty SOFT_INTR_REQUIRED() macro and the unused sl_irq member.
2012-09-10 18:49:49 +00:00
Andriy Gapon
c0e55e3b65
strict kobj sigs: fix assortment of device_detach and device_shutdown impls
...
with common issue of having void return type instead of int
Reviewed by: imp, current@
Approved by: jhb (mentor)
2009-06-11 17:14:28 +00:00
Warner Losh
2e30bd12d7
no need to print unload anymore.
2006-07-14 04:35:59 +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
098ca2bda9
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
Nate Lawson
5f96beb9e0
Convert callers to the new bus_alloc_resource_any(9) API.
...
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
2004-03-17 17:50:55 +00:00
David E. O'Brien
42af95a3c2
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 18:17:24 +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