jhb
e8b429e1c0
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
avg
d5ad944b79
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
imp
099e457d13
no need to print unload anymore.
2006-07-14 04:35:59 +00:00
nyan
0fce92f5c4
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
imp
4b319958e7
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
njl
05a1f56fc9
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
obrien
510e1d2c28
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 18:17:24 +00:00
mdodd
d3c5efd512
- 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