- Don't bother with PCI_COMMAND_IO_ENABLE, the card doesn't support it.
authorjason <jason@openbsd.org>
Tue, 11 Apr 2000 16:22:09 +0000 (16:22 +0000)
committerjason <jason@openbsd.org>
Tue, 11 Apr 2000 16:22:09 +0000 (16:22 +0000)
commit5fce8780e27f80bb35b75d4e82b93c6e6d4623f3
treeabc0e8414f90ee18c9b1a984c10c521948749715
parent13842a0078d5a5b9966fb801180f7077c1456bb8
- Don't bother with PCI_COMMAND_IO_ENABLE, the card doesn't support it.
- remove some debugging code
- fix arguments to last call to crypto_register()
- for sram boards, only check 1mb of ram
- when the rings are full, call the crp->callback with crp->crp_etype == ENOMEM
so it can clean up, then return 0
- some KNF
sys/dev/pci/hifn7751.c