freebsd-dev/sys/dev/proto
Marcel Moolenaar b2ce196ca1 o make sure the boundary is a power of 2, when not zero.
o   don't convert 0 to ~0 just so that we can use MIN. ~0 is not a
    valid boundary. Introduce BNDRY_MIN that deals with 0 values
    that mean no boundary.
2015-07-26 16:39:37 +00:00
..
proto_bus_isa.c Check the hw.proto.attach environment variable for devices that 2015-07-19 23:37:45 +00:00
proto_bus_pci.c Check the hw.proto.attach environment variable for devices that 2015-07-19 23:37:45 +00:00
proto_busdma.c o make sure the boundary is a power of 2, when not zero. 2015-07-26 16:39:37 +00:00
proto_busdma.h Add create, destroy and load of memory descriptors. 2015-07-03 01:52:22 +00:00
proto_core.c Check the hw.proto.attach environment variable for devices that 2015-07-19 23:37:45 +00:00
proto_dev.h Implement unload and sync operations. 2015-07-03 05:44:58 +00:00
proto.h Check the hw.proto.attach environment variable for devices that 2015-07-19 23:37:45 +00:00